66 Commits (49d166081bb5ddefa57fd97fd517449264ee5246)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy c46c406ae1 trace.h: support nested performance tracing 7 years ago
Nguyễn Thái Ngọc Duy cb50761959 trace.c: export trace_setup_key 7 years ago
Nguyễn Thái Ngọc Duy 33011e769c trace.c: move strbuf_release() out of print_trace_line() 7 years ago
Jeff King 1fbdab21bb trace: avoid unnecessary quoting 7 years ago
Jeff King e35f11c293 sq_quote_argv: drop maxlen parameter 7 years ago
Gennady Kupava 8eeb25c679 trace: improve performance while category is disabled 7 years ago
Gennady Kupava 406102a731 trace: remove trace key normalization 7 years ago
Todd Zullinger 484257925f Replace Free Software Foundation address in license notices 7 years ago
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