summaryrefslogtreecommitdiff
path: root/trace.c
AgeCommit message (Expand)Author
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