]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/status-with-corrupt-sequencer-state'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Jul 2019 18:30:20 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jul 2019 18:30:20 +0000 (11:30 -0700)
commitbd48ccf4a4daca79a1e828dec7bee91c4aebc81e
tree92d0655bfb475e8929ed0a67dec039d35e2f2038
parent92b1ea66b9a8f012a343ebc157c3441154e831f0
parented5b1ca10b2644f1af3bdfa3da32c67f4df1aa46
Merge branch 'pw/status-with-corrupt-sequencer-state'

The code to read state files used by the sequencer machinery for
"git status" has been made more robust against a corrupt or stale
state files.

* pw/status-with-corrupt-sequencer-state:
  status: do not report errors in sequencer/todo
  sequencer: factor out todo command name parsing
  sequencer: always allow tab after command name
sequencer.c
t/t7512-status-help.sh