author | Karl Hasselström <kha@treskal.com> | |
Fri, 8 Aug 2008 20:48:23 +0000 (22:48 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 11 Aug 2008 08:35:47 +0000 (01:35 -0700) | ||
commit | a57114c81832a70efda4991131b9b99d1b112ea3 | |
tree | 1f536ad1dc8f3c228535b60630cb644cc5773d37 | tree | snapshot |
parent | 71b9979bc74b66c1cf961d5c74de5c0b3cbf00a4 | commit | diff |
Refactoring: Split up diff_tree_stdin
Into a first half that determines what operation to do, and a second
half that does it.
Currently the only operation is diffing one or more commits, but a
later patch will add diffing of trees, at which point this refactoring
will pay off.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Into a first half that determines what operation to do, and a second
half that does it.
Currently the only operation is diffing one or more commits, but a
later patch will add diffing of trees, at which point this refactoring
will pay off.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-diff-tree.c | diff | blob | history |