Built-in git-whatchanged.
authorJunio C Hamano <junkio@cox.net>
Sun, 16 Apr 2006 07:07:41 +0000 (00:07 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 16 Apr 2006 07:07:41 +0000 (00:07 -0700)
commit5b84f4d87a1bd58c7540e9ea82ee3673ecddbad5
tree10d2dd84fddfd0ae02466dae8b4f2489f0efd537
parent7594c4b2d7cc81f806453402aefe1bf71ae6dd53
Built-in git-whatchanged.

Split internal "git log" into reusable piece and add "git
whatchanged".  This is based on the option parsing unification
work Linus did.

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