]> granicus.if.org Git - git/commitdiff
Merge branch 'js/advise-rebase-skip' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2019 03:30:23 +0000 (12:30 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2019 03:30:23 +0000 (12:30 +0900)
The logic used in "git commit" to give hints and errors depending
on what operation was in progress learned to distinguish rebase and
cherry-pick better.

* js/advise-rebase-skip:
  commit: give correct advice for empty commit during a rebase
  sequencer: export the function to get the path of `.git/rebase-merge/`
  cherry-pick: add test for `--skip` advice in `git commit`

1  2 
builtin/commit.c
sequencer.c
sequencer.h

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