author | Jeff King <peff@peff.net> | |
Thu, 2 Jun 2011 05:54:49 +0000 (01:54 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 2 Jun 2011 15:48:41 +0000 (08:48 -0700) | ||
commit | 1282988b4d3d37926050a5f21ad4f7516d9a2d7f | |
tree | e47ac3ce5400e8da57a55a61cee16bf72f0f4f45 | tree | snapshot |
parent | 2381e39e5ff740883b98c5aca019950f9167b67f | commit | diff |
status: fix bug with missing --ignore files
Commit 1b908b6 (wt-status: rename and restructure
status-print-untracked, 2010-04-10) converted the
wt_status_print_untracked function into
wt_status_print_other, taking a string_list of either
untracked or ignored items to print. However, the "nothing
to show" early return still checked the wt_status->untracked
list instead of the passed-in list.
That meant that if we had ignored items to show, but no
untracked items, we would erroneously exit early and fail to
show the ignored items.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Commit 1b908b6 (wt-status: rename and restructure
status-print-untracked, 2010-04-10) converted the
wt_status_print_untracked function into
wt_status_print_other, taking a string_list of either
untracked or ignored items to print. However, the "nothing
to show" early return still checked the wt_status->untracked
list instead of the passed-in list.
That meant that if we had ignored items to show, but no
untracked items, we would erroneously exit early and fail to
show the ignored items.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c | diff | blob | history |