]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/gc-auto-in-commit'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:30 +0000 (12:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:30 +0000 (12:36 -0800)
commit9bb8eb0c88d210d3575bd484320f9abfef551ed1
treeb10817207c4074e8db4aca936ce7bc4c04658bc5
parentcdda65acae0b05a197c9f6684d517a5c4325c08f
parent095c741edd1d9604b6c285000a836721fd69f051
Merge branch 'ab/gc-auto-in-commit'

"git commit" used to run "gc --auto" near the end, which was lost
when the command was reimplemented in C by mistake.

* ab/gc-auto-in-commit:
  commit: run git gc --auto just before the post-commit hook
builtin/commit.c