]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/advise-when-skipping-cherry-picked'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:19 +0000 (11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:19 +0000 (11:46 -0700)
"git rebase" by default skips changes that are equivalent to
commits that are already in the history the branch is rebased onto;
give messages when this happens to let the users be aware of
skipped commits, and also teach them how to tell "rebase" to keep
duplicated changes.

* js/advise-when-skipping-cherry-picked:
  sequencer: advise if skipping cherry-picked commit

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

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