summaryrefslogtreecommitdiff
path: root/trace.c
Commit message (Expand)AuthorAgeFilesLines
* add missing "format" function attributesJeff King2013-07-091-0/+1
* trace.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-1/+1
* Fix sparse warningsStephen Boyd2011-03-221-1/+1
* trace: give repo_setup trace its own keyJeff King2011-03-081-5/+6
* trace: add trace_strbufJeff King2011-03-081-7/+16
* trace: factor out "do we want to trace" logicJeff King2011-03-081-3/+11
* trace: refactor to support multiple env variablesJeff King2011-03-081-10/+18
* trace: add trace_vprintfJeff King2011-03-081-5/+9
* strbuf: add strbuf_vaddfJeff King2011-02-261-26/+6
* trace.c: ensure NULL is not passed to printfBrandon Casey2011-01-061-1/+8
* Merge branch 'nd/setup'Junio C Hamano2010-12-281-0/+42
|\
| * builtins: print setup info if repo is foundNguyễn Thái Ngọc Duy2010-11-291-0/+42
* | set_try_to_free_routine(NULL) means "do nothing special"Junio C Hamano2010-12-211-6/+2
* | trace.c: mark file-local function staticVasyl' Vavrychuk2010-12-171-1/+1
|/
* Do not call release_pack_memory in malloc wrappers when GIT_TRACE is usedJohannes Sixt2010-05-081-0/+6
* trace: Fixed a minor typo in an error message.Allan Caffee2009-02-251-1/+1
* Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-031-2/+2
* Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska2007-11-261-1/+1
* Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-141-2/+2
* sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-211-20/+31
* nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit2007-09-201-63/+27
* git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-101-8/+10
* short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-081-2/+2
* Fix tracing when GIT_TRACE is set to an empty string.Christian Couder2006-10-141-1/+2
* Fix space in string " false" problem in "trace.c".Christian Couder2006-09-121-1/+1
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-021-0/+149