Skip to content

Commit 6d9867f

Browse files
committed
Update viewing-history.asc
1 parent 2e4526f commit 6d9867f

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
@@ -273,7 +273,7 @@ In <<limit_options>> we'll list these and a few other common options for your re
273273
| `-S` | Only show commits adding or removing code matching the string
274274
|================================
275275

276-
For example, if you want to see which commits modifying test files in the Git source code history were committed by Junio Hamano and were not merges in the month of October 2008, you can run something like this:(((log filtering)))
276+
For example, if you want to see which commits modifying test files in the Git source code history were committed by Junio Hamano and were not merged in the month of October 2008, you can run something like this:(((log filtering)))
277277

278278
[source,console]
279279
----

0 commit comments

Comments
 (0)