author | Junio C Hamano <gitster@pobox.com> | |
Wed, 5 Aug 2009 06:49:33 +0000 (23:49 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 6 Aug 2009 15:36:53 +0000 (08:36 -0700) | ||
commit | 50b7e70f338e54f3534ee1b14c3bdb4c80d0dcf7 | |
tree | 9a3a4ccb881d90fc2a03326222d1420526292825 | tree | snapshot |
parent | 26da1d78674204c482ec90905dd4de3f6bcd3c5f | commit | diff |
wt-status.c: rework the way changes to the index and work tree are summarized
Introduce a new infrastructure to find and summarize changes in a single
string list, and rewrite wt_status_print_{updated,changed} functions using
it.
The goal of this change is to give more information on conflicted paths in
the status output.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Introduce a new infrastructure to find and summarize changes in a single
string list, and rewrite wt_status_print_{updated,changed} functions using
it.
The goal of this change is to give more information on conflicted paths in
the status output.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | diff | blob | history | |
wt-status.c | diff | blob | history | |
wt-status.h | diff | blob | history |