Merge branch 'ss/wt-status-committable'
commit929e85ade811a1adaa573f79130b35843bed805e
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 04:34:02 +0000 (19 13:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Oct 2018 04:34:02 +0000 (19 13:34 +0900)
tree18fdc0c84d48adbf214bb2d5ba1ef015bd7940ae
parent11877b9ebec87175a9cc55676311ef2d98585cca
parent73ba5d78b4e5d96b2c521e3d0a2ec86c26a2d25b
Merge branch 'ss/wt-status-committable'

Code clean-up in the internal machinery used by "git status" and
"git commit --dry-run".

* ss/wt-status-committable:
  roll wt_status_state into wt_status and populate in the collect phase
  wt-status.c: set the committable flag in the collect phase
  t7501: add test of "commit --dry-run --short"
  wt-status: rename commitable to committable
  wt-status.c: move has_unmerged earlier in the file
builtin/commit.c
t/t7501-commit.sh
wt-status.c