"Stephen P. Smith" [off-list ref] writes:
A couple of years ago, during a patch review Junio found that the
commitable bit as implemented in wt-status.c was broken.
Stephen P. Smith (4):
Move has_unmerged earlier in the file.
wt-status: rename commitable to committable
t7501: add test of "commit --dry-run --short"
wt-status.c: Set the committable flag in the collect phase.
builtin/commit.c | 18 +++++++++---------
t/t7501-commit.sh | 10 ++++++++--
wt-status.c | 45 +++++++++++++++++++++++++++------------------
wt-status.h | 2 +-
4 files changed, 45 insertions(+), 30 deletions(-)
Thanks.