]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/post-commit-from-sequencer'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:12 +0000 (18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:12 +0000 (18:02 +0900)
commit5c8c0a0d78b0e0ee50ba13823f0cfbee05334461
tree8b4ebc4676440e47f24351824e16a072796772d1
parentb75ba9bbd13877ff3351e150d3d053baec81f0db
parent4627bc777e9ade5e3a85d6b8e8630fc4b6e2f8f6
Merge branch 'pw/post-commit-from-sequencer'

"rebase -i" ceased to run post-commit hook by mistake in an earlier
update, which has been corrected.

* pw/post-commit-from-sequencer:
  sequencer: run post-commit hook
  move run_commit_hook() to libgit and use it there
  sequencer.h fix placement of #endif
  t3404: remove uneeded calls to set_fake_editor
  t3404: set $EDITOR in subshell
  t3404: remove unnecessary subshell
builtin/commit.c
commit.c
sequencer.c
sequencer.h
t/lib-rebase.sh
t/t3404-rebase-interactive.sh