diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-05 14:43:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-05 14:43:45 -0700 |
commit | be0dca39e960d67511ca5a75887b903ccae7ccce (patch) | |
tree | 3508b7a17ec58dd8b3ad716e07437e535e9d8386 /Documentation/git-fast-import.txt | |
parent | Update draft release notes to 1.7.6 (diff) | |
parent | t3701: fix here document (diff) | |
download | tgif-be0dca39e960d67511ca5a75887b903ccae7ccce.tar.xz |
Merge branch 'maint'
* maint:
t3701: fix here document
git-fast-import.txt: --relative-marks takes no parameter
shell: add missing initialization of argv0_path
Diffstat (limited to 'Documentation/git-fast-import.txt')
-rw-r--r-- | Documentation/git-fast-import.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index 2c2ea12c5c..249249aac7 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -83,7 +83,7 @@ OPTIONS skips the file if it does not exist. --relative-marks:: - After specifying --relative-marks= the paths specified + After specifying --relative-marks the paths specified with --import-marks= and --export-marks= are relative to an internal directory in the current repository. In git-fast-import this means that the paths are relative @@ -93,7 +93,7 @@ OPTIONS --no-relative-marks:: Negates a previous --relative-marks. Allows for combining relative and non-relative marks by interweaving - --(no-)-relative-marks= with the --(import|export)-marks= + --(no-)-relative-marks with the --(import|export)-marks= options. --cat-blob-fd=<fd>:: |