summaryrefslogtreecommitdiff
path: root/git-subtree.txt
diff options
context:
space:
mode:
authorLibravatar Dan Sabath <dsabath@whitepages.com>2010-02-08 17:43:09 -0800
committerLibravatar Avery Pennarun <apenwarr@gmail.com>2010-02-08 22:02:04 -0500
commitae3301876cfea3b7260fbe0840635d508968a047 (patch)
treeb23de91e36f035decafca23382b3d879b96da91a /git-subtree.txt
parentdocs: add simple 'add' case to clarify setup. (diff)
downloadtgif-ae3301876cfea3b7260fbe0840635d508968a047.tar.xz
Docs: cleaning up example textual redundancy
Signed-off-by: Dan Sabath <dsabath@whitepages.com>
Diffstat (limited to 'git-subtree.txt')
-rw-r--r--git-subtree.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-subtree.txt b/git-subtree.txt
index cde5a7e73e..c455f6912b 100644
--- a/git-subtree.txt
+++ b/git-subtree.txt
@@ -243,9 +243,9 @@ Now we add the vendor library with
You can omit the --squash flag, but doing so will increase the number
of commits that are incldued in your local repository.
-We now have ~/git-extensions/git-subtree directory with the git-subtree
-subdirectory containing code from the master branch of
-git://github.com/apenwarr/git-subtree.git
+We now have a ~/git-extensions/git-subtree directory containing code
+from the master branch of git://github.com/apenwarr/git-subtree.git
+in our git-extensions repository.
EXAMPLE 2
---------