diff options
author | Felix Gruber <felgru@gmx.de> | 2013-08-03 16:37:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-05 09:39:01 -0700 |
commit | 0bf5ce4ef27dd24461d7b7b8049058bf80301ddf (patch) | |
tree | 5217f85071ed7735583c3d29da2a6fc625731196 | |
parent | Documentation/rev-list-options: add missing word in --*-parents (diff) | |
download | tgif-0bf5ce4ef27dd24461d7b7b8049058bf80301ddf.tar.xz |
fix typo in documentation of git-svn
Signed-off-by: Felix Gruber <felgru@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-svn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index aad452f169..4dd3bcb511 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -256,7 +256,7 @@ first have already been pushed into SVN. For each patch, one may answer "yes" (accept this patch), "no" (discard this patch), "all" (accept all patches), or "quit". + - 'git svn dcommit' returns immediately if answer if "no" or "quit", without + 'git svn dcommit' returns immediately if answer is "no" or "quit", without committing anything to SVN. 'branch':: |