Skip to content

Commit

Permalink
git-fast-import.txt: --relative-marks takes no parameter
Browse files Browse the repository at this point in the history
Remove spurious "=" after --relative-marks.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael J Gruber authored and Junio C Hamano committed May 5, 2011
1 parent 2d9932c commit 9fee24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-fast-import.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>::
Expand Down

0 comments on commit 9fee24c

Please sign in to comment.