🌐 AI搜索 & 代理 主页
Git 2.4.1
  1. c985aaf Merge branch 'jc/unused-symbols' by Junio C Hamano · 11 years ago
  2. 092c4be Merge branch 'jk/blame-commit-label' by Junio C Hamano · 11 years ago
  3. 167832c shallow.c: make check_shallow_file_for_update() static by Junio C Hamano · 11 years ago
  4. 8c53f07 use xstrdup_or_null to replace ternary conditionals by Jeff King · 11 years ago
  5. e4da4fb Merge branch 'eb/no-pthreads' by Junio C Hamano · 11 years ago
  6. 0f4b6db Handle atexit list internaly for unthreaded builds by Etienne Buira · 11 years ago
  7. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty · 11 years ago
  8. cf6950d lockfile: change lock_file::filename into a strbuf by Michael Haggerty · 11 years ago
  9. 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by René Scharfe · 11 years ago
  10. 6aa3085 trace: improve trace performance by Karsten Blees · 11 years ago
  11. 7839632 shallow: verify shallow file after taking lock by Jeff King · 12 years ago
  12. 0179c94 shallow: automatically clean up shallow tempfiles by Jeff King · 12 years ago
  13. 0cc77c3 shallow: use stat_validity to check for up-to-date file by Jeff King · 12 years ago
  14. 92251b1 Merge branch 'nd/shallow-clone' by Junio C Hamano · 12 years ago
  15. feefdf6 shallow: remove unused code by Ramsay Jones · 12 years ago
  16. eab3296 prune: clean .git/shallow after pruning objects by Nguyễn Thái Ngọc Duy · 12 years ago
  17. 0a1bc12 receive-pack: allow pushes that update .git/shallow by Nguyễn Thái Ngọc Duy · 12 years ago
  18. 069c053 add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses by Nguyễn Thái Ngọc Duy · 12 years ago
  19. 79d3a23 upload-pack: make sure deepening preserves shallow roots by Nguyễn Thái Ngọc Duy · 12 years ago
  20. 8e27738 shallow.c: steps 6 and 7 to select new commits for .git/shallow by Nguyễn Thái Ng���c Duy · 12 years ago
  21. 58babff shallow.c: the 8 steps to select new commits for .git/shallow by Nguyễn Thái Ngọc Duy · 12 years ago
  22. 1a30f5a shallow.c: extend setup_*_shallow() to accept extra shallow commits by Nguyễn Thái Ngọc Duy · 12 years ago
  23. ad49136 make the sender advertise shallow commits to the receiver by Nguyễn Thái Ngọc Duy · 12 years ago
  24. 5bb6205 Merge branch 'jk/robustify-parse-commit' by Junio C Hamano · 12 years ago
  25. 367068e use parse_commit_or_die instead of custom message by Jeff King · 12 years ago
  26. 08ea65a shallow: add setup_temporary_shallow() by Nguyễn Thái Ngọc Duy · 12 years ago
  27. 6a3bbb4 shallow: only add shallow graft points to new shallow file by Nguyễn Thái Ngọc Duy · 12 years ago
  28. 3125fe5 move setup_alternate_shallow and write_shallow_commits to shallow.c by Nguyễn Thái Ngọc Duy · 12 years ago
  29. 4c72ee8 Merge branch 'mk/upload-pack-off-by-one-dead-code-removal' by Junio C Hamano · 12 years ago
  30. 4b79695 upload-pack: remove a piece of dead code by Matthijs Kooijman · 12 years ago
  31. 6035d6a fetch-pack: prepare updated shallow file before fetching the pack by Nguyễn Thái Ngọc Duy · 13 years ago
  32. 682c7d2 upload-pack: fix off-by-one depth calculation in shallow clone by Nguyễn Thái Ngọc Duy · 13 years ago
  33. 3cd4745 object.h: Add OBJECT_ARRAY_INIT macro and make use of it. by Thiago Farina · 15 years ago
  34. ee4f06c Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 18 years ago
  35. dec38c8 check return value from parse_commit() in various functions by Martin Koegler · 18 years ago
  36. affeef1 deref_tag: handle return value NULL by Martin Koegler · 18 years ago
  37. a6080a0 War on whitespace by Junio C Hamano · 19 years ago
  38. f43117a is_repository_shallow(): prototype fix. by Junio C Hamano · 19 years ago
  39. d64d6c9 get_shallow_commits: Avoid memory leak if a commit has been reached already. by Alexandre Julliard · 19 years ago
  40. abef3a1 Shallow clone: do not ignore shallowness when following tags by Alexandre Julliard · 19 years ago
  41. f53514b allow deepening of a shallow repository by Johannes Schindelin · 19 years ago
  42. ed09aef support fetching into a shallow repository by Johannes Schindelin · 19 years ago