]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'en/rebase-no-keep-empty'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:43:00 +0000 (13:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:43:00 +0000 (13:43 -0700)
"git rebase" (again) learns to honor "--no-keep-empty", which lets
the user to discard commits that are empty from the beginning (as
opposed to the ones that become empty because of rebasing).  The
interactive rebase also marks commits that are empty in the todo.

* en/rebase-no-keep-empty:
  rebase: fix an incompatible-options error message
  rebase: reinstate --no-keep-empty
  rebase -i: mark commits that begin empty in todo editor

1  2 
Documentation/git-rebase.txt
builtin/rebase.c
sequencer.c
sequencer.h

Simple merge
Simple merge
diff --cc sequencer.c
Simple merge
diff --cc sequencer.h
Simple merge