From: Jeff King Date: Mon, 2 Jul 2007 05:28:20 +0000 (-0400) Subject: Documentation: minor cleanups to branch/checkout wording X-Git-Tag: v1.5.3-rc0~15 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=792d2370f975f032a708cb35044193b5b5310840;p=git-core%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 9713f906b..bb6b57dc2 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -41,7 +41,7 @@ to happen. With a `-d` or `-D` option, `` will be deleted. You may specify more than one branch for deletion. If the branch currently -has a ref log then the ref log will also be deleted. Use -r together with -d +has a reflog then the reflog will also be deleted. Use -r together with -d to delete remote-tracking branches. @@ -54,8 +54,8 @@ OPTIONS Delete a branch irrespective of its index status. -l:: - Create the branch's ref log. This activates recording of - all changes to made the branch ref, enabling use of date + Create the branch's reflog. This activates recording of + all changes made to the branch ref, enabling use of date based sha1 expressions such as "@\{yesterday}". -f:: diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index a6571d2d8..818b720b9 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 "@\{yesterday}". -m::