Skip to content

Commit

Permalink
git-filter-branch: document --original option
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Giuseppe Bilotta authored and Junio C Hamano committed Aug 31, 2007
1 parent 26a65de commit 5433235
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/git-filter-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ SYNOPSIS
[--index-filter <command>] [--parent-filter <command>]
[--msg-filter <command>] [--commit-filter <command>]
[--tag-name-filter <command>] [--subdirectory-filter <directory>]
[-d <directory>] [-f | --force] [<rev-list options>...]
[--original <namespace>] [-d <directory>] [-f | --force]
[<rev-list options>...]

DESCRIPTION
-----------
Expand Down Expand Up @@ -134,6 +135,10 @@ definition impossible to preserve signatures at any rate.)
The result will contain that directory (and only that) as its
project root.

--original <namespace>::
Use this option to set the namespace where the original commits
will be stored. The default value is 'refs/original'.

-d <directory>::
Use this option to set the path to the temporary directory used for
rewriting. When applying a tree filter, the command needs to
Expand Down

0 comments on commit 5433235

Please sign in to comment.