1
0
mirror of https://github.com/git/git.git synced 2024-10-03 15:11:22 +02:00
git/Documentation
Kevin Ballard c5833f6e13 Documentation/git-filter-branch.txt: Fix description of --commit-filter
The old description was misleading and logically impossible. It claimed that
the ancestors of the original commit would be re-written to have the multiple
emitted ids as parents. Not only would this modify existing objects, but it
would create a cycle. What this actually does is pass the multiple emitted ids
to the newly-created children to use as parents.

Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-06-02 20:36:09 -07:00
..
howto Document that WebDAV doesn't need git on the server, and works over SSL 2008-04-18 22:09:24 -07:00
technical Revision walking documentation: document most important functions 2008-05-31 14:32:56 -07:00
.gitattributes
.gitignore
asciidoc.conf
blame-options.txt
build-docdep.perl
callouts.xsl
cat-texi.perl
cmd-list.perl
CodingGuidelines CodingGuidelines: Add a note to avoid assignments inside if() 2008-05-24 22:13:19 -07:00
config.txt Clearify the documentation for core.ignoreStat 2008-05-31 13:09:39 -07:00
diff-format.txt
diff-generate-patch.txt
diff-options.txt diff options: Introduce --ignore-submodules 2008-05-15 16:12:40 -07:00
diffcore.txt
docbook-xsl.css
docbook.xsl
everyday.txt git-gc --prune is deprecated 2008-04-22 21:53:37 -07:00
fetch-options.txt
fix-texi.perl
git-add.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-am.txt am: remove support for -d .dotest 2008-03-05 10:52:56 -08:00
git-annotate.txt
git-apply.txt
git-archimport.txt
git-archive.txt
git-bisect.txt Merge branch 'gp/bisect-fix' 2008-05-12 15:44:43 -07:00
git-blame.txt
git-branch.txt git-branch.txt: compare --contains, --merged and --no-merged 2008-04-20 18:16:46 -07:00
git-bundle.txt Documentation/git-bundle.txt: fix synopsis 2008-05-27 22:01:31 -07:00
git-cat-file.txt git-cat-file: Add --batch option 2008-05-05 21:18:37 -07:00
git-check-attr.txt
git-check-ref-format.txt
git-checkout-index.txt
git-checkout.txt git checkout: add -t alias for --track 2008-04-27 13:19:33 -07:00
git-cherry-pick.txt Allow cherry-pick (and revert) to add signoff line 2008-04-26 14:06:17 -07:00
git-cherry.txt Documentation: git-cherry uses git-patch-id 2008-05-28 17:03:46 -07:00
git-citool.txt
git-clean.txt
git-clone.txt git-clone.txt: Adjust note to --shared for new pruning behavior of git-gc 2008-04-22 21:40:44 -07:00
git-commit-tree.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-commit.txt Documentation: rename "hooks.txt" to "githooks.txt" and make it a man page 2008-05-04 17:41:34 -07:00
git-config.txt Use color.ui variable in scripts too 2008-04-10 12:40:50 -07:00
git-count-objects.txt
git-cvsexportcommit.txt Merge branch 'js/cvsexportcommit' 2008-05-25 13:37:20 -07:00
git-cvsimport.txt cvsimport: document that -M can be used multiple times 2008-03-01 00:55:39 -08:00
git-cvsserver.txt Documentation: Fix skipped section level 2008-05-21 20:57:02 -07:00
git-daemon.txt doc/git-daemon: s/uploadarchive/uploadarch/ 2008-05-19 22:46:13 -07:00
git-describe.txt Merge branch 'maint-1.5.4' into maint 2008-05-14 13:46:42 -07:00
git-diff-files.txt diff-files: do not play --no-index games 2008-05-24 00:07:38 -07:00
git-diff-index.txt
git-diff-tree.txt
git-diff.txt
git-fast-export.txt
git-fast-import.txt fast-import: Document the effect of "merge" with no "from" in a commit 2008-03-22 23:20:01 -07:00
git-fetch-pack.txt Teach fetch-pack/upload-pack about --include-tag 2008-03-04 23:28:14 -08:00
git-fetch.txt
git-filter-branch.txt Documentation/git-filter-branch.txt: Fix description of --commit-filter 2008-06-02 20:36:09 -07:00
git-fmt-merge-msg.txt fmt-merge-msg: add '--(no-)log' options and 'merge.log' config variable 2008-04-12 19:28:18 -07:00
git-for-each-ref.txt
git-format-patch.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-fsck-objects.txt
git-fsck.txt Documentation: point git-prune users to git-gc 2008-04-29 23:11:57 -07:00
git-gc.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-get-tar-commit-id.txt
git-grep.txt Fix doc typos. 2008-03-02 16:08:37 -08:00
git-gui.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-hash-object.txt git-hash-object: Add --stdin-paths option 2008-05-23 12:06:35 -07:00
git-help.txt documentation: help: add info about "man.<tool>.cmd" config var 2008-04-26 14:34:49 -07:00
git-http-fetch.txt
git-http-push.txt
git-imap-send.txt
git-index-pack.txt index-pack: introduce checking mode 2008-02-28 21:56:02 -08:00
git-init-db.txt
git-init.txt git-init: accept --bare option 2008-05-28 18:31:19 -07:00
git-instaweb.txt
git-log.txt
git-lost-found.txt
git-ls-files.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-ls-remote.txt
git-ls-tree.txt
git-mailinfo.txt
git-mailsplit.txt
git-merge-base.txt
git-merge-file.txt
git-merge-index.txt git-merge-index documentation: clarify synopsis 2008-02-22 07:02:40 -08:00
git-merge-one-file.txt
git-merge-tree.txt
git-merge.txt merge, pull: introduce '--(no-)stat' option 2008-04-12 19:28:18 -07:00
git-mergetool.txt merge-tool documentation: describe custom command usage 2008-03-08 13:22:55 -08:00
git-mktag.txt
git-mktree.txt
git-mv.txt
git-name-rev.txt
git-pack-objects.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-pack-redundant.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-pack-refs.txt
git-parse-remote.txt
git-patch-id.txt
git-peek-remote.txt
git-prune-packed.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-prune.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-pull.txt Documentation: improve "add", "pull" and "format-patch" examples 2008-05-06 21:46:42 -07:00
git-push.txt Merge branch 'pb/push' 2008-05-23 16:06:07 -07:00
git-quiltimport.txt
git-read-tree.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-rebase.txt update 'git rebase' documentation 2008-03-10 17:38:03 -07:00
git-receive-pack.txt
git-reflog.txt git-reflog.txt: Document new commands --updateref and --rewrite 2008-03-03 01:20:59 -08:00
git-relink.txt
git-remote.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-repack.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-repo-config.txt
git-request-pull.txt Documentation/git-request-pull: Fixed a typo ("send" -> "end") 2008-04-11 12:25:30 -07:00
git-rerere.txt
git-reset.txt Documentation/git-reset: Add an example of resetting selected paths 2008-02-16 10:57:05 -08:00
git-rev-list.txt rev-list: add --branches, --tags and --remotes 2008-02-29 00:00:29 -08:00
git-rev-parse.txt Merge branch 'maint' 2008-05-26 19:49:01 -07:00
git-revert.txt Allow cherry-pick (and revert) to add signoff line 2008-04-26 14:06:17 -07:00
git-rm.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-send-email.txt Document the sendemail.smtpserverport config variable 2008-03-19 17:32:28 -07:00
git-send-pack.txt
git-sh-setup.txt
git-shell.txt
git-shortlog.txt Document -w option to shortlog 2008-04-12 15:38:20 -07:00
git-show-branch.txt
git-show-index.txt
git-show-ref.txt
git-show.txt git-show.txt: Not very stubby these days. 2008-05-22 23:21:30 -07:00
git-stash.txt git-stash: add new 'pop' subcommand 2008-02-22 22:59:11 -08:00
git-status.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-stripspace.txt
git-submodule.txt submodule update: add convenience option --init 2008-05-16 13:03:55 -07:00
git-svn.txt Add a --dry-run option to git-svn rebase 2008-06-01 14:29:50 -07:00
git-symbolic-ref.txt
git-tag.txt Merge branch 'maint-1.5.4' into maint 2008-04-11 23:55:55 -07:00
git-tar-tree.txt
git-tools.txt
git-unpack-file.txt
git-unpack-objects.txt Add otherwise missing --strict option to unpack-objects summary. 2008-04-29 23:11:57 -07:00
git-update-index.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-update-ref.txt
git-update-server-info.txt
git-upload-archive.txt
git-upload-pack.txt
git-var.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
git-verify-pack.txt add storage size output to 'git verify-pack -v' 2008-03-01 01:44:46 -08:00
git-verify-tag.txt
git-web--browse.txt Documentation/git-web--browse.txt: fix small typo 2008-05-16 12:39:35 -07:00
git-whatchanged.txt whatchanged documentation: share description of --pretty with others 2008-03-05 12:06:09 -08:00
git-write-tree.txt
git.txt Documentation: convert "glossary" and "core-tutorial" to man pages 2008-06-01 22:23:10 -07:00
gitattributes.txt Merge branch 'maint' 2008-03-27 13:35:18 -07:00
gitcli.txt Documentation: rename "hooks.txt" to "githooks.txt" and make it a man page 2008-05-04 17:41:34 -07:00
gitcore-tutorial.txt Documentation: convert "glossary" and "core-tutorial" to man pages 2008-06-01 22:23:10 -07:00
gitcvs-migration.txt Documentation: convert "glossary" and "core-tutorial" to man pages 2008-06-01 22:23:10 -07:00
gitglossary.txt Documentation: convert "glossary" and "core-tutorial" to man pages 2008-06-01 22:23:10 -07:00
githooks.txt Merge branch 'cc/hooks-doc' 2008-05-14 13:34:23 -07:00
gitignore.txt Merge branch 'maint' 2008-03-27 13:35:18 -07:00
gitk.txt Manual subsection to refer to other pages is SEE ALSO 2008-05-28 16:59:40 -07:00
gitmodules.txt
gittutorial-2.txt Documentation: convert "glossary" and "core-tutorial" to man pages 2008-06-01 22:23:10 -07:00
gittutorial.txt Documentation: convert "glossary" and "core-tutorial" to man pages 2008-06-01 22:23:10 -07:00
glossary-content.txt glossary: improve a few links 2008-06-01 22:26:37 -07:00
howto-index.sh
i18n.txt
install-doc-quick.sh
install-webdoc.sh
Makefile Documentation: convert "glossary" and "core-tutorial" to man pages 2008-06-01 22:23:10 -07:00
manpage-1.72.xsl Make man page building quiet when DOCBOOK_XSL_172 is defined 2008-03-15 00:05:18 -07:00
merge-config.txt add merge.renamelimit config option 2008-05-03 13:39:51 -07:00
merge-options.txt merge, pull: add '--(no-)log' command line option 2008-04-12 19:28:18 -07:00
merge-strategies.txt Documentation/git-merge: document subtree strategy. 2008-03-19 01:43:02 -07:00
pretty-formats.txt pretty.c: add %x00 format specifier. 2008-03-23 00:41:54 -07:00
pretty-options.txt log/show/whatchanged: introduce format.pretty configuration 2008-03-05 12:06:09 -08:00
pull-fetch-param.txt Clarify description of <repository> argument to pull/fetch for naming remotes. 2008-05-31 14:46:24 -07:00
RelNotes-1.5.0.1.txt
RelNotes-1.5.0.2.txt
RelNotes-1.5.0.3.txt
RelNotes-1.5.0.4.txt
RelNotes-1.5.0.5.txt
RelNotes-1.5.0.6.txt
RelNotes-1.5.0.7.txt
RelNotes-1.5.0.txt
RelNotes-1.5.1.1.txt
RelNotes-1.5.1.2.txt
RelNotes-1.5.1.3.txt
RelNotes-1.5.1.4.txt
RelNotes-1.5.1.5.txt
RelNotes-1.5.1.6.txt
RelNotes-1.5.1.txt
RelNotes-1.5.2.1.txt
RelNotes-1.5.2.2.txt
RelNotes-1.5.2.3.txt
RelNotes-1.5.2.4.txt
RelNotes-1.5.2.5.txt
RelNotes-1.5.2.txt
RelNotes-1.5.3.1.txt
RelNotes-1.5.3.2.txt
RelNotes-1.5.3.3.txt
RelNotes-1.5.3.4.txt
RelNotes-1.5.3.5.txt
RelNotes-1.5.3.6.txt
RelNotes-1.5.3.7.txt
RelNotes-1.5.3.8.txt
RelNotes-1.5.3.txt
RelNotes-1.5.4.1.txt GIT 1.5.4.2 2008-02-17 00:20:38 -08:00
RelNotes-1.5.4.2.txt GIT 1.5.4.2 2008-02-17 00:20:38 -08:00
RelNotes-1.5.4.3.txt GIT 1.5.4.3 2008-02-23 11:31:04 -08:00
RelNotes-1.5.4.4.txt GIT 1.5.4.4 2008-03-08 19:43:21 -08:00
RelNotes-1.5.4.5.txt GIT 1.5.4.5 2008-03-27 20:36:35 -07:00
RelNotes-1.5.4.txt
RelNotes-1.5.5.1.txt GIT 1.5.5.1 2008-04-20 11:36:53 -07:00
RelNotes-1.5.5.2.txt Release Notes for 1.5.5.2 2008-05-25 21:11:24 -07:00
RelNotes-1.5.5.3.txt GIT 1.5.5.3 2008-05-27 22:32:47 -07:00
RelNotes-1.5.5.txt GIT 1.5.5 2008-04-07 21:57:43 -07:00
RelNotes-1.5.6.txt Update draft release notes for 1.5.6 2008-05-25 18:28:37 -07:00
repository-layout.txt Merge branch 'cc/hooks-doc' 2008-05-14 13:34:23 -07:00
rev-list-options.txt Merge branch 'maint' 2008-05-23 16:05:46 -07:00
SubmittingPatches Documentation/SubmittingPatches - a suggested patch flow 2008-02-16 17:33:31 -08:00
urls-remotes.txt Clarify description of <repository> argument to pull/fetch for naming remotes. 2008-05-31 14:46:24 -07:00
urls.txt Add support for url aliases in config files 2008-02-24 20:05:29 -08:00
user-manual.conf
user-manual.txt Documentation: convert "glossary" and "core-tutorial" to man pages 2008-06-01 22:23:10 -07:00