Skip to content

Commit 1d23e4a

Browse files
committed
Simplify git log explanation after ben's suggestion
1 parent dc49c48 commit 1d23e4a

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 are merged and were committed 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 are merged and were committed by Junio Hamano in the month of October 2008, you can run something like this:(((log filtering)))
277277

278278
[source,console]
279279
----

0 commit comments

Comments
 (0)