diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-07-04 00:41:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-03 19:04:49 -0700 |
commit | c401b33c349beaf4c218c6441c3e2b58a958de6f (patch) | |
tree | 387913270b288a063195ba83ca9e21e43465287a /Documentation/cmd-list.perl | |
parent | 843103d69388a5c74ed99753e1c162a66835b04d (diff) | |
download | git-c401b33c349beaf4c218c6441c3e2b58a958de6f.tar.gz |
Document git-filter-branch
This moves the documentation in git-filter-branch.sh to its own
man page, with a few touch ups (incorporating comments by Frank
Lichtenheld).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/cmd-list.perl')
-rwxr-xr-x | Documentation/cmd-list.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/cmd-list.perl b/Documentation/cmd-list.perl index f50f613879..2143995ece 100755 --- a/Documentation/cmd-list.perl +++ b/Documentation/cmd-list.perl @@ -105,6 +105,7 @@ git-diff-tree plumbinginterrogators git-fast-import ancillarymanipulators git-fetch mainporcelain git-fetch-pack synchingrepositories +git-filter-branch ancillarymanipulators git-fmt-merge-msg purehelpers git-for-each-ref plumbinginterrogators git-format-patch mainporcelain |