aboutsummaryrefslogtreecommitdiff
path: root/trace.c
Commit message (Expand)AuthorAge
* trace: improve performance while category is disabledGennady Kupava2017-12-06
* trace: remove trace key normalizationGennady Kupava2017-11-27
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-09
* trace: do not fall back to stderrJeff King2016-08-05
* trace: disable key after write errorJeff King2016-08-05
* trace: correct variable name in write() error messageJeff King2016-08-05
* trace: cosmetic fixes for error messagesJeff King2016-08-05
* trace: use warning() for printing trace errorsJeff King2016-08-05
* trace: stop using write_or_whine_pipe()Jeff King2016-08-04
* trace: handle NULL argument in trace_disable()Jeff King2016-08-04
* trace: use strbuf for quote_crnl outputJeff King2015-09-25
* pkt-line: support tracing verbatim pack contentsJeff King2015-06-16
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\
| * setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-01
* | configure.ac: check for clock_gettime and CLOCK_MONOTONICReuben Hawkins2015-01-09
* | Merge branch 'rs/use-strbuf-complete-line'Junio C Hamano2014-12-22
|\ \ | |/ |/|
| * use strbuf_complete_line() for adding a newline if neededRené Scharfe2014-12-12
* | Merge branch 'bw/trace-no-inline-getnanotime'Junio C Hamano2014-10-16
|\ \
| * | trace.c: do not mark getnanotime() as "inline"Ben Walton2014-09-29
| |/
* | Merge branch 'kb/perf-trace'Junio C Hamano2014-09-19
|\ \
| * | trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSRené Scharfe2014-09-08
| |/
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-02
|\ \ | |/ |/|
| * use xgetcwd() to get the current directory or dieRené Scharfe2014-08-26
* | git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-13
* | trace: add trace_performance facility to debug performance issuesKarsten Blees2014-07-13
* | trace: add high resolution timer function to debug performance issuesKarsten Blees2014-07-13
* | trace: add 'file:line' to all trace outputKarsten Blees2014-07-13
* | trace: move code around, in preparation to file:line outputKarsten Blees2014-07-13
* | trace: add current timestamp to all trace outputKarsten Blees2014-07-13
* | trace: disable additional trace output for unit testsKarsten Blees2014-07-13
* | trace: add infrastructure to augment trace output with additional infoKarsten Blees2014-07-13
* | trace: improve trace performanceKarsten Blees2014-07-13
* | trace: remove redundant printf format attributeKarsten Blees2014-06-17
* | trace: consistently name the format parameterKarsten Blees2014-06-17
|/
* shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-10
* add missing "format" function attributesJeff King2013-07-09
* trace.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
* Fix sparse warningsStephen Boyd2011-03-22
* trace: give repo_setup trace its own keyJeff King2011-03-08
* trace: add trace_strbufJeff King2011-03-08
* trace: factor out "do we want to trace" logicJeff King2011-03-08
* trace: refactor to support multiple env variablesJeff King2011-03-08
* trace: add trace_vprintfJeff King2011-03-08
* strbuf: add strbuf_vaddfJeff King2011-02-26
* trace.c: ensure NULL is not passed to printfBrandon Casey2011-01-06
* Merge branch 'nd/setup'Junio C Hamano2010-12-28
|\
| * builtins: print setup info if repo is foundNguyễn Thái Ngọc Duy2010-11-29
* | set_try_to_free_routine(NULL) means "do nothing special"Junio C Hamano2010-12-21
* | trace.c: mark file-local function staticVasyl' Vavrychuk2010-12-17
|/
* Do not call release_pack_memory in malloc wrappers when GIT_TRACE is usedJohannes Sixt2010-05-08