Documentation(cvs-migration): minor cleanups.
Signed-off-by: Junio C Hamano <junkio@cox.net>maint
parent
12bd7e78ee
commit
6bad1902f5
|
@ -187,7 +187,8 @@ you would use git-rev-list and git-diff-tree like this:
|
||||||
|
|
||||||
We have already talked about the "\--stdin" form of git-diff-tree
|
We have already talked about the "\--stdin" form of git-diff-tree
|
||||||
command that reads the list of commits and compares each commit
|
command that reads the list of commits and compares each commit
|
||||||
with its parents. The git-whatchanged command internally runs
|
with its parents (otherwise you should go back and read the tutorial).
|
||||||
|
The git-whatchanged command internally runs
|
||||||
the equivalent of the above command, and can be used like this:
|
the equivalent of the above command, and can be used like this:
|
||||||
|
|
||||||
$ git-whatchanged -p -S'if (frotz) {
|
$ git-whatchanged -p -S'if (frotz) {
|
||||||
|
|
Loading…
Reference in New Issue