summaryrefslogtreecommitdiffstats
path: root/sigchain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* sigchain: add command to pop all common signalsStefan Beller2015-12-161-0/+9
* cleanups: ensure that git-compat-util.h is included firstDavid Aguilar2014-09-151-1/+1
* refactor signal handling for cleanup functionsJeff King2009-01-221-0/+9
* chain kill signals for cleanup functionsJeff King2009-01-221-0/+43