Re: [PATCH] whatchanged: document its historical nature
From: John Keeping <hidden>
Date: 2016-06-15 22:58:24
On Fri, Aug 09, 2013 at 01:57:19PM -0700, Junio C Hamano wrote:
John Keeping [off-list ref] writes:quoted
quoted
+New users are encouraged to use linkgit:git-log[1] instead. The +`whatchanged` command is essentially the same as linkgit:git-log[1] +run with different defaults that shows a --raw diff outputat thes/outputat/output at/Thanks.quoted
Although I wonder if it would be better to say New users are encouraged to use linkgit:git-log[1] instead. The `whatchanged` command is essentially the same as linkgit:git-log[1] with the `--raw` option specified.But that is different from the truth, no? "git whatchanged -p" will not behave as if "git whatchanged -p" with the "--raw" specified. The 'raw' kicks in only as a default.
Hmm, I hadn't realised that specifying "-p" would disable the "--raw".
I still find the last sentence of the original patch slightly awkward
though. How about
New users are encouraged to use linkgit:git-log[1] instead. The
`whatchanged` command is essentially the same as linkgit:git-log[1]
but defaults to ``raw'' diff output and does not show merge
commits.
?