| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bw/trace-no-inline-getnanotime' | Junio C Hamano | 2014-10-16 | 1 | -1/+1 |
|\ |
|
| * | trace.c: do not mark getnanotime() as "inline"bw/trace-no-inline-getnanotime | Ben Walton | 2014-09-29 | 1 | -1/+1 |
* | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-09-19 | 1 | -1/+1 |
|\ \ |
|
| * | | trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSkb/perf-trace | René Scharfe | 2014-09-08 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -3/+4 |
|\ \
| |/
|/| |
|
| * | use xgetcwd() to get the current directory or die | René Scharfe | 2014-08-26 | 1 | -3/+4 |
* | | git: add performance tracing for git's main() function to debug scripts | Karsten Blees | 2014-07-13 | 1 | -0/+22 |
* | | trace: add trace_performance facility to debug performance issues | Karsten Blees | 2014-07-13 | 1 | -0/+47 |
* | | trace: add high resolution timer function to debug performance issues | Karsten Blees | 2014-07-13 | 1 | -0/+82 |
* | | trace: add 'file:line' to all trace output | Karsten Blees | 2014-07-13 | 1 | -12/+60 |
* | | trace: move code around, in preparation to file:line output | Karsten Blees | 2014-07-13 | 1 | -18/+18 |
* | | trace: add current timestamp to all trace output | Karsten Blees | 2014-07-13 | 1 | -1/+9 |
* | | trace: disable additional trace output for unit tests | Karsten Blees | 2014-07-13 | 1 | -0/+6 |
* | | trace: add infrastructure to augment trace output with additional info | Karsten Blees | 2014-07-13 | 1 | -14/+33 |
* | | trace: improve trace performance | Karsten Blees | 2014-07-13 | 1 | -46/+54 |
* | | trace: remove redundant printf format attribute | Karsten Blees | 2014-06-17 | 1 | -1/+0 |
* | | trace: consistently name the format parameter | Karsten Blees | 2014-06-17 | 1 | -11/+11 |
|/ |
|
* | shallow.c: the 8 steps to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+1 |
* | add missing "format" function attributes | Jeff King | 2013-07-09 | 1 | -0/+1 |
* | trace.c: mark a private file-scope symbol as static | Junio C Hamano | 2012-09-15 | 1 | -1/+1 |
* | Fix sparse warnings | Stephen Boyd | 2011-03-22 | 1 | -1/+1 |
* | trace: give repo_setup trace its own key | Jeff King | 2011-03-08 | 1 | -5/+6 |
* | trace: add trace_strbuf | Jeff King | 2011-03-08 | 1 | -7/+16 |
* | trace: factor out "do we want to trace" logic | Jeff King | 2011-03-08 | 1 | -3/+11 |
* | trace: refactor to support multiple env variables | Jeff King | 2011-03-08 | 1 | -10/+18 |
* | trace: add trace_vprintf | Jeff King | 2011-03-08 | 1 | -5/+9 |
* | strbuf: add strbuf_vaddf | Jeff King | 2011-02-26 | 1 | -26/+6 |
* | trace.c: ensure NULL is not passed to printf | Brandon Casey | 2011-01-06 | 1 | -1/+8 |
* | Merge branch 'nd/setup' | Junio C Hamano | 2010-12-28 | 1 | -0/+42 |
|\ |
|
| * | builtins: print setup info if repo is found | Nguyễn Thái Ngọc Duy | 2010-11-29 | 1 | -0/+42 |
* | | set_try_to_free_routine(NULL) means "do nothing special" | Junio C Hamano | 2010-12-21 | 1 | -6/+2 |
* | | trace.c: mark file-local function static | Vasyl' Vavrychuk | 2010-12-17 | 1 | -1/+1 |
|/ |
|
* | Do not call release_pack_memory in malloc wrappers when GIT_TRACE is used | Johannes Sixt | 2010-05-08 | 1 | -0/+6 |
* | trace: Fixed a minor typo in an error message. | Allan Caffee | 2009-02-25 | 1 | -1/+1 |
* | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 2007-12-03 | 1 | -2/+2 |
* | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c | Steffen Prohaska | 2007-11-26 | 1 | -1/+1 |
* | Handle broken vsnprintf implementations in strbuf | Shawn O. Pearce | 2007-11-14 | 1 | -2/+2 |
* | sq_quote_argv and add_to_string rework with strbuf's. | Pierre Habouzit | 2007-09-21 | 1 | -20/+31 |
* | nfv?asprintf are broken without va_copy, workaround them. | Pierre Habouzit | 2007-09-20 | 1 | -63/+27 |
* | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 2007-03-10 | 1 | -8/+10 |
* | short i/o: clean up the naming for the write_{in,or}_xxx family | Andy Whitcroft | 2007-01-08 | 1 | -2/+2 |
* | Fix tracing when GIT_TRACE is set to an empty string. | Christian Couder | 2006-10-14 | 1 | -1/+2 |
* | Fix space in string " false" problem in "trace.c". | Christian Couder | 2006-09-12 | 1 | -1/+1 |
* | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 2006-09-02 | 1 | -0/+149 |