diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-02-27 12:55:45 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-27 15:27:51 -0800 |
commit | 7be737680fbb3dbce4f7ad1bc179a661532cd026 (patch) | |
tree | 78445d121c815552b16ba3cf1c6afc5313a93492 /contrib/git-svn/git-svn.txt | |
parent | b705ba43c6202e3a64fbc28aa7b6b2adff7435ac (diff) | |
download | git-7be737680fbb3dbce4f7ad1bc179a661532cd026.tar.gz git-7be737680fbb3dbce4f7ad1bc179a661532cd026.tar.xz |
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>
Diffstat (limited to 'contrib/git-svn/git-svn.txt')
-rw-r--r-- | contrib/git-svn/git-svn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/git-svn/git-svn.txt b/contrib/git-svn/git-svn.txt index b588a2a0e..b29073997 100644 --- a/contrib/git-svn/git-svn.txt +++ b/contrib/git-svn/git-svn.txt @@ -159,7 +159,7 @@ Tracking and contributing to an Subversion managed-project: # Commit only the git commits you want to SVN:: git-svn commit <tree-ish> [<tree-ish_2> ...] # Commit all the git commits from my-branch that don't exist in SVN:: - git commit git-svn-HEAD..my-branch + git-svn commit git-svn-HEAD..my-branch # Something is committed to SVN, pull the latest into your branch:: git-svn fetch && git pull . git-svn-HEAD # Append svn:ignore settings to the default git exclude file: |