]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: Added post-commit invocation after the commit is done.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 23:08:10 +0000 (18:08 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 13 Nov 2006 05:10:39 +0000 (00:10 -0500)
commitc8ebafd84537473bb8a53880a6a6740d723b83bc
tree5ff41b9a0c4401573e70af815f85cd9d5b554c57
parent333b0c74b33fe54f0489813950345edbeb62c0b5
git-gui: Added post-commit invocation after the commit is done.

Since git-commit.sh invokes hooks/post-commit after running git rerere
we should do the same if its available and executable.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui