diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-08-30 19:10:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-30 19:15:39 -0700 |
commit | 5433235daec11550973f1e290f069ce0c27f53ab (patch) | |
tree | 637539c4c33a2aadf40a50c89943a92bfba5e6d1 | |
parent | 26a65dea3e818c2bf019ee57ce1833021a2054d5 (diff) | |
download | git-5433235daec11550973f1e290f069ce0c27f53ab.tar.gz git-5433235daec11550973f1e290f069ce0c27f53ab.tar.xz |
git-filter-branch: document --original option
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-filter-branch.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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 <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 ----------- @@ -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 |