Skip to content

Commit 9fee24c

Browse files
Michael J Grubergitster
authored andcommitted
git-fast-import.txt: --relative-marks takes no parameter
Remove spurious "=" after --relative-marks. Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2d9932c commit 9fee24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-fast-import.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ OPTIONS
8383
skips the file if it does not exist.
8484

8585
--relative-marks::
86-
After specifying --relative-marks= the paths specified
86+
After specifying --relative-marks the paths specified
8787
with --import-marks= and --export-marks= are relative
8888
to an internal directory in the current repository.
8989
In git-fast-import this means that the paths are relative
@@ -93,7 +93,7 @@ OPTIONS
9393
--no-relative-marks::
9494
Negates a previous --relative-marks. Allows for combining
9595
relative and non-relative marks by interweaving
96-
--(no-)-relative-marks= with the --(import|export)-marks=
96+
--(no-)-relative-marks with the --(import|export)-marks=
9797
options.
9898

9999
--cat-blob-fd=<fd>::

0 commit comments

Comments
 (0)