summaryrefslogtreecommitdiff
path: root/trace.c
AgeCommit message (Expand)Author
2015-01-09configure.ac: check for clock_gettime and CLOCK_MONOTONICReuben Hawkins
2014-12-22Merge branch 'rs/use-strbuf-complete-line'Junio C Hamano
2014-12-12use strbuf_complete_line() for adding a newline if neededRené Scharfe
2014-10-16Merge branch 'bw/trace-no-inline-getnanotime'Junio C Hamano
2014-09-29trace.c: do not mark getnanotime() as "inline"Ben Walton
2014-09-19Merge branch 'kb/perf-trace'Junio C Hamano
2014-09-08trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSRené Scharfe
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe
2014-07-14git: add performance tracing for git's main() function to debug scriptsKarsten Blees
2014-07-14trace: add trace_performance facility to debug performance issuesKarsten Blees
2014-07-14trace: add high resolution timer function to debug performance issuesKarsten Blees
2014-07-14trace: add 'file:line' to all trace outputKarsten Blees
2014-07-14trace: move code around, in preparation to file:line outputKarsten Blees
2014-07-14trace: add current timestamp to all trace outputKarsten Blees
2014-07-14trace: disable additional trace output for unit testsKarsten Blees
2014-07-14trace: add infrastructure to augment trace output with additional infoKarsten Blees
2014-07-14trace: improve trace performanceKarsten Blees
2014-06-17trace: remove redundant printf format attributeKarsten Blees
2014-06-17trace: consistently name the format parameterKarsten Blees
2013-12-11shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy
2013-07-10add missing "format" function attributesJeff King
2012-09-16trace.c: mark a private file-scope symbol as staticJunio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2011-03-08trace: give repo_setup trace its own keyJeff King
2011-03-08trace: add trace_strbufJeff King
2011-03-08trace: factor out "do we want to trace" logicJeff King
2011-03-08trace: refactor to support multiple env variablesJeff King
2011-03-08trace: add trace_vprintfJeff King
2011-02-26strbuf: add strbuf_vaddfJeff King
2011-01-06trace.c: ensure NULL is not passed to printfBrandon Casey
2010-12-28Merge branch 'nd/setup'Junio C Hamano
2010-12-21set_try_to_free_routine(NULL) means "do nothing special"Junio C Hamano
2010-12-17trace.c: mark file-local function staticVasyl' Vavrychuk
2010-11-29builtins: print setup info if repo is foundNguyễn Thái Ngọc Duy
2010-05-09Do not call release_pack_memory in malloc wrappers when GIT_TRACE is usedJohannes Sixt
2009-02-25trace: Fixed a minor typo in an error message.Allan Caffee
2007-12-04Trace and quote with argv: get rid of unneeded count argument.Christian Couder
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska
2007-11-14Handle broken vsnprintf implementations in strbufShawn O. Pearce
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit
2007-09-21nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit
2007-03-11git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft
2006-10-14Fix tracing when GIT_TRACE is set to an empty string.Christian Couder
2006-09-13Fix space in string " false" problem in "trace.c".Christian Couder
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder