]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/commit.c
wt-status.c: rework the way changes to the index and work tree are summarized
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2009 06:49:33 +0000 (23:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Aug 2009 15:36:53 +0000 (08:36 -0700)
commit50b7e70f338e54f3534ee1b14c3bdb4c80d0dcf7
tree9a3a4ccb881d90fc2a03326222d1420526292825
parent26da1d78674204c482ec90905dd4de3f6bcd3c5f
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>
builtin-commit.c
wt-status.c
wt-status.h