Skip to content

Commit 17e9c64

Browse files
author
Kaartic Sivaraam
committed
Corrected reflog output snippet
The reflog output wasn't reflecting the new message shown by git for merges
1 parent 4d54dab commit 17e9c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/revision-selection.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ You can see your reflog by using `git reflog`:
121121
----
122122
$ git reflog
123123
734713b HEAD@{0}: commit: fixed refs handling, added gc auto, updated
124-
d921970 HEAD@{1}: merge phedders/rdocs: Merge made by recursive.
124+
d921970 HEAD@{1}: merge phedders/rdocs: Merge made by the 'recursive' stategy.
125125
1c002dd HEAD@{2}: commit: added some blame and merge stuff
126126
1c36188 HEAD@{3}: rebase -i (squash): updating HEAD
127127
95df984 HEAD@{4}: commit: # This is a combination of two commits.

0 commit comments

Comments
 (0)