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:
authorJunio C Hamano <gitster@pobox.com>2010-09-01 03:15:20 +0400
committerJunio C Hamano <gitster@pobox.com>2010-09-01 03:15:20 +0400
commit1253164c8badf75034b8ba7c1cfabb1993fa7cf7 (patch)
treeb3a61d96af86449a938e4fa45b43390dd4fd0660 /Documentation
parenta621859101370205d89a6fea7ba17839a43eb4ab (diff)
parent7f40ab0916efd56943f55fde71d917433284fef8 (diff)
Merge branch 'en/fast-export-fix'
* en/fast-export-fix: fast-export: Add a --full-tree option fast-export: Fix dropping of files with --import-marks and path limiting
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-fast-export.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt
index 98ec6b5871..8a6a3cb255 100644
--- a/Documentation/git-fast-export.txt
+++ b/Documentation/git-fast-export.txt
@@ -90,6 +90,12 @@ marks the same across runs.
resulting stream can only be used by a repository which
already contains the necessary objects.
+--full-tree::
+ This option will cause fast-export to issue a "deleteall"
+ directive for each commit followed by a full list of all files
+ in the commit (as opposed to just listing the files which are
+ different from the commit's first parent).
+
[git-rev-list-args...]::
A list of arguments, acceptable to 'git rev-parse' and
'git rev-list', that specifies the specific objects and references