Age | Commit message (Expand) | Author | Files | Lines |
2018-03-30 | trace.c: export trace_setup_key | Nguyễn Thái Ngọc Duy | 1 | -7/+7 |
2018-01-16 | trace.c: move strbuf_release() out of print_trace_line() | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2018-01-16 | trace: avoid unnecessary quoting | Jeff King | 1 | -2/+2 |
2018-01-16 | sq_quote_argv: drop maxlen parameter | Jeff King | 1 | -2/+2 |
2017-12-06 | trace: improve performance while category is disabled | Gennady Kupava | 1 | -2/+1 |
2017-11-27 | trace: remove trace key normalization | Gennady Kupava | 1 | -20/+4 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 1 | -2/+1 |
2016-08-05 | trace: do not fall back to stderr | Jeff King | 1 | -6/+4 |
2016-08-05 | trace: disable key after write error | Jeff King | 1 | -0/+1 |
2016-08-05 | trace: correct variable name in write() error message | Jeff King | 1 | -5/+5 |
2016-08-05 | trace: cosmetic fixes for error messages | Jeff King | 1 | -8/+8 |
2016-08-05 | trace: use warning() for printing trace errors | Jeff King | 1 | -6/+5 |
2016-08-04 | trace: stop using write_or_whine_pipe() | Jeff King | 1 | -3/+8 |
2016-08-04 | trace: handle NULL argument in trace_disable() | Jeff King | 1 | -4/+16 |
2015-09-25 | trace: use strbuf for quote_crnl output | Jeff King | 1 | -12/+11 |
2015-06-16 | pkt-line: support tracing verbatim pack contents | Jeff King | 1 | -0/+7 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -0/+1 |
2015-01-09 | configure.ac: check for clock_gettime and CLOCK_MONOTONIC | Reuben Hawkins | 1 | -1/+1 |
2014-12-22 | Merge branch 'rs/use-strbuf-complete-line' | Junio C Hamano | 1 | -3/+1 |
2014-12-12 | use strbuf_complete_line() for adding a newline if needed | René Scharfe | 1 | -3/+1 |
2014-12-01 | setup.c: support multi-checkout repo setup | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2014-10-16 | Merge branch 'bw/trace-no-inline-getnanotime' | Junio C Hamano | 1 | -1/+1 |
2014-09-29 | trace.c: do not mark getnanotime() as "inline" | Ben Walton | 1 | -1/+1 |
2014-09-19 | Merge branch 'kb/perf-trace' | Junio C Hamano | 1 | -1/+1 |
2014-09-08 | trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROS | René Scharfe | 1 | -1/+1 |
2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -3/+4 |
2014-08-26 | use xgetcwd() to get the current directory or die | René Scharfe | 1 | -3/+4 |
2014-07-13 | git: add performance tracing for git's main() function to debug scripts | Karsten Blees | 1 | -0/+22 |
2014-07-13 | trace: add trace_performance facility to debug performance issues | Karsten Blees | 1 | -0/+47 |
2014-07-13 | trace: add high resolution timer function to debug performance issues | Karsten Blees | 1 | -0/+82 |
2014-07-13 | trace: add 'file:line' to all trace output | Karsten Blees | 1 | -12/+60 |
2014-07-13 | trace: move code around, in preparation to file:line output | Karsten Blees | 1 | -18/+18 |
2014-07-13 | trace: add current timestamp to all trace output | Karsten Blees | 1 | -1/+9 |
2014-07-13 | trace: disable additional trace output for unit tests | Karsten Blees | 1 | -0/+6 |
2014-07-13 | trace: add infrastructure to augment trace output with additional info | Karsten Blees | 1 | -14/+33 |
2014-07-13 | trace: improve trace performance | Karsten Blees | 1 | -46/+54 |
2014-06-17 | trace: remove redundant printf format attribute | Karsten Blees | 1 | -1/+0 |
2014-06-17 | trace: consistently name the format parameter | Karsten Blees | 1 | -11/+11 |
2013-12-10 | shallow.c: the 8 steps to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-09 | add missing "format" function attributes | Jeff King | 1 | -0/+1 |
2012-09-15 | trace.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -1/+1 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
2011-03-08 | trace: give repo_setup trace its own key | Jeff King | 1 | -5/+6 |
2011-03-08 | trace: add trace_strbuf | Jeff King | 1 | -7/+16 |
2011-03-08 | trace: factor out "do we want to trace" logic | Jeff King | 1 | -3/+11 |
2011-03-08 | trace: refactor to support multiple env variables | Jeff King | 1 | -10/+18 |
2011-03-08 | trace: add trace_vprintf | Jeff King | 1 | -5/+9 |
2011-02-26 | strbuf: add strbuf_vaddf | Jeff King | 1 | -26/+6 |
2011-01-06 | trace.c: ensure NULL is not passed to printf | Brandon Casey | 1 | -1/+8 |
2010-12-28 | Merge branch 'nd/setup' | Junio C Hamano | 1 | -0/+42 |