🌐 AI搜索 & 代理 主页
Git 2.37
  1. f9ba6ac Merge branch 'mc/clean-smudge-with-llp64' by Junio C Hamano · 4 years ago
  2. e9aa762 odb: teach read_blob_entry to use size_t by Matt Cooper · 4 years, 1 month ago
  3. bf6d819 entry: show finer-grained counter in "Filtering content" progress line by SZEDER Gábor · 4 years, 3 months ago
  4. 7a132c6 checkout: make delayed checkout respect --quiet and --no-progress by Matheus Tavares · 4 years, 4 months ago
  5. bc40dfb string-list.h users: change to use *_{nodup,dup}() by Ævar Arnfjörð Bjarmason · 4 years, 6 months ago
  6. 33be431 Merge branch 'en/dir-traversal' by Junio C Hamano · 4 years, 7 months ago
  7. b548f0f dir: introduce readdir_skip_dot_and_dotdot() helper by Elijah Newren · 4 years, 7 months ago
  8. a1cac26 Merge branch 'mt/parallel-checkout-part-2' by Junio C Hamano · 4 years, 8 months ago
  9. 8e97852 Merge branch 'ds/sparse-index-protections' by Junio C Hamano · 4 years, 8 months ago
  10. 04155bd unpack-trees: add basic support for parallel checkout by Matheus Tavares · 4 years, 8 months ago
  11. 3450a30 entry: ensure full index by Derrick Stolee · 4 years, 8 months ago
  12. c47679d Merge branch 'mt/parallel-checkout-part-1' by Junio C Hamano · 4 years, 9 months ago
  13. 9210c68 Merge branch 'mt/checkout-remove-nofollow' by Junio C Hamano · 4 years, 9 months ago
  14. ae22751 entry: add checkout_entry_ca() taking preloaded conv_attrs by Matheus Tavares · 4 years, 9 months ago
  15. 30419e7 entry: move conv_attrs lookup up to checkout_entry() by Matheus Tavares · 4 years, 9 months ago
  16. 584a0d1 entry: extract update_ce_after_write() from write_entry() by Matheus Tavares · 4 years, 9 months ago
  17. 49cfd90 entry: make fstat_output() and read_blob_entry() public by Matheus Tavares · 4 years, 9 months ago
  18. d052cc0 entry: extract a header file for entry.c functions by Matheus Tavares · 4 years, 9 months ago
  19. fab78a0 checkout: don't follow symlinks when removing entries by Matheus Tavares · 4 years, 9 months ago
  20. 9334ea8 write_entry(): fix misuses of `path` in error messages by Matheus Tavares · 4 years, 10 months ago
  21. 748f733 checkout_entry(): remove unreachable error() call by Matheus Tavares · 5 years ago
  22. d341042 Merge branch 'mt/entry-fstat-fallback-fix' into master by Junio C Hamano · 5 years ago
  23. 35e6e21 entry: check for fstat() errors after checkout by Matheus Tavares · 5 years ago
  24. c397aac convert: provide additional metadata to filters by brian m. carlson · 6 years ago
  25. ab90eca convert: permit passing additional metadata to filter processes by brian m. carlson · 6 years ago
  26. d4c0a3a fill_stat_cache_info(): prepare for an fsmonitor fix by Johannes Schindelin · 7 years ago
  27. 7d0c1f4 Merge branch 'tg/checkout-no-overlay' by Junio C Hamano · 7 years ago
  28. 4084df4 Merge branch 'nd/checkout-noisy' by Junio C Hamano · 7 years ago
  29. 536ec18 entry: support CE_WT_REMOVE flag in checkout_entry by Thomas Gummerer · 7 years ago
  30. b702dd1 entry: factor out unlink_entry function by Thomas Gummerer · 7 years ago
  31. 9da9fff Merge branch 'nd/clone-case-smashing-warning' by Junio C Hamano · 7 years ago
  32. e66ceca clone: fix colliding file detection on APFS by Nguyễn Thái Ngọc Duy · 7 years ago
  33. 0f086e6 checkout: print something when checking out paths by Nguyễn Thái Ngọc Duy · 7 years ago
  34. c240732 Merge branch 'nd/clone-case-smashing-warning' by Junio C Hamano · 7 years ago
  35. b878579 clone: report duplicate entries on case-insensitive filesystems by Duy Nguyen · 7 years ago
  36. 74cfc0e entry.c: use the right index instead of the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  37. 7f944e2 convert.c: remove an implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  38. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 8 years ago
  39. 1a75044 convert: convert to struct object_id by brian m. carlson · 8 years ago
  40. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 8 years ago
  41. d8f7180 entry: rename 'new' variables by Brandon Williams · 8 years ago
  42. e05336b Merge branch 'bp/fsmonitor' by Junio C Hamano · 8 years ago
  43. 6909bf6 Merge branch 'ls/filter-process-delayed' by Junio C Hamano · 8 years ago
  44. 7cbbf9d write_entry: untangle symlink and regular-file cases by Jeff King · 8 years ago
  45. c602d3a write_entry: avoid reading blobs in CE_RETRY case by Jeff King · 8 years ago
  46. b240158 write_entry: fix leak when retrying delayed filter by Jeff King · 8 years ago
  47. 11179eb entry.c: check if file exists after checkout by Lars Schneider · 8 years ago
  48. 03b9533 entry.c: update cache entry only for existing files by Lars Schneider · 8 years ago
  49. 883e248 fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. by Ben Peart · 8 years ago
  50. c50424a Merge branch 'jk/write-in-full-fix' by Junio C Hamano · 8 years ago
  51. 564bde9 convert less-trivial versions of "write_in_full() != len" by Jeff King · 8 years ago
  52. 7fbbd3e Merge branch 'ls/convert-filter-progress' by Junio C Hamano · 8 years ago
  53. 52f1d62 convert: display progress for filtered objects that have been delayed by Lars Schneider · 8 years ago
  54. 2841e8f convert: add "status=delayed" to filter process protocol by Lars Schneider · 8 years ago
  55. cd279e2 entry.c: submodule recursing: respect force flag correctly by Stefan Beller · 9 years ago
  56. 6d14eac entry.c: create submodules when interesting by Stefan Beller · 9 years ago
  57. 7eda0e4 streaming: make stream_blob_to_fd take struct object_id by brian m. carlson · 9 years ago
  58. 99d1a98 cache: convert struct cache_entry to use struct object_id by brian m. carlson · 9 years ago
  59. e1ebb3c entry.c: use error_errno() by Nguyễn Thái Ngọc Duy · 10 years ago
  60. 3733e69 use xmallocz to avoid size arithmetic by Jeff King · 10 years ago
  61. 330c8e2 entry.c: convert strcpy to xsnprintf by Jeff King · 10 years ago
  62. 078a58e read-cache: mark updated entries for split index by Nguyễn Thái Ngọc Duy · 12 years ago
  63. d4a2024 entry.c: update cache_changed if refresh_cache is set in checkout_entry() by Nguyễn Thái Ngọc Duy · 12 years ago
  64. ec8cd4f Merge branch 'mh/remove-subtree-long-pathname-fix' by Junio C Hamano · 12 years ago
  65. 2f29e0c entry.c: fix possible buffer overflow in remove_subtree() by Michael Haggerty · 12 years ago
  66. f63272a checkout_entry(): use the strbuf throughout the function by Michael Haggerty · 12 years ago
  67. af2a651 checkout_entry(): clarify the use of topath[] parameter by Junio C Hamano · 12 years ago
  68. fd356f6 entry.c: convert checkout_entry to use strbuf by Nguyễn Thái Ngọc Duy · 12 years ago
  69. d3aeb31 Merge branch 'nd/const-struct-cache-entry' by Junio C Hamano · 12 years ago
  70. 42063f9 apply, entry: speak of submodules instead of subprojects by Thomas Rast · 12 years ago
  71. 9c5e6c8 Convert "struct cache_entry *" to "const ..." wherever possible by Nguyễn Thái Ngọc Duy · 12 years ago
  72. b9c78e9 Merge branch 'jk/check-corrupt-objects-carefully' by Junio C Hamano · 13 years ago
  73. 39c5835 Merge branch 'jk/checkout-attribute-lookup' by Junio C Hamano · 13 years ago
  74. d9c31e1 streaming_write_entry: propagate streaming errors by Jeff King · 13 years ago
  75. 7297a44 entry: fix filter lookup by John Keeping · 13 years ago
  76. 47a02ff streaming: make streaming-write-entry to be more reusable by Junio C Hamano · 14 years ago
  77. b669109 Add streaming filter API by Junio C Hamano · 15 years ago
  78. de6182d streaming_write_entry(): support files with holes by Junio C Hamano · 15 years ago
  79. dd8e912 streaming_write_entry(): use streaming API in write_entry() by Junio C Hamano · 15 years ago
  80. fd5db55 write_entry(): separate two helper functions out by Junio C Hamano · 15 years ago
  81. d43e907 entry.c: remove "checkout-index" from error messages by Nguyễn Thái Ngọc Duy · 15 years ago
  82. 56eb8b4 Merge branch 'jc/symbol-static' by Junio C Hamano · 16 years ago
  83. 73d6632 Merge branch 'nd/sparse' by Junio C Hamano · 16 years ago
  84. 61b97df entry.c: mark file-local function static by Junio C Hamano · 16 years ago
  85. 56cac48 ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID by Nguyễn Thái Ngọc Duy · 16 years ago
  86. da02ca5 check_path(): allow symlinked directories to checkout-index --prefix by Junio C Hamano · 16 years ago
  87. b6986d8 git-checkout: be careful about untracked symlinks by Linus Torvalds · 16 years ago
  88. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  89. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  90. 691f1a2 replace direct calls to unlink(2) with unlink_or_warn by Alex Riesen · 17 years ago
  91. 34779c5 Windows: Skip fstat/lstat optimization in write_entry() by Johannes Sixt · 17 years ago
  92. e4c7292 write_entry(): use fstat() instead of lstat() when file is open by Kjetil Barvik · 17 years ago
  93. 4857c76 write_entry(): cleanup of some duplicated code by Kjetil Barvik · 17 years ago
  94. 81a9aa6 create_directories(): remove some memcpy() and strchr() calls by Kjetil Barvik · 17 years ago
  95. 5719989 lstat_cache(): swap func(length, string) into func(string, length) by Kjetil Barvik · 17 years ago
  96. 0990e7a Merge branch 'kb/lstat-cache' by Junio C Hamano · 17 years ago
  97. bad4a54 lstat_cache(): introduce has_dirs_only_path() function by Kjetil Barvik · 17 years ago
  98. 8ca12c0 add is_dot_or_dotdot inline function by Alexander Potashev · 17 years ago
  99. 7e44c93 'git foo' program identifies itself without dash in die() messages by Junio C Hamano · 17 years ago
  100. 971f229 Fix possible Solaris problem in 'checkout_entry()' by Linus Torvalds · 18 years ago