summaryrefslogtreecommitdiff
path: root/usage.c
AgeCommit message (Expand)Author
2011-08-01error_routine: use parent's stderr if exec failsClemens Buchacher
2011-03-22Fix sparse warningsStephen Boyd
2010-03-07Make report() from usage.c public as vreportf() and use it.Johannes Sixt
2009-11-23Fix truncated usage messagesBjörn Gustavsson
2009-11-10Introduce usagef() that takes a printf-style formatJonathan Nieder
2009-10-01add NORETURN_PTR for function pointersErik Faye-Lund
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund
2009-06-27die_errno(): double % in strerror() output just in caseJunio C Hamano
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Thomas Rast
2009-03-24Increase the size of the die/warning buffer to avoid truncationShawn O. Pearce
2008-09-29usage.c: remove unused functionsNanako Shiraishi
2007-11-10print warning/error/fatal messages in one shotNicolas Pitre
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o
2006-12-22Introduce a global level warn() function.Shawn O. Pearce
2006-06-24usage: minimum type fix.Junio C Hamano
2006-06-24Customizable error handlersPetr Baudis
2005-12-05Clean up compatibility definitions.Junio C Hamano
2005-10-02[PATCH] Better error reporting for "git status"Linus Torvalds
2005-05-22Include file cleanups..Linus Torvalds
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds