Skip to content

Commit 792d237

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 967506b commit 792d237

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Documentation/git-branch.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ to happen.
4141

4242
With a `-d` or `-D` option, `<branchname>` will be deleted. You may
4343
specify more than one branch for deletion. If the branch currently
44-
has a ref log then the ref log will also be deleted. Use -r together with -d
44+
has a reflog then the reflog will also be deleted. Use -r together with -d
4545
to delete remote-tracking branches.
4646

4747

@@ -54,8 +54,8 @@ OPTIONS
5454
Delete a branch irrespective of its index status.
5555

5656
-l::
57-
Create the branch's ref log. This activates recording of
58-
all changes to made the branch ref, enabling use of date
57+
Create the branch's reflog. This activates recording of
58+
all changes made to the branch ref, enabling use of date
5959
based sha1 expressions such as "<branchname>@\{yesterday}".
6060

6161
-f::

Documentation/git-checkout.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ OPTIONS
6262
configuration variable.
6363

6464
-l::
65-
Create the new branch's ref log. This activates recording of
66-
all changes to made the branch ref, enabling use of date
65+
Create the new branch's reflog. This activates recording of
66+
all changes made to the branch ref, enabling use of date
6767
based sha1 expressions such as "<branchname>@\{yesterday}".
6868

6969
-m::

0 commit comments

Comments
 (0)