]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sg/rebase-progress'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:45 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jul 2019 22:25:45 +0000 (15:25 -0700)
commit6624e07b36c97e04ba68c8310a70bc69433e187e
tree8581bf4a6011e865729a154f5bb0ded87e05d6ac
parent88176b7023efc5c147539791610f58d671fe1978
parent5b12e3123b7b70e3875404a4ffe571ca079364fe
Merge branch 'sg/rebase-progress'

Use "Erase in Line" CSI sequence that is already used in the editor
support to clear cruft in the progress output.

* sg/rebase-progress:
  progress: use term_clear_line()
  rebase: fix garbled progress display with '-x'
  pager: add a helper function to clear the last line in the terminal
  t3404: make the 'rebase.missingCommitsCheck=ignore' test more focused
  t3404: modernize here doc style
cache.h
sequencer.c
t/t3404-rebase-interactive.sh