1. f6eb6bd hashmap_get_next takes "const struct hashmap_entry *" by Eric Wong · 4 years, 7 months ago
  2. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong · 4 years, 7 months ago
  3. d0a48a0 packfile: use hashmap_entry in delta_base_cache_entry by Eric Wong · 4 years, 7 months ago
  4. 12878c8 coccicheck: detect hashmap_entry.hash assignment by Eric Wong · 4 years, 7 months ago
  5. e010a41 diff: use hashmap_entry_init on moved_entry.ent by Eric Wong · 4 years, 7 months ago
  6. f537485 tests: remove "cat foo" before "test_i18ngrep bar foo" by René Scharfe · 4 years, 7 months ago
  7. de5abb5 git-p4: auto-delete named temporary file by Philip.McGraw · 4 years, 8 months ago
  8. c90b652 Fifth batch by Junio C Hamano · 4 years, 7 months ago
  9. f00b57e Merge branch 'cb/skip-utf8-check-with-pcre1' by Junio C Hamano · 4 years, 7 months ago
  10. b0f8aed Merge branch 'ma/user-manual-markup-update' by Junio C Hamano · 4 years, 7 months ago
  11. faf5576 Merge branch 'bc/doc-use-docbook-5' by Junio C Hamano · 4 years, 7 months ago
  12. 314fcd3 Merge branch 'ma/asciidoctor-more-fixes' by Junio C Hamano · 4 years, 7 months ago
  13. 70c1cbf Merge branch 'ma/asciidoctor-refmiscinfo' by Junio C Hamano · 4 years, 7 months ago
  14. 8476507 Merge branch 'am/mailmap-andrey-mazo' by Junio C Hamano · 4 years, 7 months ago
  15. 1a155f2 Merge branch 'jc/git-gui-has-maintainer' by Junio C Hamano · 4 years, 7 months ago
  16. 1bcef51 t/oid-info: add empty tree and empty blob values by brian m. carlson · 4 years, 7 months ago
  17. ecde49b t/oid-info: allow looking up hash algorithm name by brian m. carlson · 4 years, 7 months ago
  18. 11a3d3a git-rev-list.txt: prune options in synopsis by Denton Liu · 4 years, 7 months ago
  19. 7d2f003 Documentation: update the location of the git-gui repo by Pratyush Yadav · 4 years, 7 months ago
  20. b181676 convert: fix handling of dashless UTF prefix in validate_encoding() by René Scharfe · 4 years, 7 months ago
  21. 4668931 ci: also build and test with MS Visual Studio on Azure Pipelines by Johannes Schindelin · 4 years, 7 months ago
  22. b35304b ci: really use shallow clones on Azure Pipelines by Johannes Schindelin · 4 years, 7 months ago
  23. ab7d854 tests: let --immediate and --write-junit-xml play well together by Johannes Schindelin · 4 years, 7 months ago
  24. be5d88e test-tool run-command: learn to run (parts of) the testsuite by Johannes Schindelin · 4 years, 7 months ago
  25. 5d65ad1 vcxproj: include more generated files by Johannes Schindelin · 4 years, 7 months ago
  26. 030a628 vcxproj: only copy `git-remote-http.exe` once it was built by Johannes Schindelin · 4 years, 7 months ago
  27. 61d1d92 msvc: work around a bug in GetEnvironmentVariable() by Johannes Schindelin · 4 years, 7 months ago
  28. e4347c9 msvc: handle DEVELOPER=1 by Johannes Schindelin · 4 years, 7 months ago
  29. ed712ef msvc: ignore some libraries when linking by Johannes Schindelin · 4 years, 7 months ago
  30. 5b8f9e2 compat/win32/path-utils.h: add #include guards by Johannes Schindelin · 4 years, 7 months ago
  31. 41616ef winansi: use FLEX_ARRAY to avoid compiler warning by Johannes Schindelin · 4 years, 7 months ago
  32. c097b95 msvc: avoid using minus operator on unsigned types by Johannes Schindelin · 4 years, 7 months ago
  33. dfd557c stash apply: report status correctly even in a worktree's subdirectory by Johannes Schindelin · 4 years, 7 months ago
  34. d54dea7 fetch: let --jobs=<n> parallelize --multiple, too by Johannes Schindelin · 4 years, 7 months ago
  35. 87db61a trace2: write discard message to sentinel files by Josh Steadmon · 4 years, 7 months ago
  36. 83e57b0 trace2: discard new traces if target directory has too many files by Josh Steadmon · 4 years, 7 months ago
  37. 11c21f2 t4214: demonstrate octopus graph coloring failure by Denton Liu · 4 years, 7 months ago
  38. 25eb905 t4214: explicitly list tags in log by Denton Liu · 4 years, 7 months ago
  39. 63be8c8 t4214: generate expect in their own test cases by Denton Liu · 4 years, 7 months ago
  40. a7a5590 t4214: use test_merge by Denton Liu · 4 years, 7 months ago
  41. 94ba151 test-lib: let test_merge() perform octopus merges by Denton Liu · 4 years, 7 months ago
  42. 2254101 docs: clarify trace2 version invariants by Josh Steadmon · 4 years, 7 months ago
  43. 3d4548e docs: mention trace2 target-dir mode in git-config by Josh Steadmon · 4 years, 7 months ago
  44. 2fe4439 treewide: remove duplicate #include directives by René Scharfe · 4 years, 7 months ago
  45. dbcd970c2 push: do not pretend to return `int` from `die_push_simple()` by Johannes Schindelin · 4 years, 7 months ago
  46. 941790d fast-export: handle nested tags by Elijah Newren · 4 years, 7 months ago
  47. 8d7d33c t9350: add tests for tags of things other than a commit by Elijah Newren · 4 years, 7 months ago
  48. a1638cf fast-export: allow user to request tags be marked with --mark-tags by Elijah Newren · 4 years, 7 months ago
  49. 208d692 fast-export: add support for --import-marks-if-exists by Elijah Newren · 4 years, 7 months ago
  50. b8f50e5 fast-import: add support for new 'alias' command by Elijah Newren · 4 years, 7 months ago
  51. f73b2ab fast-import: allow tags to be identified by mark labels by Elijah Newren · 4 years, 7 months ago
  52. 3164e6b fast-import: fix handling of deleted tags by Elijah Newren · 4 years, 7 months ago
  53. 8085050 add -i: show progress counter in the prompt by Kunal Tyagi · 4 years, 7 months ago
  54. 69fdb92 Merge branch 'bw/diff3-conflict-style' by Pratyush Yadav · 4 years, 7 months ago
  55. b436825 git-gui: support for diff3 conflict style by Bert Wesarg · 4 years, 7 months ago
  56. 937b76e range-diff: internally force `diff.noprefix=true` by Johannes Schindelin · 4 years, 7 months ago
  57. 411e4f4 ci: run `hdr-check` as part of the `Static Analysis` job by Johannes Schindelin · 4 years, 7 months ago
  58. 25e4b80 push: add trace2 instrumentation by Josh Steadmon · 4 years, 7 months ago
  59. 5fc3118 fetch: add trace2 instrumentation by Josh Steadmon · 4 years, 7 months ago
  60. 53d687b git_mkstemps_mode(): replace magic numbers with computed value by Jeff King · 4 years, 7 months ago
  61. c3b57dc git-gui: use existing interface to query a path's attribute by Bert Wesarg · 4 years, 7 months ago
  62. 45ab460 Merge branch 'js/git-bash-if-available' by Pratyush Yadav · 4 years, 7 months ago
  63. 0bd7f57 commit-graph: emit trace2 cmd_mode for each sub-command by Garima Singh · 4 years, 8 months ago
  64. 71f4960 t0061: fix test for argv[0] with spaces (MINGW only) by Alexandr Miloslavskiy · 4 years, 7 months ago
  65. 54a80a9 wrapper: use a loop instead of repetitive statements by Alex Henrie · 4 years, 7 months ago
  66. baed6bb diffcore-break: use a goto instead of a redundant if statement by Alex Henrie · 4 years, 7 months ago
  67. 8da02ce commit-graph: remove a duplicate assignment by Alex Henrie · 4 years, 7 months ago
  68. ddb3c85 shallow.c: don't free unallocated slabs by Ali Utku Selen · 4 years, 7 months ago
  69. 8e4ec33 merge-recursive: fix the diff3 common ancestor label for virtual commits by Elijah Newren · 4 years, 7 months ago
  70. 65904b8 promisor-remote: skip move_to_tail when no-op by Emily Shaffer · 4 years, 7 months ago
  71. 2049b8d diffcore_rename(): use a stable sort by Johannes Schindelin · 4 years, 7 months ago
  72. 97fff61 Move git_sort(), a stable sort, into into libgit.a by Johannes Schindelin · 4 years, 7 months ago
  73. 69f272b dir: special case check for the possibility that pathspec is NULL by Elijah Newren · 4 years, 7 months ago
  74. 6a72d44 git-gui (Windows): use git-bash.exe if it is available by Thomas Klaeger · 4 years, 7 months ago
  75. bc12974 Fourth batch by Junio C Hamano · 4 years, 7 months ago
  76. 5a53509 Merge branch 'ds/commit-graph-on-fetch' by Junio C Hamano · 4 years, 7 months ago
  77. 974bdb0 Merge branch 'bw/rebase-autostash-keep-current-branch' by Junio C Hamano · 4 years, 7 months ago
  78. 9755f70 Merge branch 'ds/include-exclude' by Junio C Hamano · 4 years, 7 months ago
  79. 93fc876 Merge branch 'jh/trace2-pretty-output' by Junio C Hamano · 4 years, 7 months ago
  80. 640f9cd Merge branch 'dl/rebase-i-keep-base' by Junio C Hamano · 4 years, 7 months ago
  81. 026428c Merge branch 'sg/clean-nested-repo-with-ignored' by Junio C Hamano · 4 years, 7 months ago
  82. 21db12c Merge branch 'dl/complete-cherry-pick-revert-skip' by Junio C Hamano · 4 years, 7 months ago
  83. d693345 Merge branch 'dl/use-sq-from-test-lib' by Junio C Hamano · 4 years, 7 months ago
  84. d8ce144 Merge branch 'jk/misc-uninitialized-fixes' by Junio C Hamano · 4 years, 7 months ago
  85. 2be6ccc Merge branch 'sg/git-test-boolean' by Junio C Hamano · 4 years, 7 months ago
  86. cf861cd Merge branch 'rs/get-tagged-oid' by Junio C Hamano · 4 years, 7 months ago
  87. 91243b0 Merge branch 'en/filter-branch-deprecation' by Junio C Hamano · 4 years, 7 months ago
  88. 9bc67b6 Merge branch 'en/merge-options-ff-and-friends' by Junio C Hamano · 4 years, 7 months ago
  89. fe048e4 Merge branch 'tg/push-all-in-mirror-forbidden' by Junio C Hamano · 4 years, 7 months ago
  90. cab037c Merge branch 'dt/remote-helper-doc-re-lock-option' by Junio C Hamano · 4 years, 7 months ago
  91. 8e111e4 Merge branch 'rs/help-unknown-ref-does-not-return' by Junio C Hamano · 4 years, 7 months ago
  92. 3ff6af7 Merge branch 'nd/switch-and-restore' by Junio C Hamano · 4 years, 7 months ago
  93. aadac06 Merge branch 'tb/file-url-to-unc-path' by Junio C Hamano · 4 years, 7 months ago
  94. b57a88a5 Merge branch 'js/gitdir-at-unc-root' by Junio C Hamano · 4 years, 7 months ago
  95. 6f21347 Merge branch 'ar/mingw-run-external-with-non-ascii-path' by Junio C Hamano · 4 years, 7 months ago
  96. 4304395 Merge branch 'rs/parse-tree-indirect' by Junio C Hamano · 4 years, 7 months ago
  97. 991fd97 Merge branch 'jk/fast-import-history-bugfix' by Junio C Hamano · 4 years, 7 months ago
  98. 74a39b9 Merge branch 'mh/notes-duplicate-entries' by Junio C Hamano · 4 years, 7 months ago
  99. 37801f0 Merge branch 'tb/banned-vsprintf-namefix' by Junio C Hamano · 4 years, 7 months ago
  100. 21ce0b4 Merge branch 'mh/release-commit-memory-fix' by Junio C Hamano · 4 years, 7 months ago