Skip to content

Commit 966b02f

Browse files
authored
Merge pull request #1102 from snehalshekatkar/master
Fixed the author name
2 parents e72bcb2 + 9520249 commit 966b02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/viewing-history.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ For example, if you want to see which commits modifying test files in the Git so
284284

285285
[source,console]
286286
----
287-
$ git log --pretty="%h - %s" --author=gitster --since="2008-10-01" \
287+
$ git log --pretty="%h - %s" --author='Junio C Hamano' --since="2008-10-01" \
288288
--before="2008-11-01" --no-merges -- t/
289289
5610e3b - Fix testcase failure when extended attributes are in use
290290
acd3b9e - Enhance hold_lock_file_for_{update,append}() API

0 commit comments

Comments
 (0)