index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usage.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-compat-util: drop now-unused `UNLEAK()` macro
Patrick Steinhardt
2024-11-21
1
-15
/
+0
*
usage: report vsnprintf(3) failure
René Scharfe
2024-04-06
1
-1
/
+4
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
treewide: remove unnecessary includes of cache.h
Elijah Newren
2023-03-21
1
-1
/
+2
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-1
/
+1
*
i18n: mark message helpers prefix for translation
Dimitriy Ryazantcev
2022-06-21
1
-4
/
+4
*
bug_fl(): correctly initialize trace2 va_list
Jeff King
2022-06-16
1
-3
/
+5
*
usage.c: add a non-fatal bug() function to go with BUG()
Ævar Arnfjörð Bjarmason
2022-06-02
1
-5
/
+28
*
C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
Ævar Arnfjörð Bjarmason
2022-02-22
1
-14
/
+1
*
config API: use get_error_routine(), not vreportf()
Ævar Arnfjörð Bjarmason
2021-12-07
1
-1
/
+1
*
usage.c + gc: add and use a die_message_errno()
Ævar Arnfjörð Bjarmason
2021-12-07
1
-0
/
+12
*
usage.c: add a die_message() routine
Ævar Arnfjörð Bjarmason
2021-12-07
1
-3
/
+25
*
usage.c: don't copy/paste the same comment three times
Ævar Arnfjörð Bjarmason
2021-04-13
1
-12
/
+5
*
usage: trace2 BUG() invocations
Jonathan Tan
2021-02-09
1
-0
/
+11
*
Merge branch 'jt/trace-error-on-warning'
Junio C Hamano
2020-12-09
1
-0
/
+6
|
\
|
*
usage: add trace2 entry upon warning()
Jonathan Tan
2020-11-25
1
-0
/
+6
*
|
usage: define a type for a reporting function
Jeff King
2020-10-16
1
-9
/
+9
|
/
*
vreportf(): avoid relying on stdio buffering
Johannes Schindelin
2019-11-02
1
-4
/
+16
*
trace2: create new combined trace facility
Jeff Hostetler
2019-02-23
1
-0
/
+31
*
Merge branch 'jk/snprintf-truncation'
Junio C Hamano
2018-05-30
1
-0
/
+1
|
\
|
*
fmt_with_err: add a comment that truncation is OK
Jeff King
2018-05-21
1
-0
/
+1
*
|
test-tool: help verifying BUG() code paths
Johannes Schindelin
2018-05-06
1
-0
/
+5
|
/
*
add UNLEAK annotation for reducing leak false positives
Jeff King
2017-09-08
1
-0
/
+15
*
die(): stop hiding errors due to overzealous recursion guard
Ævar Arnfjörð Bjarmason
2017-06-21
1
-1
/
+17
*
Merge branch 'bw/forking-and-threading' into maint
Junio C Hamano
2017-06-13
1
-9
/
+1
|
\
|
*
usage.c: drop set_error_handle()
Jeff King
2017-05-15
1
-9
/
+1
*
|
usage: add NORETURN to BUG() function definitions
Ramsay Jones
2017-05-22
1
-2
/
+2
*
|
usage.c: add BUG() function
Jeff King
2017-05-15
1
-0
/
+32
|
/
*
Merge branch 'jk/vreport-sanitize'
Junio C Hamano
2017-01-31
1
-10
/
+7
|
\
|
*
vreport: sanitize ASCII control chars
Jeff King
2017-01-11
1
-0
/
+6
|
*
Revert "vreportf: avoid intermediate buffer"
Jeff King
2017-01-11
1
-12
/
+3
*
|
Merge branch 'cc/apply-am'
Junio C Hamano
2016-09-19
1
-0
/
+15
|
\
\
|
*
|
usage: add get_error_routine() and get_warn_routine()
Christian Couder
2016-09-07
1
-0
/
+10
|
*
|
usage: add set_warn_routine()
Christian Couder
2016-09-07
1
-0
/
+5
*
|
|
error_errno: use constant return similar to error()
Jeff King
2016-08-31
1
-0
/
+1
|
/
/
*
|
usage.c: add warning_errno() and error_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-0
/
+21
*
|
usage.c: move format processing out of die_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-11
/
+16
|
/
*
vreportf: avoid intermediate buffer
Jeff King
2015-08-11
1
-3
/
+12
*
vreportf: report to arbitrary filehandles
Jeff King
2015-08-11
1
-13
/
+9
*
Merge branch 'jk/a-thread-only-dies-once'
Junio C Hamano
2013-04-19
1
-6
/
+14
|
\
|
*
usage: allow pluggable die-recursion checks
Jeff King
2013-04-17
1
-6
/
+14
*
|
make error()'s constant return value more visible
Jeff King
2012-12-15
1
-0
/
+1
|
/
*
usage.c: detect recursion in die routines and bail out immediately
Brandon Casey
2012-11-16
1
-0
/
+15
*
error_routine: use parent's stderr if exec fails
Clemens Buchacher
2011-08-01
1
-0
/
+18
*
Fix sparse warnings
Stephen Boyd
2011-03-22
1
-4
/
+4
*
Make report() from usage.c public as vreportf() and use it.
Johannes Sixt
2010-03-07
1
-5
/
+5
*
Fix truncated usage messages
Björn Gustavsson
2009-11-23
1
-1
/
+1
*
Introduce usagef() that takes a printf-style format
Jonathan Nieder
2009-11-10
1
-4
/
+13
*
add NORETURN_PTR for function pointers
Erik Faye-Lund
2009-10-01
1
-3
/
+3
[next]