From 248a8849fa649e7404192cec00635026604a6750 Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Sat, 22 Dec 2012 15:46:02 +0100 Subject: [PATCH] git-subtree: fix typo in manpage Signed-off-by: Michael Schubert Signed-off-by: Junio C Hamano --- contrib/subtree/git-subtree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/subtree/git-subtree.txt b/contrib/subtree/git-subtree.txt index 0c44fda011..c5bce41ac7 100644 --- a/contrib/subtree/git-subtree.txt +++ b/contrib/subtree/git-subtree.txt @@ -93,7 +93,7 @@ pull:: repository. push:: - Does a 'split' (see above) using the supplied + Does a 'split' (see below) using the supplied and then does a 'git push' to push the result to the repository and refspec. This can be used to push your subtree to different branches of the remote repository. -- 2.11.4.GIT