Re: [PATCH] fix typo in documentation of git-svn

2013-08-05 Thread Junio C Hamano
Thanks, will apply after fixing whitespace damage to the patch.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] fix typo in documentation of git-svn

2013-08-03 Thread Felix Gruber
Signed-off-by: Felix Gruber fel...@gmx.de
---
 Documentation/git-svn.txt |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index aad452f..8845e10 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'::
-- 
1.7.10.4
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html