Skip to content

Commit a48db65

Browse files
committed
added space in git log command example
1 parent fd9304d commit a48db65

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
@@ -250,7 +250,7 @@ For instance, if you wanted to find the last commit that added or removed a refe
250250

251251
[source,console]
252252
----
253-
$ git log -Sfunction_name
253+
$ git log -S function_name
254254
----
255255

256256
The last really useful option to pass to `git log` as a filter is a path.

0 commit comments

Comments
 (0)