]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
[PATCH] Add git-diff-stages command.
authorJunio C Hamano <junkio@cox.net>
Thu, 9 Jun 2005 22:13:13 +0000 (15:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 9 Jun 2005 22:30:21 +0000 (15:30 -0700)
commit22f77b772dd16e6b63ff7c0359fd37e7d14cc04d
tree0d6d132bf5d075610e6fbc5e7570803886b922b2
parent438195ccedce7270cf5ba167a940c90467cb72d7
[PATCH] Add git-diff-stages command.

The diff-* brothers acquired a sibling, git-diff-stages.  With
an unmerged index file, you specify two stage numbers and it
shows the differences between them.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
diff-stages.c [new file with mode: 0644]