aboutsummaryrefslogtreecommitdiffstats
path: root/trace.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy1-1/+1
2013-07-09add missing "format" function attributesJeff King1-0/+1
2012-09-15trace.c: mark a private file-scope symbol as staticJunio C Hamano1-1/+1
2011-03-22Fix sparse warningsStephen Boyd1-1/+1
2011-03-08trace: give repo_setup trace its own keyJeff King1-5/+6
2011-03-08trace: add trace_strbufJeff King1-7/+16
2011-03-08trace: factor out "do we want to trace" logicJeff King1-3/+11
2011-03-08trace: refactor to support multiple env variablesJeff King1-10/+18
2011-03-08trace: add trace_vprintfJeff King1-5/+9
2011-02-26strbuf: add strbuf_vaddfJeff King1-26/+6
2011-01-06trace.c: ensure NULL is not passed to printfBrandon Casey1-1/+8
2010-12-28Merge branch 'nd/setup'Junio C Hamano1-0/+42
2010-12-21set_try_to_free_routine(NULL) means "do nothing special"Junio C Hamano1-6/+2
2010-12-17trace.c: mark file-local function staticVasyl' Vavrychuk1-1/+1
2010-11-29builtins: print setup info if repo is foundNguyễn Thái Ngọc Duy1-0/+42
2010-05-08Do not call release_pack_memory in malloc wrappers when GIT_TRACE is usedJohannes Sixt1-0/+6
2009-02-25trace: Fixed a minor typo in an error message.Allan Caffee1-1/+1
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Christian Couder1-2/+2
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska1-1/+1
2007-11-14Handle broken vsnprintf implementations in strbufShawn O. Pearce1-2/+2
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit1-20/+31
2007-09-20nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit1-63/+27
2007-03-10git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini1-8/+10
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft1-2/+2
2006-10-14Fix tracing when GIT_TRACE is set to an empty string.Christian Couder1-1/+2
2006-09-12Fix space in string " false" problem in "trace.c".Christian Couder1-1/+1
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder1-0/+149