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:
authorDirk Suesserott <newsletter@dirk.my1.cc>2008-04-10 00:20:10 +0400
committerJunio C Hamano <gitster@pobox.com>2008-04-11 23:25:30 +0400
commitca593f795994badf7cd543d24d1ed24aabc0d8e1 (patch)
tree5a9d2d369528cafb24c39a3baccbaaf510024945 /Documentation/git-request-pull.txt
parentabea85d1e9ee0bd77e41e934534aa5d5cdd0593a (diff)
Documentation/git-request-pull: Fixed a typo ("send" -> "end")
Signed-off-by: Dirk Suesserott <newsletter@dirk.my1.cc> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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
------