aboutsummaryrefslogtreecommitdiff
path: root/usage.c
Commit message (Expand)AuthorAge
* add UNLEAK annotation for reducing leak false positivesJeff King2017-09-08
* die(): stop hiding errors due to overzealous recursion guardÆvar Arnfjörð Bjarmason2017-06-21
* Merge branch 'bw/forking-and-threading' into maintJunio C Hamano2017-06-13
|\
| * usage.c: drop set_error_handle()Jeff King2017-05-15
* | usage: add NORETURN to BUG() function definitionsRamsay Jones2017-05-22
* | usage.c: add BUG() functionJeff King2017-05-15
|/
* Merge branch 'jk/vreport-sanitize'Junio C Hamano2017-01-31
|\
| * vreport: sanitize ASCII control charsJeff King2017-01-11
| * Revert "vreportf: avoid intermediate buffer"Jeff King2017-01-11
* | Merge branch 'cc/apply-am'Junio C Hamano2016-09-19
|\ \
| * | usage: add get_error_routine() and get_warn_routine()Christian Couder2016-09-07
| * | usage: add set_warn_routine()Christian Couder2016-09-07
* | | error_errno: use constant return similar to error()Jeff King2016-08-31
|/ /
* | usage.c: add warning_errno() and error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | usage.c: move format processing out of die_errno()Nguyễn Thái Ngọc Duy2016-05-09
|/
* vreportf: avoid intermediate bufferJeff King2015-08-11
* vreportf: report to arbitrary filehandlesJeff King2015-08-11
* Merge branch 'jk/a-thread-only-dies-once'Junio C Hamano2013-04-19
|\
| * usage: allow pluggable die-recursion checksJeff King2013-04-16
* | make error()'s constant return value more visibleJeff King2012-12-15
|/
* usage.c: detect recursion in die routines and bail out immediatelyBrandon Casey2012-11-15
* error_routine: use parent's stderr if exec failsClemens Buchacher2011-07-31
* Fix sparse warningsStephen Boyd2011-03-22
* Make report() from usage.c public as vreportf() and use it.Johannes Sixt2010-03-07
* Fix truncated usage messagesBjörn Gustavsson2009-11-22
* Introduce usagef() that takes a printf-style formatJonathan Nieder2009-11-10
* add NORETURN_PTR for function pointersErik Faye-Lund2009-10-01
* increase portability of NORETURN declarationsErik Faye-Lund2009-10-01
* die_errno(): double % in strerror() output just in caseJunio C Hamano2009-06-27
* Introduce die_errno() that appends strerror(errno) to die()Thomas Rast2009-06-27
* Increase the size of the die/warning buffer to avoid truncationShawn O. Pearce2009-03-24
* usage.c: remove unused functionsNanako Shiraishi2008-09-29
* print warning/error/fatal messages in one shotNicolas Pitre2007-11-09
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-31
* Introduce a global level warn() function.Shawn O. Pearce2006-12-21
* usage: minimum type fix.Junio C Hamano2006-06-24
* Customizable error handlersPetr Baudis2006-06-24
* Clean up compatibility definitions.Junio C Hamano2005-12-05
* [PATCH] Better error reporting for "git status"Linus Torvalds2005-10-01
* Include file cleanups..Linus Torvalds2005-05-22
* Split up read-cache.c into more logical clumps.Linus Torvalds2005-04-18