summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 967506b)
raw | patch | inline | side by side (parent: 967506b)
author | Jeff King <peff@peff.net> | |
Mon, 2 Jul 2007 05:28:20 +0000 (01:28 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 2 Jul 2007 08:33:45 +0000 (01:33 -0700) |
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>
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>
Documentation/git-branch.txt | patch | blob | history | |
Documentation/git-checkout.txt | patch | blob | history |
index 9713f906bf734f540ad6713acb349d84b14cfec4..bb6b57dc2d00e38fc1d0128fe02fc771a1f83086 100644 (file)
With a `-d` or `-D` option, `<branchname>` 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.
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 "<branchname>@\{yesterday}".
-f::
index a6571d2d8d7441ca23c3073414ef382a795ff668..818b720b914fa33d3a4b5c7858573bd59f0b0945 100644 (file)
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::