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:
authorJeff King <peff@peff.net>2007-07-02 09:28:20 +0400
committerJunio C Hamano <gitster@pobox.com>2007-07-02 12:33:45 +0400
commit792d2370f975f032a708cb35044193b5b5310840 (patch)
treec1f487f7b0a8b7fa2f10ac60815d9e5b0f75f4d8 /Documentation/git-checkout.txt
parent967506bbbdc38e75263d6e6a90e3b8dbba6cec0f (diff)
Documentation: minor cleanups to branch/checkout wording
Change "to made" to "made to", which is a typo. Use "reflog" instead of "ref log", which is used elsewhere throughout the documentation. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-checkout.txt')
-rw-r--r--Documentation/git-checkout.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt
index a6571d2d8d..818b720b91 100644
--- a/Documentation/git-checkout.txt
+++ b/Documentation/git-checkout.txt
@@ -62,8 +62,8 @@ OPTIONS
configuration variable.
-l::
- Create the new branch's ref log. This activates recording of
- all changes to made the branch ref, enabling use of date
+ Create the new branch's reflog. This activates recording of
+ all changes made to the branch ref, enabling use of date
based sha1 expressions such as "<branchname>@\{yesterday}".
-m::