Skip to content

Commit 2b1f8e7

Browse files
authored
Merge pull request #759 from sudarsangp/master
added space in git log command example
2 parents fd9304d + a48db65 commit 2b1f8e7

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)