1. 9827d4c packfile: drop release_pack_memory() by Jeff King · 6 years ago
  2. c46c406 trace.h: support nested performance tracing by Nguyễn Thái Ngọc Duy · 7 years ago
  3. cb50761 trace.c: export trace_setup_key by Nguyễn Thái Ngọc Duy · 7 years ago
  4. 33011e7 trace.c: move strbuf_release() out of print_trace_line() by Nguyễn Thái Ngọc Duy · 7 years ago
  5. 1fbdab2 trace: avoid unnecessary quoting by Jeff King · 7 years ago
  6. e35f11c sq_quote_argv: drop maxlen parameter by Jeff King · 7 years ago
  7. 8eeb25c trace: improve performance while category is disabled by Gennady Kupava · 7 years ago
  8. 406102a trace: remove trace key normalization by Gennady Kupava · 7 years ago
  9. 4842579 Replace Free Software Foundation address in license notices by Todd Zullinger · 7 years ago
  10. 6f25305 trace: do not fall back to stderr by Jeff King · 9 years ago
  11. 46ac74b trace: disable key after write error by Jeff King · 9 years ago
  12. 3b0c3ab trace: correct variable name in write() error message by Jeff King · 9 years ago
  13. b3a1c5d trace: cosmetic fixes for error messages by Jeff King · 9 years ago
  14. 38f460c trace: use warning() for printing trace errors by Jeff King · 9 years ago
  15. c0222e7 trace: stop using write_or_whine_pipe() by Jeff King · 9 years ago
  16. c81539b trace: handle NULL argument in trace_disable() by Jeff King · 9 years ago
  17. 0bb443f trace: use strbuf for quote_crnl output by Jeff King · 9 years ago
  18. 3235983 pkt-line: support tracing verbatim pack contents by Jeff King · 10 years ago
  19. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano · 10 years ago
  20. a6c3c63 configure.ac: check for clock_gettime and CLOCK_MONOTONIC by Reuben Hawkins · 10 years ago
  21. a305b15 Merge branch 'rs/use-strbuf-complete-line' by Junio C Hamano · 10 years ago
  22. a0d4923 use strbuf_complete_line() for adding a newline if needed by René Scharfe · 10 years ago
  23. 31e26eb setup.c: support multi-checkout repo setup by Nguyễn Thái Ngọc Duy · 10 years ago
  24. c11dc64 Merge branch 'bw/trace-no-inline-getnanotime' by Junio C Hamano · 10 years ago
  25. 6433d56 trace.c: do not mark getnanotime() as "inline" by Ben Walton · 10 years ago
  26. 9ee9c9d Merge branch 'kb/perf-trace' by Junio C Hamano · 10 years ago
  27. 792a646 trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROS by René Scharfe · 11 years ago
  28. f655651 Merge branch 'rs/strbuf-getcwd' by Junio C Hamano · 11 years ago
  29. 56b9f6e use xgetcwd() to get the current directory or die by René Scharfe · 11 years ago
  30. 578da03 git: add performance tracing for git's main() function to debug scripts by Karsten Blees · 11 years ago
  31. 09b2c1c trace: add trace_performance facility to debug performance issues by Karsten Blees · 11 years ago
  32. 148d677 trace: add high resolution timer function to debug performance issues by Karsten Blees · 11 years ago
  33. e05bed9 trace: add 'file:line' to all trace output by Karsten Blees · 11 years ago
  34. 66f66c5 trace: move code around, in preparation to file:line output by Karsten Blees · 11 years ago
  35. b72be02 trace: add current timestamp to all trace output by Karsten Blees · 11 years ago
  36. 124647c trace: disable additional trace output for unit tests by Karsten Blees · 11 years ago
  37. c69dfd2 trace: add infrastructure to augment trace output with additional info by Karsten Blees · 11 years ago
  38. 6aa3085 trace: improve trace performance by Karsten Blees · 11 years ago
  39. 0d04242 trace: remove redundant printf format attribute by Karsten Blees · 11 years ago
  40. 4a3b0b2 trace: consistently name the format parameter by Karsten Blees · 11 years ago
  41. 58babff shallow.c: the 8 steps to select new commits for .git/shallow by Nguyễn Thái Ngọc Duy · 11 years ago
  42. 4621085 add missing "format" function attributes by Jeff King · 12 years ago
  43. cbfb93a trace.c: mark a private file-scope symbol as static by Junio C Hamano · 12 years ago
  44. c2e86ad Fix sparse warnings by Stephen Boyd · 14 years ago
  45. 7e2342d trace: give repo_setup trace its own key by Jeff King · 14 years ago
  46. 94b3b37 trace: add trace_strbuf by Jeff King · 14 years ago
  47. 39bc5e4 trace: factor out "do we want to trace" logic by Jeff King · 14 years ago
  48. 0679660 trace: refactor to support multiple env variables by Jeff King · 14 years ago
  49. c605354 trace: add trace_vprintf by Jeff King · 14 years ago
  50. ebeb609 strbuf: add strbuf_vaddf by Jeff King · 14 years ago
  51. e83c267 trace.c: ensure NULL is not passed to printf by Brandon Casey · 14 years ago
  52. f3bb8b4 Merge branch 'nd/setup' by Junio C Hamano · 14 years ago
  53. 00b0d7f set_try_to_free_routine(NULL) means "do nothing special" by Junio C Hamano · 14 years ago
  54. 8e8aa44 trace.c: mark file-local function static by Vasyl' Vavrychuk · 14 years ago
  55. a9ca8a8 builtins: print setup info if repo is found by Nguyễn Thái Ngọc Duy · 14 years ago
  56. 3a09425 Do not call release_pack_memory in malloc wrappers when GIT_TRACE is used by Johannes Sixt · 15 years ago
  57. a8fdab0 trace: Fixed a minor typo in an error message. by Allan Caffee · 16 years ago
  58. b319ce4 Trace and quote with argv: get rid of unneeded count argument. by Christian Couder · 17 years ago
  59. ecf4831 Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c by Steffen Prohaska · 17 years ago
  60. f141bd8 Handle broken vsnprintf implementations in strbuf by Shawn O. Pearce · 17 years ago
  61. 7a33bcb sq_quote_argv and add_to_string rework with strbuf's. by Pierre Habouzit · 17 years ago
  62. 19247e5 nfv?asprintf are broken without va_copy, workaround them. by Pierre Habouzit · 17 years ago
  63. 0746d19 git-branch, git-checkout: autosetup for remote branch tracking by Paolo Bonzini · 18 years ago
  64. e081405 short i/o: clean up the naming for the write_{in,or}_xxx family by Andy Whitcroft · 18 years ago
  65. 6844fc8 Fix tracing when GIT_TRACE is set to an empty string. by Christian Couder · 18 years ago
  66. 6d24892 Fix space in string " false" problem in "trace.c". by Christian Couder · 19 years ago
  67. 6ce4e61 Trace into a file or an open fd and refactor tracing code. by Christian Couder · 19 years ago