tarsius pushed a change to branch elpa/magit.
from ba9b47edbec magit-insert-worktrees: mention in documentation
new b0942d08523 AUTHORS.md: Update list of contributors
new 475f2d0352d Update changelog
new 0749e8b6fc3 Next release will be v4.5.0
new feaaa758979 Collect git-commit-post-finish-hook and support in one
place
new 97dbb5923d3 Collect magit-post-commit-hook and support in one place
new e2c25e79eb9 Add support for triggering lisp hooks from git hooks
new c3db9e13985 magit-{common-,}post-{commit,merge,rewrite}: New hooks
new 1288f655733 magit-wip-mode: Support using
magit-common-git-post-commit-functions
new 1433711fac4 magit-wip--update-ref: New function
new 655bc502a3b magit-wip-debug: New option
Summary of changes:
CHANGELOG | 17 ++++++-
docs/AUTHORS.md | 1 +
git-hooks/applypatch-msg | 1 +
git-hooks/commit-msg | 1 +
git-hooks/fallthrough | 8 +++
git-hooks/fsmonitor-watchman | 1 +
git-hooks/p4-changelist | 1 +
git-hooks/p4-post-changelist | 1 +
git-hooks/p4-pre-submit | 1 +
git-hooks/p4-prepare-changelist | 1 +
git-hooks/post-applypatch | 1 +
git-hooks/post-checkout | 1 +
git-hooks/post-commit | 13 +++++
git-hooks/post-index-change | 1 +
git-hooks/post-merge | 13 +++++
git-hooks/post-receive | 1 +
git-hooks/post-rewrite | 13 +++++
git-hooks/post-update | 1 +
git-hooks/pre-applypatch | 1 +
git-hooks/pre-auto-gc | 1 +
git-hooks/pre-commit | 1 +
git-hooks/pre-merge-commit | 1 +
git-hooks/pre-push | 1 +
git-hooks/pre-rebase | 1 +
git-hooks/pre-receive | 1 +
git-hooks/prepare-commit-msg | 1 +
git-hooks/proc-receive | 1 +
git-hooks/push-to-checkout | 1 +
git-hooks/reference-transaction | 1 +
git-hooks/sendemail-validate | 1 +
git-hooks/update | 1 +
lisp/git-commit.el | 109 +++++++++++++++++++++-------------------
lisp/magit-commit.el | 96 ++++++++++++++++++++++++-----------
lisp/magit-git.el | 98 +++++++++++++++++++++++++++++++++++-
lisp/magit-process.el | 26 +++++++---
lisp/magit-section.el | 2 +-
lisp/magit-wip.el | 67 ++++++++++++++++++------
37 files changed, 381 insertions(+), 107 deletions(-)
create mode 120000 git-hooks/applypatch-msg
create mode 120000 git-hooks/commit-msg
create mode 100755 git-hooks/fallthrough
create mode 120000 git-hooks/fsmonitor-watchman
create mode 120000 git-hooks/p4-changelist
create mode 120000 git-hooks/p4-post-changelist
create mode 120000 git-hooks/p4-pre-submit
create mode 120000 git-hooks/p4-prepare-changelist
create mode 120000 git-hooks/post-applypatch
create mode 120000 git-hooks/post-checkout
create mode 100755 git-hooks/post-commit
create mode 120000 git-hooks/post-index-change
create mode 100755 git-hooks/post-merge
create mode 120000 git-hooks/post-receive
create mode 100755 git-hooks/post-rewrite
create mode 120000 git-hooks/post-update
create mode 120000 git-hooks/pre-applypatch
create mode 120000 git-hooks/pre-auto-gc
create mode 120000 git-hooks/pre-commit
create mode 120000 git-hooks/pre-merge-commit
create mode 120000 git-hooks/pre-push
create mode 120000 git-hooks/pre-rebase
create mode 120000 git-hooks/pre-receive
create mode 120000 git-hooks/prepare-commit-msg
create mode 120000 git-hooks/proc-receive
create mode 120000 git-hooks/push-to-checkout
create mode 120000 git-hooks/reference-transaction
create mode 120000 git-hooks/sendemail-validate
create mode 120000 git-hooks/update