diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-06 00:15:37 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-06 00:15:37 -0500 |
commit | 0b868e0240eb7f6d3dd137171b07f0860665b6e5 (patch) | |
tree | 56535accb84c99af164ee9310082be8959141b3a /Documentation/git-fast-import.txt | |
parent | 6e411d2044072072692f2d9cf9d633421ef6017a (diff) | |
download | git-0b868e0240eb7f6d3dd137171b07f0860665b6e5.tar.gz |
Remove --branch-log from fast-import.
The --branch-log option and its associated code hasn't been used in
several months, as its not really very useful for debugging fast-import
or a frontend. I don't plan on supporting it in this state long-term,
so I'm killing it now before it gets distributed to a wider audience.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation/git-fast-import.txt')
-rw-r--r-- | Documentation/git-fast-import.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index 16308731fb..aff3fba191 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -53,13 +53,6 @@ OPTIONS Frontends can use this file to validate imports after they have been completed. ---branch-log=<file>:: - Records every tag and commit made to a log file. (This file - can be quite verbose on large imports.) This particular - option has been primarily intended to facilitate debugging - gfi and has limited usefulness in other contexts. It may - be removed in future versions. - Performance ----------- |