🌐 AI搜索 & 代理 主页
Git 2.43
  1. 8cdd5e7 Merge branch 'ma/locate-in-path-for-windows' by Junio C Hamano · 2 years, 4 months ago
  2. bb532b5 run-command: conditionally define locate_in_PATH() by Matthias Aßhauer · 2 years, 4 months ago
  3. a1264a0 Merge branch 'en/header-split-cache-h-part-3' by Junio C Hamano · 2 years, 6 months ago
  4. dcedba1 Merge branch 'rs/run-command-exec-error-on-noent' by Junio C Hamano · 2 years, 6 months ago
  5. 64c8559 run-command.h: move declarations for run-command.c from cache.h by Elijah Newren · 2 years, 6 months ago
  6. 6d224ac run-command: report exec error even on ENOENT by René Scharfe · 2 years, 6 months ago
  7. 75ab1fa Merge branch 'tb/run-command-needs-alloc-h' by Junio C Hamano · 2 years, 7 months ago
  8. 52c0f33 run-command.c: fix missing include under `NO_PTHREADS` by Taylor Blau · 2 years, 7 months ago
  9. cb2a513 symlinks.h: move declarations for symlinks.c functions from cache.h by Elijah Newren · 2 years, 8 months ago
  10. 74ea5c9 treewide: be explicit about dependence on trace.h & trace2.h by Elijah Newren · 2 years, 8 months ago
  11. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  12. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years, 9 months ago
  13. ce41759 run-command: mark error routine parameters as unused by Jeff King · 2 years, 10 months ago
  14. 5402673 run-command: allow stdin for run_processes_parallel by Emily Shaffer · 2 years, 10 months ago
  15. 5123e6e run-command.c: remove dead assignment in while-loop by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  16. b39a841 *: fix typos which duplicate a word by Andrei Rybak · 3 years ago
  17. 4e09e0d Merge branch 'sx/pthread-error-check-fix' by Junio C Hamano · 3 years ago
  18. 786e676 maintenance: compare output of pthread functions for inequality with 0 by Seija · 3 years ago
  19. be4ac3b Merge branch 'rs/no-more-run-command-v' by Taylor Blau · 3 years, 1 month ago
  20. ddbb47f replace and remove run_command_v_opt() by René Scharfe · 3 years, 1 month ago
  21. ef249b3 replace and remove run_command_v_opt_cd_env_tr2() by René Scharfe · 3 years, 1 month ago
  22. d82dbbd replace and remove run_command_v_opt_tr2() by René Scharfe · 3 years, 1 month ago
  23. eb5b6b5 replace and remove run_command_v_opt_cd_env() by René Scharfe · 3 years, 1 month ago
  24. 0b0ab95 run-command.c: remove "max_processes", add "const" to signal() handler by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  25. d1610ee run-command.c: pass "opts" further down, and use "opts->processes" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  26. 9f3df6c run-command.c: use "opts->processes", not "pp->max_processes" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  27. 2aa8d22 run-command.c: don't copy "data" to "struct parallel_processes" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  28. 357f8e6 run-command.c: don't copy "ungroup" to "struct parallel_processes" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  29. fa93951 run-command.c: don't copy *_fn to "struct parallel_processes" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  30. e39c9de run-command.c: make "struct parallel_processes" const if possible by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  31. 36d69bf run-command API: move *_tr2() users to "run_processes_parallel()" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  32. 6e5ba0b run-command API: have run_process_parallel() take an "opts" struct by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  33. c333e6f run-command.c: use designated init for pp_init(), add "const" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  34. 51243f9 run-command API: don't fall back on online_cpus() by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  35. 6a48b42 run-command API: make "n" parameter a "size_t" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  36. 7dd5762 run-command API: have "run_processes_parallel{,_tr2}()" return void by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  37. 716c1f6 pipe_command(): mark stdin descriptor as non-blocking by Jeff King · 3 years, 4 months ago
  38. c6d3cce pipe_command(): handle ENOSPC when writing to a pipe by Jeff King · 3 years, 4 months ago
  39. 14eab81 pipe_command(): avoid xwrite() for writing to pipe by Jeff King · 3 years, 4 months ago
  40. da48270 Merge branch 'js/wait-or-whine-can-fail' by Junio C Hamano · 3 years, 6 months ago
  41. 1a7f6be Merge branch 'ab/hooks-regression-fix' by Junio C Hamano · 3 years, 6 months ago
  42. ce3986b run-command: don't spam trace2_child_exit() by Josh Steadmon · 3 years, 6 months ago
  43. fd3aaf5 run-command: add an "ungroup" option to run_process_parallel() by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
  44. b319325 run-command API users: use "env" not "env_array" in comments & names by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
  45. 29fda24 run-command API: rename "env_array" to "env" by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
  46. c70bc33 Merge branch 'ab/config-based-hooks-2' by Junio C Hamano · 3 years, 10 months ago
  47. 4b51386 Merge branch 'ab/usage-die-message' by Junio C Hamano · 4 years ago
  48. 95ba86a run-command: remove old run_hook_{le,ve}() hook API by Emily Shaffer · 4 years ago
  49. dbb1c61 read-cache: convert post-index-change to use hook.h by Emily Shaffer · 4 years ago
  50. 832ec72 Merge branch 'ab/run-command' by Junio C Hamano · 4 years ago
  51. 97991df Merge branch 'jk/t7006-sigpipe-tests-fix' by Junio C Hamano · 4 years ago
  52. e081a7c usage.c API users: use die_message() for "fatal :" + exit 128 by Ævar Arnfjörð Bjarmason · 4 years ago
  53. c7c4bde run-command API: remove "env" member, always use "env_array" by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
  54. d3b2159 run-command API: remove "argv" member, always use "args" by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
  55. 6def0ff run-command API users: use strvec_pushv(), not argv assignment by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
  56. 96bfb2d run-command: unify signal and regular logic for wait_or_whine() by Jeff King · 4 years, 1 month ago
  57. a73934c Merge branch 'vd/pthread-setspecific-g11-fix' by Junio C Hamano · 4 years, 1 month ago
  58. 4b540cf async_die_is_recursing: work around GCC v11.x issue on Fedora by Victoria Dye · 4 years, 1 month ago
  59. af303ee Merge branch 'jh/builtin-fsmonitor-part1' by Junio C Hamano · 4 years, 2 months ago
  60. 5e3aba3 hook.[ch]: move find_hook() from run-command.c to hook.c by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
  61. 0a4cb1f Merge branch 'mr/bisect-in-c-4' by Junio C Hamano · 4 years, 3 months ago
  62. c042ad5 Merge branch 'js/run-command-close-packs' by Junio C Hamano · 4 years, 3 months ago
  63. fdb1322 run-command: create start_bg_command by Jeff Hostetler · 4 years, 3 months ago
  64. 3f36e6f run-command: make `exists_in_PATH()` non-static by Pranit Bauva · 4 years, 3 months ago
  65. fd0d703 Merge branch 'ab/retire-advice-config' by Junio C Hamano · 4 years, 3 months ago
  66. 5a22a33 run_auto_maintenance(): implicitly close the object store by Johannes Schindelin · 4 years, 3 months ago
  67. 28d04e1 run-command: offer to close the object store before running by Johannes Schindelin · 4 years, 3 months ago
  68. 66e905b use xopen() to handle fatal open(2) failures by René Scharfe · 4 years, 4 months ago
  69. ed9bff0 advice: remove read uses of most global `advice_` variables by Ben Boeckel · 4 years, 4 months ago
  70. 8721e2e Merge branch 'jt/partial-clone-submodule-1' by Junio C Hamano · 4 years, 5 months ago
  71. 5726a6b *.c *_init(): define in terms of corresponding *_INIT macro by Ævar Arnfjörð Bjarmason · 4 years, 5 months ago
  72. d1fa943 run-command: refactor subprocess env preparation by Jonathan Tan · 4 years, 6 months ago
  73. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 9 months ago
  74. 56a5765 Sync with Git 2.30.2 for CVE-2021-21300 by Junio C Hamano · 4 years, 9 months ago
  75. e4e6808 Sync with 2.29.3 by Johannes Schindelin · 4 years, 10 months ago
  76. d7bdabe Sync with 2.28.1 by Johannes Schindelin · 4 years, 10 months ago
  77. 3f01e56 Sync with 2.27.1 by Johannes Schindelin · 4 years, 10 months ago
  78. 2d1142a Sync with 2.26.3 by Johannes Schindelin · 4 years, 10 months ago
  79. 97d1dcb Sync with 2.24.4 by Johannes Schindelin · 4 years, 10 months ago
  80. bcf08f3 Sync with 2.21.4 by Johannes Schindelin · 4 years, 10 months ago
  81. 8049638 Sync with 2.19.6 by Johannes Schindelin · 4 years, 10 months ago
  82. fb049fd Sync with 2.18.5 by Johannes Schindelin · 4 years, 10 months ago
  83. 9b77cec Sync with 2.17.6 by Johannes Schindelin · 4 years, 10 months ago
  84. 0d58fef run-command: invalidate lstat cache after a command finished by Johannes Schindelin · 4 years, 10 months ago
  85. be8fc53 pager: properly log pager exit code when signalled by Ævar Arnfjörð Bjarmason · 4 years, 10 months ago
  86. 85db79a run-command: add braces for "if" block in wait_or_whine() by Ævar Arnfjörð Bjarmason · 4 years, 10 months ago
  87. 1942d48 maintenance: optionally skip --auto process by Derrick Stolee · 5 years ago
  88. a95ce12 maintenance: replace run_auto_gc() by Derrick Stolee · 5 years ago
  89. d70a9eb strvec: rename struct fields by Jeff King · 5 years ago
  90. c972bf4 strvec: convert remaining callers away from argv_array name by Jeff King · 5 years ago
  91. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 5 years ago
  92. 05920f0 Merge branch 'ta/wait-on-aliased-commands-upon-signal' into master by Junio C Hamano · 5 years ago
  93. e662df7 Wait for child on signal death for aliases to builtins by Trygve Aaberge · 5 years ago
  94. 3af459e Merge branch 'jc/auto-gc-quiet' by Junio C Hamano · 6 years ago
  95. 850b6ed auto-gc: extract a reusable helper from "git fetch" by Junio C Hamano · 6 years ago
  96. 05ac858 run-command: trigger PATH lookup properly on Cygwin by Andras Kucsma · 6 years ago
  97. c17cf77 Merge branch 'bc/run-command-nullness-after-free-fix' into maint by Junio C Hamano · 6 years ago
  98. 42096c7 Merge branch 'bc/run-command-nullness-after-free-fix' by Junio C Hamano · 6 years ago
  99. 63ab08f run-command: avoid undefined behavior in exists_in_PATH by brian m. carlson · 6 years ago
  100. 54a7a64 run-command: use prepare_git_cmd() in prepare_cmd() by René Scharfe · 6 years ago