summaryrefslogtreecommitdiff
path: root/usage.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Fix sparse warningsLibravatar Stephen Boyd1-4/+4
2010-03-07Make report() from usage.c public as vreportf() and use it.Libravatar Johannes Sixt1-5/+5
2009-11-22Fix truncated usage messagesLibravatar Björn Gustavsson1-1/+1
2009-11-10Introduce usagef() that takes a printf-style formatLibravatar Jonathan Nieder1-4/+13
2009-10-01add NORETURN_PTR for function pointersLibravatar Erik Faye-Lund1-3/+3
2009-10-01increase portability of NORETURN declarationsLibravatar Erik Faye-Lund1-3/+3
2009-06-27die_errno(): double % in strerror() output just in caseLibravatar Junio C Hamano1-2/+18
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Libravatar Thomas Rast1-0/+12
2009-03-24Increase the size of the die/warning buffer to avoid truncationLibravatar Shawn O. Pearce1-1/+1
2008-09-29usage.c: remove unused functionsLibravatar Nanako Shiraishi1-16/+0
2007-11-09print warning/error/fatal messages in one shotLibravatar Nicolas Pitre1-3/+3
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSLibravatar Theodore Ts'o1-1/+1
2006-12-21Introduce a global level warn() function.Libravatar Shawn O. Pearce1-0/+19
2006-06-24usage: minimum type fix.Libravatar Junio C Hamano1-3/+3
2006-06-24Customizable error handlersLibravatar Petr Baudis1-4/+42
2005-12-05Clean up compatibility definitions.Libravatar Junio C Hamano1-1/+1
2005-10-01[PATCH] Better error reporting for "git status"Libravatar Linus Torvalds1-2/+2
2005-05-22Include file cleanups..Libravatar Linus Torvalds1-1/+0
2005-04-18Split up read-cache.c into more logical clumps.Libravatar Linus Torvalds1-0/+40