๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.14.2
  1. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano ยท 8 years ago
  2. f31d23a Merge branch 'bw/config-h' by Junio C Hamano ยท 8 years ago
  3. f77149c Merge branch 'mh/fast-import-raise-default-depth' by Junio C Hamano ยท 8 years ago
  4. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by ร†var Arnfjรถrรฐ Bjarmason ยท 8 years ago
  5. b2141fc config: don't include config.h by default by Brandon Williams ยท 9 years ago
  6. b9a7d55 Merge branch 'nd/fopen-errors' by Junio C Hamano ยท 9 years ago
  7. 4f2220e fast-import: increase the default pack depth to 50 by Mike Hommey ยท 9 years ago
  8. 23a9e07 use xfopen() in more places by Nguyแป…n Thรกi Ngแปc Duy ยท 9 years ago
  9. e6a492b pack: convert struct pack_idx_entry to struct object_id by brian m. carlson ยท 9 years ago
  10. bc83266 Convert lookup_commit* to struct object_id by brian m. carlson ยท 9 years ago
  11. 912c13d fast-import: convert to struct object_id by brian m. carlson ยท 9 years ago
  12. d7e6b6a fast-import: convert internal structs to struct object_id by brian m. carlson ยท 9 years ago
  13. b80f629 Merge branch 'jk/war-on-git-path' by Junio C Hamano ยท 9 years ago
  14. d9c6964 replace xstrdup(git_path(...)) with git_pathdup(...) by Jeff King ยท 9 years ago
  15. 594fa99 odb_mkstemp: write filename into strbuf by Jeff King ยท 9 years ago
  16. 53a0f9f Merge branch 'jk/fast-import-cleanup' by Junio C Hamano ยท 9 years ago
  17. 7202a6f encode_in_pack_object_header: respect output buffer length by Jeff King ยท 9 years ago
  18. 9871824 fast-import: use xsnprintf for formatting headers by Jeff King ยท 9 years ago
  19. 614b1954 fast-import: use xsnprintf for writing sha1s by Jeff King ยท 9 years ago
  20. 45cbc37 Merge branch 'jk/pack-name-cleanups' by Junio C Hamano ยท 9 years ago
  21. ba47a30 replace snprintf with odb_pack_name() by Jeff King ยท 9 years ago
  22. eaeefc3 odb_pack_keep(): stop generating keepfile name by Jeff King ยท 9 years ago
  23. 755b49a delete_ref: accept a reflog message argument by Kyle Meyer ยท 9 years ago
  24. 87359ff Merge branch 'mh/fast-import-notes-fix-new' by Junio C Hamano ยท 9 years ago
  25. 405d7f4 fast-import: properly fanout notes when tree is imported by Mike Hommey ยท 9 years ago
  26. 8de7eeb compression: unify pack.compression configuration parsing by Junio C Hamano ยท 9 years ago
  27. 9ed0d8d use QSORT by Renรฉ Scharfe ยท 9 years ago
  28. d4c6375 Merge branch 'jk/common-main' by Junio C Hamano ยท 9 years ago
  29. de61ceb Merge branch 'jk/common-main-2.8' into jk/common-main by Junio C Hamano ยท 9 years ago
  30. 5ce5f5f common-main: call git_setup_gettext() by Jeff King ยท 9 years ago
  31. 650c449 common-main: call git_extract_argv0_path() by Jeff King ยท 9 years ago
  32. 3f2e229 add an extra level of indirection to main() by Jeff King ยท 9 years ago
  33. 8d6a7e9 Merge branch 'ew/fast-import-unpack-limit' by Junio C Hamano ยท 9 years ago
  34. bc4b924 Merge branch 'fc/fast-import-broken-marks-file' by Junio C Hamano ยท 10 years ago
  35. d2986d0 fast-import: invalidate pack_id references after loosening by Eric Wong ยท 10 years ago
  36. 352d72a Merge branch 'nd/worktree-various-heads' by Junio C Hamano ยท 10 years ago
  37. f4beed6 fast-import: do not truncate exported marks file by Felipe Contreras ยท 10 years ago
  38. d9545c7 fast-import: implement unpack limit by Eric Wong ยท 10 years ago
  39. 6c223e4 fast-import.c: use error_errno() by Nguyแป…n Thรกi Ngแปc Duy ยท 10 years ago
  40. ba0897e dir.c: rename str(n)cmp_icase to fspath(n)cmp by Nguyแป…n Thรกi Ngแปc Duy ยท 10 years ago
  41. 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano ยท 10 years ago
  42. a78c188 fast-import: simplify allocation in start_packfile by Jeff King ยท 10 years ago
  43. 50a6c8e use st_add and st_mult for allocation size computation by Jeff King ยท 10 years ago
  44. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King ยท 10 years ago
  45. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano ยท 10 years ago
  46. e0048d3 Merge branch 'sg/lock-file-commit-error' by Junio C Hamano ยท 10 years ago
  47. 08a3651 Make error message after failing commit_lock_file() less confusing by SZEDER Gรกbor ยท 10 years ago
  48. 7889179 Merge branch 'jk/war-on-sprintf' by Junio C Hamano ยท 10 years ago
  49. 7b09c45 Merge branch 'jk/date-local' by Junio C Hamano ยท 10 years ago
  50. eddda37 convert strncpy to memcpy by Jeff King ยท 10 years ago
  51. 34fa79a prefer memcpy to strcpy by Jeff King ยท 10 years ago
  52. c7ab0ba avoid sprintf and strcpy with flex arrays by Jeff King ยท 10 years ago
  53. ef1286d use xsnprintf for generating git object headers by Jeff King ยท 10 years ago
  54. 547ed71 fast-import: switch crash-report date to iso8601 by Jeff King ยท 10 years ago
  55. 8c9155e Merge branch 'jk/git-path' by Junio C Hamano ยท 10 years ago
  56. 51a22ce Merge branch 'jc/finalize-temp-file' by Junio C Hamano ยท 10 years ago
  57. fcd12db prefer git_pathdup to git_path in some possibly-dangerous cases by Jeff King ยท 10 years ago
  58. cb5add5 sha1_file.c: rename move_temp_to_file() to finalize_object_file() by Junio C Hamano ยท 10 years ago
  59. d939af1 Merge branch 'jk/date-mode-format' by Junio C Hamano ยท 10 years ago
  60. 3ecca88 Merge branch 'mh/fast-import-optimize-current-from' by Junio C Hamano ยท 10 years ago
  61. c0d5034 Merge branch 'mh/fast-import-get-mark' by Junio C Hamano ยท 10 years ago
  62. 0df3245 fast-import: do less work when given "from" matches current branch head by Mike Hommey ยท 10 years ago
  63. 28c7b1f fast-import: add a get-mark command by Michael Haggerty ยท 10 years ago
  64. a5481a6 convert "enum date_mode" into a struct by Jeff King ยท 10 years ago
  65. a1c9eb9 update_ref(): don't read old reference value before delete by Michael Haggerty ยท 10 years ago
  66. 68a2e6a Merge branch 'nd/multiple-work-trees' by Junio C Hamano ยท 11 years ago
  67. 6902c4d Merge branch 'rs/deflate-init-cleanup' by Junio C Hamano ยท 11 years ago
  68. 9a6f128 zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} by Renรฉ Scharfe ยท 11 years ago
  69. fd9de86 Merge branch 'mh/refs-have-new' by Junio C Hamano ยท 11 years ago
  70. 1585dfe Merge branch 'jk/fast-import-die-nicely-fix' by Junio C Hamano ยท 11 years ago
  71. 1d147bd ref_transaction_update(): remove "have_old" parameter by Michael Haggerty ยท 11 years ago
  72. 5e915f3 fast-import: avoid running end_packfile recursively by Jeff King ยท 11 years ago
  73. aaa2680 fast-import: use git_path() for accessing .git dir instead of get_git_dir() by Nguyแป…n Thรกi Ngแปc Duy ยท 11 years ago
  74. dcf6926 path.c: make get_pathname() call sites return const char * by Nguy๏ฟฝ๏ฟฝn Thรกi Ngแปc Duy ยท 11 years ago
  75. db7516a refs.c: pass the ref log message to _create/delete/update instead of _commit by Ronnie Sahlberg ยท 11 years ago
  76. f70f056 dump_marks(): reimplement using fdopen_lock_file() by Michael Haggerty ยท 11 years ago
  77. 697cc8e lockfile.h: extract new header file for the functions in lockfile.c by Michael Haggerty ยท 11 years ago
  78. 32c3ec2 dump_marks(): remove a redundant call to rollback_lock_file() by Michael Haggerty ยท 11 years ago
  79. 5b830a8 Merge branch 'mb/fast-import-delete-root' into maint by Junio C Hamano ยท 11 years ago
  80. 1c2ea2c Merge branch 'rs/realloc-array' by Junio C Hamano ยท 11 years ago
  81. 0448134 Merge branch 'jk/fast-import-fixes' into maint by Junio C Hamano ยท 11 years ago
  82. 73da5a1 Merge branch 'mb/fast-import-delete-root' by Junio C Hamano ยท 11 years ago
  83. 9ff700e Merge branch 'jk/commit-author-parsing' by Junio C Hamano ยท 11 years ago
  84. 2756ca4 use REALLOC_ARRAY for changing the allocation size of arrays by Renรฉ Scharfe ยท 11 years ago
  85. b6a1261 Merge branch 'jk/fast-import-fixes' by Junio C Hamano ยท 11 years ago
  86. 01d678a Merge branch 'rs/ref-transaction-1' by Junio C Hamano ยท 11 years ago
  87. 3f09ba7 fast-import.c: use a ref transaction when dumping tags by Ronnie Sahlberg ยท 11 years ago
  88. de7e86f fast-import.c: change update_branch to use ref transactions by Ronnie Sahlberg ยท 11 years ago
  89. 2668d69 fast-import: fix segfault in store_tree() by Maxim Bublis ยท 11 years ago
  90. c33ddc2 date: use strbufs in date-formatting functions by Jeff King ยท 11 years ago
  91. c252785 fast-import: fix buffer overflow in dump_tags by Jeff King ยท 11 years ago
  92. 3c078b9 fast-import: clean up pack_data pointer in end_packfile by Jeff King ยท 11 years ago
  93. 536900e fast-import.c: replace `git_config()` with `git_config_get_*()` family by Tanay Abhra ยท 11 years ago
  94. 14576df fast-import: use hashcmp() for SHA1 hash comparison by Renรฉ Scharfe ยท 11 years ago
  95. e814c39 fast-import: refactor parsing of spaces by Jeff King ยท 11 years ago
  96. 97313be fast-import: use skip_prefix for parsing input by Jeff King ยท 11 years ago
  97. ae021d8 use skip_prefix to avoid magic numbers by Jeff King ยท 11 years ago
  98. ff45c0d fast-import: fix read of uninitialized argv memory by Jeff King ยท 11 years ago
  99. 4ee1b22 fast-import: add support to delete refs by Felipe Contreras ยท 12 years ago
  100. 2c5495f use strchrnul() in place of strchr() and strlen() by Rohit Mani ยท 12 years ago