aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-04 16:34:02 -0800
committerJunio C Hamano <gitster@pobox.com>2009-11-04 16:34:02 -0800
commit1b52ac5935c3773596fa41f6cf83578ab86b6b83 (patch)
tree8cca157ac006bf268b3d9dae8b63fb0f1e073c77 /Documentation
parent3bb18e58fc4f5eddd97bc34fc11dc207b47cc093 (diff)
parent0a565de4a50032339d3786d366e70912a4dcf572 (diff)
downloadgit-1b52ac5935c3773596fa41f6cf83578ab86b6b83.tar.gz
git-1b52ac5935c3773596fa41f6cf83578ab86b6b83.tar.xz
Merge branch 'maint'
* maint: Fix documentation grammar typo Allow curl helper to work without a local repository Require a struct remote in transport_get()
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-describe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index e9dbca7d8..2f9791678 100644
--- a/Documentation/git-describe.txt
+++ b/Documentation/git-describe.txt
@@ -120,7 +120,7 @@ closest tagname without any suffix:
tags/v1.0.0
Note that the suffix you get if you type these commands today may be
-longer than what Linus saw above when he ran this command, as your
+longer than what Linus saw above when he ran these commands, as your
git repository may have new commits whose object names begin with
975b that did not exist back then, and "-g975b" suffix alone may not
be sufficient to disambiguate these commits.