From: Giuseppe Bilotta Date: Thu, 30 Aug 2007 17:10:42 +0000 (+0200) Subject: git-filter-branch: document --original option X-Git-Tag: v1.5.3~23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5433235daec11550973f1e290f069ce0c27f53ab;p=git.git git-filter-branch: document --original option Signed-off-by: Giuseppe Bilotta Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt index 8c43be611..ae03514e4 100644 --- a/Documentation/git-filter-branch.txt +++ b/Documentation/git-filter-branch.txt @@ -12,7 +12,8 @@ SYNOPSIS [--index-filter ] [--parent-filter ] [--msg-filter ] [--commit-filter ] [--tag-name-filter ] [--subdirectory-filter ] - [-d ] [-f | --force] [...] + [--original ] [-d ] [-f | --force] + [...] DESCRIPTION ----------- @@ -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 :: + Use this option to set the namespace where the original commits + will be stored. The default value is 'refs/original'. + -d :: Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to