Skip to content

Commit 9520249

Browse files
author
Snehal Shekatkar
committed
Fixed an author name
In the section 2.3, if one wants to see the changes made by the author Junio C Hamano, the author name cannot be gitster. Fixed the same.
1 parent 8fbfce3 commit 9520249

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=Junio Hamano --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)