OSDN Git Service

Built-in git-whatchanged
authorJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 11:15:07 +0000 (04:15 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 11:21:19 +0000 (04:21 -0700)
commit1fc70b60bfda67205253595ad9dc040019c2efe5
tree3ffff97ae73b425bff8bb78e4884e4d6f716bc1e
parentd2e38d3bc30d3b1e407cbf9c69424b84244a5f9d
Built-in git-whatchanged

Now "git log" is in reusable shape, add "git whatchanged" which
essentially is a synonym with different default for people whose
fingers are already trained.

There is a subtle difference from the shell-script version; the
first line of each entry is now "commit <object name>", instead
of "diff-tree <object name> (from <object name>)."  I suspect
that showing the parent name that way is useful, so this may be
something we would want to fix (the user can say --pretty=raw to
get that information but that is a bit ugly).

Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c