Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-04-12 10:55:55 +0400
committerJunio C Hamano <gitster@pobox.com>2008-04-12 10:55:55 +0400
commiteed81838f0d0e031702473e1d427d71055134edd (patch)
treeba71df8000ce5e640f7258e1bb822461e778da23 /Documentation/git-request-pull.txt
parenta68972c2ad7c3de582abeed03f660e19950ed66f (diff)
parente3389075c6160c46cf0e2a443deab1966628ed57 (diff)
Merge branch 'maint-1.5.4' into maint
* maint-1.5.4: bisect: fix bad rev checking in "git bisect good" revision.c: make --date-order overriddable Fix section about backdating tags in the git-tag docs Document option --only of git commit Documentation/git-request-pull: Fixed a typo ("send" -> "end")
Diffstat (limited to 'Documentation/git-request-pull.txt')
-rw-r--r--Documentation/git-request-pull.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-request-pull.txt b/Documentation/git-request-pull.txt
index 270df9b185..9a14c04e39 100644
--- a/Documentation/git-request-pull.txt
+++ b/Documentation/git-request-pull.txt
@@ -24,7 +24,7 @@ OPTIONS
URL to include in the summary.
<end>::
- Commit to send at; defaults to HEAD.
+ Commit to end at; defaults to HEAD.
Author
------