Skip to content

Commit 7be7376

Browse files
Eric WongJunio C Hamano
authored andcommitted
contrib/git-svn: correct commit example in manpage
Thanks to Nicolas Vilz <niv@iaglans.de> for noticing this. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent b705ba4 commit 7be7376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/git-svn/git-svn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Tracking and contributing to an Subversion managed-project:
159159
# Commit only the git commits you want to SVN::
160160
git-svn commit <tree-ish> [<tree-ish_2> ...]
161161
# Commit all the git commits from my-branch that don't exist in SVN::
162-
git commit git-svn-HEAD..my-branch
162+
git-svn commit git-svn-HEAD..my-branch
163163
# Something is committed to SVN, pull the latest into your branch::
164164
git-svn fetch && git pull . git-svn-HEAD
165165
# Append svn:ignore settings to the default git exclude file:

0 commit comments

Comments
 (0)