We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49e6a7c + 5514f14 commit 04a7124Copy full SHA for 04a7124
1 file changed
Documentation/user-manual.adoc
@@ -4466,7 +4466,7 @@ $ git show # most recent commit
4466
$ git diff v2.6.15..v2.6.16 # diff between two tagged versions
4467
$ git diff v2.6.15..HEAD # diff with current head
4468
$ git grep "foo()" # search working directory for "foo()"
4469
-$ git grep v2.6.15 "foo()" # search old tree for "foo()"
+$ git grep "foo()" v2.6.15 # search old tree for "foo()"
4470
$ git show v2.6.15:a.txt # look at old version of a.txt
4471
-----------------------------------------------
4472
0 commit comments