Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-06 08:15:37 +0300
committerShawn O. Pearce <spearce@spearce.org>2007-02-06 08:15:37 +0300
commit0b868e0240eb7f6d3dd137171b07f0860665b6e5 (patch)
tree56535accb84c99af164ee9310082be8959141b3a /Documentation/git-fast-import.txt
parent6e411d2044072072692f2d9cf9d633421ef6017a (diff)
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.txt7
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
-----------