58 Commits (b76aeae553867773577f0f88cc495cc978a02f74)

Author SHA1 Message Date
Jeff King 6f25305799 trace: do not fall back to stderr 9 years ago
Jeff King 46ac74b716 trace: disable key after write error 9 years ago
Jeff King 3b0c3ab777 trace: correct variable name in write() error message 9 years ago
Jeff King b3a1c5da02 trace: cosmetic fixes for error messages 9 years ago
Jeff King 38f460caa2 trace: use warning() for printing trace errors 9 years ago
Jeff King c0222e762e trace: stop using write_or_whine_pipe() 9 years ago
Jeff King c81539b5f6 trace: handle NULL argument in trace_disable() 9 years ago
Jeff King 0bb443fdd2 trace: use strbuf for quote_crnl output 9 years ago
Jeff King 323598387d pkt-line: support tracing verbatim pack contents 10 years ago
Reuben Hawkins a6c3c638ac configure.ac: check for clock_gettime and CLOCK_MONOTONIC 10 years ago
René Scharfe a0d4923ddf use strbuf_complete_line() for adding a newline if needed 10 years ago
Nguyễn Thái Ngọc Duy 31e26ebcb5 setup.c: support multi-checkout repo setup 10 years ago
Ben Walton 6433d56975 trace.c: do not mark getnanotime() as "inline" 10 years ago
René Scharfe 792a646a19 trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROS 11 years ago
René Scharfe 56b9f6e738 use xgetcwd() to get the current directory or die 11 years ago
Karsten Blees 578da0391a git: add performance tracing for git's main() function to debug scripts 11 years ago
Karsten Blees 09b2c1c769 trace: add trace_performance facility to debug performance issues 11 years ago
Karsten Blees 148d6771bf trace: add high resolution timer function to debug performance issues 11 years ago
Karsten Blees e05bed960d trace: add 'file:line' to all trace output 11 years ago
Karsten Blees 66f66c596f trace: move code around, in preparation to file:line output 11 years ago
Karsten Blees b72be02cfb trace: add current timestamp to all trace output 11 years ago
Karsten Blees 124647c4b0 trace: disable additional trace output for unit tests 11 years ago
Karsten Blees c69dfd24db trace: add infrastructure to augment trace output with additional info 11 years ago
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Karsten Blees 0d0424272f trace: remove redundant printf format attribute 11 years ago
Karsten Blees 4a3b0b25f1 trace: consistently name the format parameter 11 years ago
Nguyễn Thái Ngọc Duy 58babfffde shallow.c: the 8 steps to select new commits for .git/shallow 11 years ago
Jeff King 4621085b7e add missing "format" function attributes 12 years ago
Junio C Hamano cbfb93a12b trace.c: mark a private file-scope symbol as static 13 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jeff King 7e2342d098 trace: give repo_setup trace its own key 14 years ago
Jeff King 94b3b37464 trace: add trace_strbuf 14 years ago
Jeff King 39bc5e4680 trace: factor out "do we want to trace" logic 14 years ago
Jeff King 06796607ef trace: refactor to support multiple env variables 14 years ago
Jeff King c6053543f2 trace: add trace_vprintf 14 years ago
Jeff King ebeb60900f strbuf: add strbuf_vaddf 14 years ago
Brandon Casey e83c267f71 trace.c: ensure NULL is not passed to printf 14 years ago
Junio C Hamano 00b0d7f77b set_try_to_free_routine(NULL) means "do nothing special" 14 years ago
Vasyl' Vavrychuk 8e8aa44057 trace.c: mark file-local function static 14 years ago
Nguyễn Thái Ngọc Duy a9ca8a85ef builtins: print setup info if repo is found 14 years ago
Johannes Sixt 3a0942598c Do not call release_pack_memory in malloc wrappers when GIT_TRACE is used 15 years ago
Allan Caffee a8fdab08e0 trace: Fixed a minor typo in an error message. 16 years ago
Christian Couder b319ce4c14 Trace and quote with argv: get rid of unneeded count argument. 17 years ago
Steffen Prohaska ecf4831d89 Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c 17 years ago
Shawn O. Pearce f141bd804d Handle broken vsnprintf implementations in strbuf 17 years ago
Pierre Habouzit 7a33bcbe80 sq_quote_argv and add_to_string rework with strbuf's. 18 years ago
Pierre Habouzit 19247e5510 nfv?asprintf are broken without va_copy, workaround them. 18 years ago
Paolo Bonzini 0746d19a82 git-branch, git-checkout: autosetup for remote branch tracking 18 years ago
Andy Whitcroft e08140568a short i/o: clean up the naming for the write_{in,or}_xxx family 18 years ago
Christian Couder 6844fc806a Fix tracing when GIT_TRACE is set to an empty string. 19 years ago