summaryrefslogtreecommitdiff
path: root/trace.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-16pkt-line: support tracing verbatim pack contentsLibravatar Jeff King1-0/+7
2015-05-11Merge branch 'nd/multiple-work-trees'Libravatar Junio C Hamano1-0/+1
2015-01-09configure.ac: check for clock_gettime and CLOCK_MONOTONICLibravatar Reuben Hawkins1-1/+1
2014-12-22Merge branch 'rs/use-strbuf-complete-line'Libravatar Junio C Hamano1-3/+1
2014-12-12use strbuf_complete_line() for adding a newline if neededLibravatar René Scharfe1-3/+1
2014-12-01setup.c: support multi-checkout repo setupLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2014-10-16Merge branch 'bw/trace-no-inline-getnanotime'Libravatar Junio C Hamano1-1/+1
2014-09-29trace.c: do not mark getnanotime() as "inline"Libravatar Ben Walton1-1/+1
2014-09-19Merge branch 'kb/perf-trace'Libravatar Junio C Hamano1-1/+1
2014-09-08trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSLibravatar René Scharfe1-1/+1
2014-09-02Merge branch 'rs/strbuf-getcwd'Libravatar Junio C Hamano1-3/+4
2014-08-26use xgetcwd() to get the current directory or dieLibravatar René Scharfe1-3/+4
2014-07-13git: add performance tracing for git's main() function to debug scriptsLibravatar Karsten Blees1-0/+22
2014-07-13trace: add trace_performance facility to debug performance issuesLibravatar Karsten Blees1-0/+47
2014-07-13trace: add high resolution timer function to debug performance issuesLibravatar Karsten Blees1-0/+82
2014-07-13trace: add 'file:line' to all trace outputLibravatar Karsten Blees1-12/+60
2014-07-13trace: move code around, in preparation to file:line outputLibravatar Karsten Blees1-18/+18
2014-07-13trace: add current timestamp to all trace outputLibravatar Karsten Blees1-1/+9
2014-07-13trace: disable additional trace output for unit testsLibravatar Karsten Blees1-0/+6
2014-07-13trace: add infrastructure to augment trace output with additional infoLibravatar Karsten Blees1-14/+33
2014-07-13trace: improve trace performanceLibravatar Karsten Blees1-46/+54
2014-06-17trace: remove redundant printf format attributeLibravatar Karsten Blees1-1/+0
2014-06-17trace: consistently name the format parameterLibravatar Karsten Blees1-11/+11
2013-12-10shallow.c: the 8 steps to select new commits for .git/shallowLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-07-09add missing "format" function attributesLibravatar Jeff King1-0/+1
2012-09-15trace.c: mark a private file-scope symbol as staticLibravatar Junio C Hamano1-1/+1
2011-03-22Fix sparse warningsLibravatar Stephen Boyd1-1/+1
2011-03-08trace: give repo_setup trace its own keyLibravatar Jeff King1-5/+6
2011-03-08trace: add trace_strbufLibravatar Jeff King1-7/+16
2011-03-08trace: factor out "do we want to trace" logicLibravatar Jeff King1-3/+11
2011-03-08trace: refactor to support multiple env variablesLibravatar Jeff King1-10/+18
2011-03-08trace: add trace_vprintfLibravatar Jeff King1-5/+9
2011-02-26strbuf: add strbuf_vaddfLibravatar Jeff King1-26/+6
2011-01-06trace.c: ensure NULL is not passed to printfLibravatar Brandon Casey1-1/+8
2010-12-28Merge branch 'nd/setup'Libravatar Junio C Hamano1-0/+42
2010-12-21set_try_to_free_routine(NULL) means "do nothing special"Libravatar Junio C Hamano1-6/+2
2010-12-17trace.c: mark file-local function staticLibravatar Vasyl' Vavrychuk1-1/+1
2010-11-29builtins: print setup info if repo is foundLibravatar Nguyễn Thái Ngọc Duy1-0/+42
2010-05-08Do not call release_pack_memory in malloc wrappers when GIT_TRACE is usedLibravatar Johannes Sixt1-0/+6
2009-02-25trace: Fixed a minor typo in an error message.Libravatar Allan Caffee1-1/+1
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Libravatar Christian Couder1-2/+2
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cLibravatar Steffen Prohaska1-1/+1
2007-11-14Handle broken vsnprintf implementations in strbufLibravatar Shawn O. Pearce1-2/+2
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Libravatar Pierre Habouzit1-20/+31
2007-09-20nfv?asprintf are broken without va_copy, workaround them.Libravatar Pierre Habouzit1-63/+27
2007-03-10git-branch, git-checkout: autosetup for remote branch trackingLibravatar Paolo Bonzini1-8/+10
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyLibravatar Andy Whitcroft1-2/+2
2006-10-14Fix tracing when GIT_TRACE is set to an empty string.Libravatar Christian Couder1-1/+2
2006-09-12Fix space in string " false" problem in "trace.c".Libravatar Christian Couder1-1/+1
2006-09-02Trace into a file or an open fd and refactor tracing code.Libravatar Christian Couder1-0/+149