1. 61bf449 diffcore-rename: avoid unnecessary strdup'ing in break_idx by Elijah Newren · 3 years, 4 months ago
  2. 5a3743d merge-ort: replace string_list_df_name_compare with faster alternative by Elijah Newren · 3 years, 4 months ago
  3. 4184cbd mailinfo: use starts_with() when checking scissors by Andrei Rybak · 3 years, 4 months ago
  4. 91d2347 MyFirstContribution: link #git-devel to Libera Chat by Atharva Raykar · 3 years, 4 months ago
  5. 338abb0 builtins + test helpers: use return instead of exit() in cmd_* by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  6. 6fb9195 doc: warn people against --max-pack-size by Jeff King · 3 years, 4 months ago
  7. 482c962 t: use user-specified utf-8 locale for testing svn by Đoàn Trần Công Danh · 3 years, 4 months ago
  8. 8603c41 doc: merge: mention default of defaulttoupstream by Felipe Contreras · 3 years, 4 months ago
  9. a0538e5 doc/log: correct default for --decorate by Đoàn Trần Công Danh · 3 years, 4 months ago
  10. 47eb4c6 mergetools/kdiff3: make kdiff3 work on Windows too by Michael Schindler · 3 years, 4 months ago
  11. 546096a xdiff: use BUG(...), not xdl_bug(...) by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  12. b7b793d read-cache.c: don't guard calls to progress.c API by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  13. d94f9b8 protocol-caps.h: add newline at end of file by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  14. 52ff891 t: fix whitespace around && by Andrei Rybak · 3 years, 4 months ago
  15. 7b4d495 l10n: zh_CN: review for git v2.32.0 l10n round 1 by 依云 · 3 years, 4 months ago
  16. ebf3c04 Git 2.32 by Junio C Hamano · 3 years, 4 months ago v2.32.0
  17. 15664a5 Merge tag 'l10n-2.32.0-rnd1.1' of git://github.com/git-l10n/git-po by Junio C Hamano · 3 years, 4 months ago
  18. 0d3505e Merge branch 'rs/parallel-checkout-test-fix' by Junio C Hamano · 3 years, 4 months ago
  19. 0481af9 Merge branch 'jc/fsync-can-fail-with-eintr' by Junio C Hamano · 3 years, 4 months ago
  20. ebee558 parallel-checkout: avoid dash local bug in tests by René Scharfe · 3 years, 4 months ago
  21. 8e02217 l10n: es: 2.32.0 round 1 by Christopher Diaz Riveros · 3 years, 4 months ago
  22. 33b62fb l10n: zh_CN: for git v2.32.0 l10n round 1 by Jiang Xin · 3 years, 4 months ago
  23. de65c76 Merge branch 'fix_typo' of github.com:e-yes/git by Jiang Xin · 3 years, 4 months ago
  24. cccdfd2 fsync(): be prepared to see EINTR by Junio C Hamano · 3 years, 4 months ago
  25. d5e7f96 Merge branch 'pt-PT' of github.com:git-l10n-pt-PT/git-po by Jiang Xin · 3 years, 4 months ago
  26. a2bb98b l10n: Update Catalan translation by Jordi Mas · 3 years, 4 months ago
  27. 7ba68e0 docs: fix api-trace2 doc for "too_many_files" event by Josh Steadmon · 3 years, 4 months ago
  28. ace6d8e Remove warning that repack only works on non-promisor packfiles by Tao Klerks · 3 years, 4 months ago
  29. ee02ac6 cat-file: merge two block into one by ZheNing Hu · 3 years, 4 months ago
  30. e16acc8 cat-file: handle trivial --batch format with --batch-all-objects by ZheNing Hu · 3 years, 4 months ago
  31. 94d17948 l10n: de.po: Update German translation for Git v2.32.0 by Matthias Rüster · 3 years, 4 months ago
  32. c09b630 Git 2.32-rc3 by Junio C Hamano · 3 years, 4 months ago v2.32.0-rc3
  33. 0b18023 contrib/completion: fix zsh completion regression from 59d85a2a05 by David Aguilar · 3 years, 4 months ago
  34. 3714fbcb l10n: README: note on fuzzy translations by Bagas Sanjaya · 3 years, 4 months ago
  35. 69c13a7 l10n: README: document l10n conventions by Bagas Sanjaya · 3 years, 7 months ago
  36. 2fb9d25 l10n: README: document "core translation" by Bagas Sanjaya · 3 years, 7 months ago
  37. 6d09c53 l10n: README: document git-po-helper by Bagas Sanjaya · 3 years, 7 months ago
  38. e54b271 l10n: README: add file extention ".md" by Jiang Xin · 3 years, 4 months ago
  39. 7088ce7 push: don't get a full remote object by Felipe Contreras · 3 years, 4 months ago
  40. e0c91cf push: only check same_remote when needed by Felipe Contreras · 3 years, 4 months ago
  41. c5b09cf push: remove trivial function by Felipe Contreras · 3 years, 4 months ago
  42. 1afd78f push: remove redundant check by Felipe Contreras · 3 years, 4 months ago
  43. 1f93472 push: factor out the typical case by Felipe Contreras · 3 years, 4 months ago
  44. 0add899 push: get rid of all the setup_push_* functions by Felipe Contreras · 3 years, 4 months ago
  45. d371a9e push: trivial simplifications by Felipe Contreras · 3 years, 4 months ago
  46. 00458dc push: make setup_push_* return the dst by Felipe Contreras · 3 years, 4 months ago
  47. 65c63a0 push: only get the branch when needed by Felipe Contreras · 3 years, 4 months ago
  48. cc16f95 push: factor out null branch check by Felipe Contreras · 3 years, 4 months ago
  49. 04159fb push: split switch cases by Felipe Contreras · 3 years, 4 months ago
  50. 7273968 push: return immediately in trivial switch case by Felipe Contreras · 3 years, 4 months ago
  51. 533e032 push: create new get_upstream_ref() helper by Felipe Contreras · 3 years, 4 months ago
  52. 90cfb26 doc: push: explain default=simple correctly by Felipe Contreras · 3 years, 4 months ago
  53. 7e6d72b push: remove unused code in setup_push_upstream() by Felipe Contreras · 3 years, 4 months ago
  54. b8e8b98 push: simplify setup_push_simple() by Felipe Contreras · 3 years, 4 months ago
  55. 6b010c8 push: reorganize setup_push_simple() by Felipe Contreras · 3 years, 4 months ago
  56. d099b9c push: copy code to setup_push_simple() by Felipe Contreras · 3 years, 4 months ago
  57. 3b9fd83 push: hedge code of default=simple by Felipe Contreras · 3 years, 4 months ago
  58. 050f76b push: rename !triangular to same_remote by Felipe Contreras · 3 years, 4 months ago
  59. 1231cab t1415: set REFFILES for test specific to storage format by Han-Wen Nienhuys · 3 years, 4 months ago
  60. dc47489 t4202: mark bogus head hash test with REFFILES by Han-Wen Nienhuys · 3 years, 4 months ago
  61. c139e58 t7003: check reflog existence only for REFFILES by Han-Wen Nienhuys · 3 years, 4 months ago
  62. e740873 t7900: stop checking for loose refs by Han-Wen Nienhuys · 3 years, 4 months ago
  63. fe8fc09 t1404: mark tests that muck with .git directly as REFFILES. by Han-Wen Nienhuys · 3 years, 4 months ago
  64. a570963 t2017: mark --orphan/logAllRefUpdates=false test as REFFILES by Han-Wen Nienhuys · 3 years, 4 months ago
  65. 41e2e17 t1414: mark corruption test with REFFILES by Han-Wen Nienhuys · 3 years, 4 months ago
  66. 759d02d t1407: require REFFILES for for_each_reflog test by Han-Wen Nienhuys · 3 years, 4 months ago
  67. c305e66 test-lib: provide test prereq REFFILES by Han-Wen Nienhuys · 3 years, 4 months ago
  68. d491f5e t5304: use "reflog expire --all" to clear the reflog by Han-Wen Nienhuys · 3 years, 4 months ago
  69. 1fa9cf6 t5304: restyle: trim empty lines, drop ':' before > by Han-Wen Nienhuys · 3 years, 4 months ago
  70. fdc8acc t7003: use rev-parse rather than FS inspection by Han-Wen Nienhuys · 3 years, 4 months ago
  71. f1ed224 t5000: inspect HEAD using git-rev-parse by Han-Wen Nienhuys · 3 years, 4 months ago
  72. 9c8e7e9 t5000: reformat indentation to the latest fashion by Han-Wen Nienhuys · 3 years, 4 months ago
  73. 0218ad5 t1301: fix typo in error message by Han-Wen Nienhuys · 3 years, 4 months ago
  74. 1142746 t1413: use tar to save and restore entire .git directory by Han-Wen Nienhuys · 3 years, 4 months ago
  75. b1259ec t1401-symbolic-ref: avoid direct filesystem access by Han-Wen Nienhuys · 3 years, 4 months ago
  76. 9910cbb t1401: use tar to snapshot and restore repo state by Han-Wen Nienhuys · 3 years, 4 months ago
  77. dd8468e t5601: read HEAD using rev-parse by Han-Wen Nienhuys · 3 years, 4 months ago
  78. 62038c8 t9300: check ref existence using test-helper rather than a file system check by Han-Wen Nienhuys · 3 years, 4 months ago
  79. 0221eb8 t/helper/ref-store: initialize oid in resolve-ref by Han-Wen Nienhuys · 3 years, 4 months ago
  80. 230356b t4202: split testcase for invalid HEAD symref and HEAD hash by Han-Wen Nienhuys · 3 years, 4 months ago
  81. ed125c4 Merge branch 'ab/fsck-api-cleanup' by Junio C Hamano · 3 years, 4 months ago
  82. 28abf26 builtin/fsck.c: don't conflate "int" and "enum" in callback by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  83. ed1e674 l10n: pt_PT: add Portuguese translations part 3 by Daniel Santos · 3 years, 4 months ago
  84. d1e7c2c completion: add --anchored to diff's options by Thomas Braun · 3 years, 4 months ago
  85. 3d33e36 Merge branch 'l10n/zh_TW/21-05-20' of github.com:l10n-tw/git-po by Jiang Xin · 3 years, 4 months ago
  86. e940056 Merge branch 'master' of github.com:Softcatala/git-po by Jiang Xin · 3 years, 4 months ago
  87. fe1c18b l10n: bg.po: Updated Bulgarian translation (5204t) by Alexander Shopov · 3 years, 4 months ago
  88. c95e3a3 send-email: move trivial config handling to Perl by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  89. 17530b2 perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd() by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  90. 5a544a4 perl: lazily load some common Git.pm setup code by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  91. f4dc943 send-email: lazily load modules for a big speedup by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  92. 447ed29 send-email: get rid of indirect object syntax by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  93. 4adbf38 send-email: use function syntax instead of barewords by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  94. fef381e send-email: lazily shell out to "git var" by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  95. 9264d29 send-email: lazily load config for a big speedup by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  96. 2b110e9 send-email: copy "config_regxp" into git-send-email.perl by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  97. 119974e send-email: refactor sendemail.smtpencryption config parsing by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  98. 671818a send-email: remove non-working support for "sendemail.smtpssl" by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  99. 879be43 send-email tests: test for boolean variables without a value by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  100. ecc4ee9 send-email tests: support GIT_TEST_PERL_FATAL_WARNINGS=true by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago