summaryrefslogtreecommitdiffstats
path: root/usage.c
AgeCommit message (Expand)AuthorLines
2016-05-09usage.c: add warning_errno() and error_errno()Nguyễn Thái Ngọc Duy-0/+21
2016-05-09usage.c: move format processing out of die_errno()Nguyễn Thái Ngọc Duy-11/+16
2015-08-11vreportf: avoid intermediate bufferJeff King-3/+12
2015-08-11vreportf: report to arbitrary filehandlesJeff King-13/+9
2013-04-19Merge branch 'jk/a-thread-only-dies-once'Junio C Hamano-6/+14
2013-04-16usage: allow pluggable die-recursion checksJeff King-6/+14
2012-12-15make error()'s constant return value more visibleJeff King-0/+1
2012-11-15usage.c: detect recursion in die routines and bail out immediatelyBrandon Casey-0/+15
2011-07-31error_routine: use parent's stderr if exec failsClemens Buchacher-0/+18
2011-03-22Fix sparse warningsStephen Boyd-4/+4
2010-03-07Make report() from usage.c public as vreportf() and use it.Johannes Sixt-5/+5
2009-11-22Fix truncated usage messagesBjörn Gustavsson-1/+1
2009-11-10Introduce usagef() that takes a printf-style formatJonathan Nieder-4/+13
2009-10-01add NORETURN_PTR for function pointersErik Faye-Lund-3/+3
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund-3/+3
2009-06-27die_errno(): double % in strerror() output just in caseJunio C Hamano-2/+18
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Thomas Rast-0/+12
2009-03-24Increase the size of the die/warning buffer to avoid truncationShawn O. Pearce-1/+1
2008-09-29usage.c: remove unused functionsNanako Shiraishi-16/+0
2007-11-09print warning/error/fatal messages in one shotNicolas Pitre-3/+3
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o-1/+1
2006-12-21Introduce a global level warn() function.Shawn O. Pearce-0/+19
2006-06-24usage: minimum type fix.Junio C Hamano-3/+3
2006-06-24Customizable error handlersPetr Baudis-4/+42
2005-12-05Clean up compatibility definitions.Junio C Hamano-1/+1
2005-10-01[PATCH] Better error reporting for "git status"Linus Torvalds-2/+2
2005-05-22Include file cleanups..Linus Torvalds-1/+0
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds-0/+40