From 7f74d65b12ecb5142442c276da805b42e3023a9d Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Thu, 12 Aug 2010 11:15:57 -0400 Subject: [PATCH] Fix typo: an -> a Thanks to Vanuan on github. --- git-subtree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-subtree.txt b/git-subtree.txt index dbcba31346..a30293d607 100644 --- a/git-subtree.txt +++ b/git-subtree.txt @@ -19,7 +19,7 @@ SYNOPSIS DESCRIPTION ----------- -git subtree allows you to include an subproject in your +git subtree allows you to include a subproject in your own repository as a subdirectory, optionally including the subproject's entire history. For example, you could include the source code for a library as a subdirectory of your