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