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>maint
parent
967506bbbd
commit
792d2370f9
|
@ -55,7 +55,7 @@ OPTIONS
|
||||||
|
|
||||||
-l::
|
-l::
|
||||||
Create the branch's reflog. This activates recording of
|
Create the branch's reflog. This activates recording of
|
||||||
all changes to made the branch ref, enabling use of date
|
all changes made to the branch ref, enabling use of date
|
||||||
based sha1 expressions such as "<branchname>@\{yesterday}".
|
based sha1 expressions such as "<branchname>@\{yesterday}".
|
||||||
|
|
||||||
-f::
|
-f::
|
||||||
|
|
|
@ -63,7 +63,7 @@ OPTIONS
|
||||||
|
|
||||||
-l::
|
-l::
|
||||||
Create the new branch's reflog. This activates recording of
|
Create the new branch's reflog. This activates recording of
|
||||||
all changes to made the branch ref, enabling use of date
|
all changes made to the branch ref, enabling use of date
|
||||||
based sha1 expressions such as "<branchname>@\{yesterday}".
|
based sha1 expressions such as "<branchname>@\{yesterday}".
|
||||||
|
|
||||||
-m::
|
-m::
|
||||||
|
|
Loading…
Reference in New Issue