1. 6dca5db tests: reference `seen` wherever `pu` was referenced by Johannes Schindelin · 4 years ago
  2. 77dc604 docs: adjust the technical overview for the rename `pu` -> `seen` by Johannes Schindelin · 4 years ago
  3. 828197d docs: adjust for the recent rename of `pu` to `seen` by Johannes Schindelin · 4 years ago
  4. 5f4ee57 worktree: avoid dead-code in conditional by Eric Sunshine · 4 years ago
  5. 0068f21 testsvn: respect `init.defaultBranch` by Johannes Schindelin · 4 years ago
  6. a471214 remote: use the configured default branch name when appropriate by Johannes Schindelin · 4 years ago
  7. 0cc1b47 clone: use configured default branch name when appropriate by Johannes Schindelin · 4 years ago
  8. 8747ebb init: allow setting the default for the initial branch name via the config by Don Goodman-Wilson · 4 years ago
  9. 32ba12d init: allow specifying the initial branch name for the new repository by Johannes Schindelin · 4 years ago
  10. 6069ecc docs: add missing diamond brackets by Johannes Schindelin · 4 years ago
  11. f0a96e8 submodule: fall back to remote's HEAD for missing remote.<name>.branch by Johannes Schindelin · 4 years ago
  12. 4d04658 send-pack/transport-helper: avoid mentioning a particular branch by Johannes Schindelin · 4 years ago
  13. 85a1ec2 submodule: use submodule repository when preparing summary by Michael Forney · 4 years ago
  14. ea3f7e5 revision: use repository from rev_info when parsing commits by Michael Forney · 4 years ago
  15. 23c4319 revision: reallocate TOPO_WALK object flags by René Scharfe · 4 years ago
  16. 5b0ac09 lib-submodule-update: pass 'test_must_fail' as an argument by Denton Liu · 4 years ago
  17. d5bf91f fast-export: add a "data" callback parameter to anonymize_str() by Jeff King · 4 years ago
  18. 6416a86 fast-export: move global "idents" anonymize hashmap into function by Jeff King · 4 years ago
  19. 55b0145 fast-export: use a flex array to store anonymized entries by Jeff King · 4 years ago
  20. a0f6564 fast-export: stop storing lengths in anonymized hashmaps by Jeff King · 4 years ago
  21. 7f40759 fast-export: tighten anonymize_mem() interface to handle only strings by Jeff King · 4 years ago
  22. 750bb32 fast-export: store anonymized oids as hex strings by Jeff King · 4 years ago
  23. b897bf5 fast-export: use xmemdupz() for anonymizing oids by Jeff King · 4 years ago
  24. b8c0689 t9351: derive anonymized tree checks from original repo by Jeff King · 4 years ago
  25. 489947c fmt-merge-msg: stop treating `master` specially by Johannes Schindelin · 4 years ago
  26. 7b671f8 commit-graph: change test to die on parse, not load by Derrick Stolee · 4 years ago
  27. 98037f2 commit-graph: place bloom_settings in context by Derrick Stolee · 4 years ago
  28. 087bf54 doc: fix author vs. committer copy/paste error by Miroslav Koškár · 4 years ago
  29. c592fd4 builtin/diff: fix botched update of usage comment by Denton Liu · 4 years ago
  30. c1ea625 commit-reach: avoid is_descendant_of() shim by Carlo Marcelo Arenas Belón · 4 years ago
  31. 64472d1 http-push: ensure unforced pushes fail when data would be lost by brian m. carlson · 4 years ago
  32. c9c318d The fourth batch by Junio C Hamano · 4 years ago
  33. 81be89e Merge branch 'en/sparse-with-submodule-doc' by Junio C Hamano · 4 years ago
  34. 9740ef8 Merge branch 'es/worktree-duplicate-paths' by Junio C Hamano · 4 years ago
  35. b8a5299 Merge branch 'jt/redact-all-cookies' by Junio C Hamano · 4 years ago
  36. 113f734 Merge branch 'cc/upload-pack-data-2' by Junio C Hamano · 4 years ago
  37. 81120a9 bash-completion: add git-prune into bash completion by John Lin · 4 years ago
  38. 6e9c4d4 git-cvsexportcommit: port to SHA-256 by brian m. carlson · 4 years ago
  39. f3eaa09 git-cvsimport: port to SHA-256 by brian m. carlson · 4 years ago
  40. 05ea93d git-cvsserver: port to SHA-256 by brian m. carlson · 4 years ago
  41. 66eadd1 git-svn: set the OID length based on hash algorithm by brian m. carlson · 4 years ago
  42. 94b2ee1 perl: make SVN code hash independent by brian m. carlson · 4 years ago
  43. ff508e2 perl: make Git::IndexInfo work with SHA-256 by brian m. carlson · 4 years ago
  44. 9ab3315 perl: create and switch variables for hash constants by brian m. carlson · 4 years ago
  45. 148f193 t/lib-git-svn: make hash size independent by brian m. carlson · 4 years ago
  46. feea694 diff-files: treat "i-t-a" files as "not-in-index" by Srinidhi Kaushik · 4 years ago
  47. 03f2465 worktree: drop get_worktrees() unused 'flags' argument by Eric Sunshine · 4 years ago
  48. d9c54c2 worktree: drop get_worktrees() special-purpose sorting option by Eric Sunshine · 4 years ago
  49. 3e04b6e t9101: make hash independent by brian m. carlson · 4 years ago
  50. bbe0616 t9104: make hash size independent by brian m. carlson · 4 years ago
  51. 407527b t9100: make test work with SHA-256 by brian m. carlson · 4 years ago
  52. 606b974 t9108: make test hash independent by brian m. carlson · 4 years ago
  53. 5aa6877 t9168: make test hash independent by brian m. carlson · 4 years ago
  54. 62814df t9109: make test hash independent by brian m. carlson · 4 years ago
  55. afda36d git-prompt: include sparsity state as well by Elijah Newren · 4 years ago
  56. 30b00f0 git-prompt: document how in-progress operations affect the prompt by Elijah Newren · 4 years ago
  57. 469725c Merge branch 'mt/open-worktree' by Pratyush Yadav · 4 years ago
  58. 3716d50 remote-testgit: adapt for object-format by brian m. carlson · 4 years ago
  59. 6161ce7 bundle: detect hash algorithm when reading refs by brian m. carlson · 4 years ago
  60. 371c407 t5300: pass --object-format to git index-pack by brian m. carlson · 4 years ago
  61. 4ddd3f5 t5704: send object-format capability with SHA-256 by brian m. carlson · 4 years ago
  62. f7c6a3b t5703: use object-format serve option by brian m. carlson · 4 years ago
  63. 8fc7003 t5702: offer an object-format capability in the test by brian m. carlson · 4 years ago
  64. 54cbbe4 t/helper: initialize the repository for test-sha1-array by brian m. carlson · 4 years ago
  65. 97997e6 remote-curl: avoid truncating refs with ls-remote by brian m. carlson · 4 years ago
  66. 793731f t1050: pass algorithm to index-pack when outside repo by brian m. carlson · 4 years ago
  67. 586740a builtin/index-pack: add option to specify hash algorithm by brian m. carlson · 4 years ago
  68. ac093d0 remote-curl: detect algorithm for dumb HTTP by size by brian m. carlson · 4 years ago
  69. 5f2b643 strbuf: remove unreferenced strbuf_write_fd method. by Randall S. Becker · 4 years ago
  70. f64b6a1 bugreport.c: replace strbuf_write_fd with write_in_full by Randall S. Becker · 4 years ago
  71. 0c9a4f6 pull: plug minor memory leak after using is_descendant_of() by René Scharfe · 4 years ago
  72. d546fe2 commit-reach: plug minor memory leak after using is_descendant_of() by René Scharfe · 4 years ago
  73. 6754159 refs: implement reference transaction hook by Patrick Steinhardt · 4 years ago
  74. 08dc260 t4014: do not use "slave branch" nomenclature by Paolo Bonzini · 4 years ago
  75. a9d7689 builtin/diff: update usage comment by Denton Liu · 4 years ago
  76. 051df3c wt-status: show sparse checkout status as well by Elijah Newren · 4 years ago
  77. 101b320 The third batch by Junio C Hamano · 4 years ago
  78. fdeb74f Merge branch 'es/advertise-contribution-doc' by Junio C Hamano · 4 years ago
  79. 6361eb7 Merge branch 'dl/python-2.7-is-the-floor-version' by Junio C Hamano · 4 years ago
  80. 653a351 Merge branch 'dl/t-readme-spell-git-correctly' by Junio C Hamano · 4 years ago
  81. ff9dccf Merge branch 'js/fuzz-commit-graph-leakfix' by Junio C Hamano · 4 years ago
  82. 64efa11 Merge branch 'en/do-match-pathspec-fix' by Junio C Hamano · 4 years ago
  83. 9906d5f Merge branch 'js/msvc-build-fix' by Junio C Hamano · 4 years ago
  84. a554228 Merge branch 'en/sparse-checkout' by Junio C Hamano · 4 years ago
  85. 524caf8 Merge branch 'js/reflog-anonymize-for-clone-and-fetch' by Junio C Hamano · 4 years ago
  86. abacefe Merge branch 'tb/t5318-cleanup' by Junio C Hamano · 4 years ago
  87. 0cd0afc Merge branch 'jk/diff-memuse-optim-with-stat-unmatch' by Junio C Hamano · 4 years ago
  88. c752ad0 commit-graph: minimize commit_graph_data_slab access by Abhishek Kumar · 4 years ago
  89. c49c82a commit: move members graph_pos, generation to a slab by Abhishek Kumar · 4 years ago
  90. 4844812 commit-graph: introduce commit_graph_data_slab by Abhishek Kumar · 4 years ago
  91. 6da43d9 object: drop parsed_object_pool->commit_count by Abhishek Kumar · 4 years ago
  92. 80b8ada commit-reach: use fast logic in repo_in_merge_base by Derrick Stolee · 4 years ago
  93. d91d6fb commit-reach: create repo_is_descendant_of() by Derrick Stolee · 4 years ago
  94. cae2ee1 upload-pack: fix a sparse '0 as NULL pointer' warning by Ramsay Jones · 4 years ago
  95. dc44639 branch: don't mix --edit-description by Denton Liu · 4 years ago
  96. 6b70930 t3200: test for specific errors by Denton Liu · 4 years ago
  97. 6d504d5 t3200: rename "expected" to "expect" by Denton Liu · 4 years ago
  98. 7233f17 clean: optimize and document cases where we recurse into subdirectories by Elijah Newren · 4 years ago
  99. f7f5c6c clean: consolidate handling of ignored parameters by Elijah Newren · 4 years ago
  100. 351ea1c dir, clean: avoid disallowed behavior by Elijah Newren · 4 years ago