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