Skip to content

Commit 3966d64

Browse files
committed
Merge pull request #110 from dfannius/master
Correct git log -S syntax
2 parents b02a56a + 612ac5b commit 3966d64

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
@@ -249,7 +249,7 @@ Another really helpful filter is the `-S` option which takes a string and only s
249249

250250
[source,console]
251251
----
252-
$ git log --Sfunction_name
252+
$ git log -Sfunction_name
253253
----
254254

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

0 commit comments

Comments
 (0)