summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-06 05:15:37 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-02-06 05:15:37 (GMT)
commit0b868e0240eb7f6d3dd137171b07f0860665b6e5 (patch)
tree56535accb84c99af164ee9310082be8959141b3a /Documentation
parent6e411d2044072072692f2d9cf9d633421ef6017a (diff)
downloadgit-0b868e0240eb7f6d3dd137171b07f0860665b6e5.zip
git-0b868e0240eb7f6d3dd137171b07f0860665b6e5.tar.gz
git-0b868e0240eb7f6d3dd137171b07f0860665b6e5.tar.bz2
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')
-rw-r--r--Documentation/git-fast-import.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index 1630873..aff3fba 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
-----------