author | Junio C Hamano <junkio@cox.net> | |
Thu, 9 Jun 2005 22:13:13 +0000 (15:13 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 9 Jun 2005 22:30:21 +0000 (15:30 -0700) | ||
commit | 22f77b772dd16e6b63ff7c0359fd37e7d14cc04d | |
tree | 0d6d132bf5d075610e6fbc5e7570803886b922b2 | tree | snapshot |
parent | 438195ccedce7270cf5ba167a940c90467cb72d7 | commit | diff |
[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>
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 | blob | history | |
diff-stages.c | [new file with mode: 0644] | blob |