Skip to content

Commit

Permalink
Documentation: minor cleanups to branch/checkout wording
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Jul 2, 2007
1 parent 967506b commit 792d237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ to happen.

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.


Expand All @@ -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 "<branchname>@\{yesterday}".

-f::
Expand Down
4 changes: 2 additions & 2 deletions Documentation/git-checkout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 792d237

Please sign in to comment.