summaryrefslogtreecommitdiff
path: root/contrib/subtree/git-subtree.txt
diff options
context:
space:
mode:
authorMichael Schubert <mschub@elegosoft.com>2012-12-22 14:46:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-12-23 04:21:48 (GMT)
commit248a8849fa649e7404192cec00635026604a6750 (patch)
tree4d7ac727a3914ad42799dc97cdc7b3f5506abf34 /contrib/subtree/git-subtree.txt
parentf228dade3df3b5ab6b6ef0fa3d8fbcf19b9adabc (diff)
downloadgit-248a8849fa649e7404192cec00635026604a6750.zip
git-248a8849fa649e7404192cec00635026604a6750.tar.gz
git-248a8849fa649e7404192cec00635026604a6750.tar.bz2
git-subtree: fix typo in manpage
Signed-off-by: Michael Schubert <mschub@elegosoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/subtree/git-subtree.txt')
-rw-r--r--contrib/subtree/git-subtree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/subtree/git-subtree.txt b/contrib/subtree/git-subtree.txt
index 0c44fda..c5bce41 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 <prefix> supplied
+ Does a 'split' (see below) using the <prefix> 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.