1. 303b3c1 submodule: add newline on invalid submodule error by Emily Shaffer · 4 years, 4 months ago
  2. 887a0fd add: change advice config variables used by the add API by Heba Waly · 4 years, 4 months ago
  3. de93cc1 The third batch for 2.26 by Junio C Hamano · 4 years, 4 months ago
  4. ea46d90 Merge branch 'mt/sparse-checkout-doc-update' by Junio C Hamano · 4 years, 4 months ago
  5. ff5134b Merge branch 'pb/recurse-submodule-in-worktree-fix' by Junio C Hamano · 4 years, 4 months ago
  6. b5c71cc Merge branch 'es/fetch-show-failed-submodules-atend' by Junio C Hamano · 4 years, 4 months ago
  7. 7ab963e Merge branch 'en/fill-directory-fixes-more' by Junio C Hamano · 4 years, 4 months ago
  8. f52ab33 Merge branch 'bc/hash-independent-tests-part-7' by Junio C Hamano · 4 years, 4 months ago
  9. 25794d6 Merge branch 'km/submodule-add-errmsg' by Junio C Hamano · 4 years, 4 months ago
  10. d0e70cd Merge branch 'am/checkout-file-and-ref-ref-ambiguity' by Junio C Hamano · 4 years, 4 months ago
  11. 76c57fe Merge branch 'js/add-p-leftover-bits' by Junio C Hamano · 4 years, 4 months ago
  12. 9a5315e Merge branch 'js/patch-mode-in-others-in-c' by Junio C Hamano · 4 years, 4 months ago
  13. 381e8e9 Merge branch 'dl/test-must-fail-fixes' by Junio C Hamano · 4 years, 4 months ago
  14. 395518c parse-options: lose an unnecessary space in an error message by Jacques Bodin-Hullin · 4 years, 4 months ago
  15. 079f970 name-rev: sort tip names before applying by René Scharfe · 4 years, 4 months ago
  16. 2d53975 name-rev: release unused name strings by René Scharfe · 4 years, 4 months ago
  17. 977dc19 name-rev: generate name strings only if they are better by René Scharfe · 4 years, 4 months ago
  18. 1c56fc2 name-rev: pre-size buffer in get_parent_name() by René Scharfe · 4 years, 4 months ago
  19. ddc42ec name-rev: factor out get_parent_name() by René Scharfe · 4 years, 4 months ago
  20. f13ca7c name-rev: put struct rev_name into commit slab by René Scharfe · 4 years, 4 months ago
  21. d689d6d name-rev: don't _peek() in create_or_update_name() by René Scharfe · 4 years, 4 months ago
  22. 15a4205 name-rev: don't leak path copy in name_ref() by René Scharfe · 4 years, 4 months ago
  23. 36d2419 name-rev: respect const qualifier by René Scharfe · 4 years, 4 months ago
  24. 71620ca name-rev: remove unused typedef by René Scharfe · 4 years, 4 months ago
  25. 3e2feb0 name-rev: rewrite create_or_update_name() by Martin Ågren · 4 years, 4 months ago
  26. a217810 index-pack: downgrade twice-resolved REF_DELTA to die() by Jeff King · 4 years, 4 months ago
  27. dbc2747 notes.c: fix off-by-one error when decreasing notes fanout by Johan Herland · 4 years, 4 months ago
  28. e1c5253 t3305: check notes fanout more carefully and robustly by Johan Herland · 4 years, 4 months ago
  29. e469afe git-filter-branch.txt: wrap "maths" notation in backticks by Martin Ågren · 4 years, 4 months ago
  30. a7df60c commit-graph.h: use odb in 'load_commit_graph_one_fd_st' by Taylor Blau · 4 years, 4 months ago
  31. ad2dd5b commit-graph.c: remove path normalization, comparison by Taylor Blau · 4 years, 4 months ago
  32. 13c2499 commit-graph.h: store object directory in 'struct commit_graph' by Taylor Blau · 4 years, 4 months ago
  33. 0bd52e2 commit-graph.h: store an odb in 'struct write_commit_graph_context' by Taylor Blau · 4 years, 4 months ago
  34. f38c924 t7400: testcase for submodule status on unregistered inner git repos by Peter Kaestle · 4 years, 4 months ago
  35. 5290d45 tree-walk.c: break circular dependency with unpack-trees by Jeff King · 4 years, 5 months ago
  36. f998a3f sparse-checkout: fix cone mode behavior mismatch by Derrick Stolee · 4 years, 5 months ago
  37. d2e65f4 sparse-checkout: improve docs around 'set' in cone mode by Derrick Stolee · 4 years, 5 months ago
  38. e53ffe2 sparse-checkout: escape all glob characters on write by Derrick Stolee · 4 years, 5 months ago
  39. e55682e sparse-checkout: use C-style quotes in 'list' subcommand by Derrick Stolee · 4 years, 5 months ago
  40. bd64de4 sparse-checkout: unquote C-style strings over --stdin by Derrick Stolee · 4 years, 5 months ago
  41. d585f0e sparse-checkout: write escaped patterns in cone mode by Derrick Stolee · 4 years, 5 months ago
  42. 4f52c2c sparse-checkout: properly match escaped characters by Derrick Stolee · 4 years, 5 months ago
  43. 9abc60f sparse-checkout: warn on globs in cone patterns by Derrick Stolee · 4 years, 5 months ago
  44. 145136a C: use skip_prefix() to avoid hardcoded string length by Junio C Hamano · 4 years, 5 months ago
  45. 04e5b3f submodule foreach: replace $path with $sm_path in example by Kyle Meyer · 4 years, 5 months ago
  46. 1793280 t5318: don't pass non-object directory to '--object-dir' by Taylor Blau · 4 years, 5 months ago
  47. da80635 diff: move diff.wsErrorHighlight to "basic" config by Jeff King · 4 years, 5 months ago
  48. b98d188 sha1-file: allow check_object_signature() to handle any repo by Matheus Tavares · 4 years, 5 months ago
  49. 2dcde20 sha1-file: pass git_hash_algo to hash_object_file() by Matheus Tavares · 4 years, 5 months ago
  50. 7ad5c44 sha1-file: pass git_hash_algo to write_object_file_prepare() by Matheus Tavares · 4 years, 5 months ago
  51. c8123e7 streaming: allow open_istream() to handle any repo by Matheus Tavares · 4 years, 5 months ago
  52. 5ec9b8a pack-check: use given repo's hash_algo at verify_packfile() by Matheus Tavares · 4 years, 5 months ago
  53. a651946 cache-tree: use given repo's hash_algo at verify_one() by Matheus Tavares · 4 years, 5 months ago
  54. eb999b3 diff: make diff_populate_filespec() honor its repo argument by Matheus Tavares · 4 years, 5 months ago
  55. 5b0ca87 Sync with maint by Junio C Hamano · 4 years, 5 months ago
  56. 344ee18 The second batch by Junio C Hamano · 4 years, 5 months ago
  57. 53a8329 Merge branch 'bc/misconception-doc' by Junio C Hamano · 4 years, 5 months ago
  58. c9ccf9d Merge branch 'bc/author-committer-doc' by Junio C Hamano · 4 years, 5 months ago
  59. 0d0fa20 Merge branch 'ss/t6025-modernize' by Junio C Hamano · 4 years, 5 months ago
  60. 7050624 Merge branch 'lh/bool-to-type-bool' by Junio C Hamano · 4 years, 5 months ago
  61. 4b69f29 Merge branch 'ds/refmap-doc' by Junio C Hamano · 4 years, 5 months ago
  62. aff812c Merge branch 'bc/actualmente' by Junio C Hamano · 4 years, 5 months ago
  63. 38fb56e Merge branch 'rt/submodule-i18n' by Junio C Hamano · 4 years, 5 months ago
  64. f094074 Merge branch 'js/builtin-add-i-cmds' by Junio C Hamano · 4 years, 5 months ago
  65. 0afeb3f Merge branch 'jk/test-fixes' by Junio C Hamano · 4 years, 5 months ago
  66. 808dab2 Merge branch 'jk/asan-build-fix' by Junio C Hamano · 4 years, 5 months ago
  67. fec1ff9 Merge branch 'sg/completion-worktree' by Junio C Hamano · 4 years, 5 months ago
  68. c7372c9 Merge branch 'jn/test-lint-one-shot-export-to-shell-function' by Junio C Hamano · 4 years, 5 months ago
  69. 11ad30b Merge branch 'hi/gpg-mintrustlevel' by Junio C Hamano · 4 years, 5 months ago
  70. 96aef8f Merge branch 'am/test-pathspec-f-f-error-cases' by Junio C Hamano · 4 years, 5 months ago
  71. d52adee Merge branch 'ds/graph-horizontal-edges' by Junio C Hamano · 4 years, 5 months ago
  72. 6909474 Merge branch 'am/update-pathspec-f-f-tests' by Junio C Hamano · 4 years, 5 months ago
  73. 043426c Merge branch 'ds/sparse-cone' by Junio C Hamano · 4 years, 5 months ago
  74. 34246a1 Merge branch 'hi/indent-text-with-tabs-in-editorconfig' by Junio C Hamano · 4 years, 5 months ago
  75. 8dd40c0 traverse_trees(): use stack array for name entries by Jeff King · 4 years, 5 months ago
  76. 667b76e walker_fetch(): avoid raw array length computation by Jeff King · 4 years, 5 months ago
  77. 9734b74 normalize_path_copy(): document "dst" size expectations by Jeff King · 4 years, 5 months ago
  78. 43f33e4 git-p4: avoid leak of file handle when cloning by Luke Diamand · 4 years, 5 months ago
  79. 19fa5ac git-p4: check for access to remote host earlier by Luke Diamand · 4 years, 5 months ago
  80. 6026aff git-p4: cleanup better on error exit by Luke Diamand · 4 years, 5 months ago
  81. ca5b5cc git-p4: create helper function importRevisions() by Luke Diamand · 4 years, 5 months ago
  82. 4c1d586 git-p4: disable some pylint warnings, to get pylint output to something manageable by Luke Diamand · 4 years, 5 months ago
  83. 5c3d502 git-p4: add P4CommandException to report errors talking to Perforce by Luke Diamand · 4 years, 5 months ago
  84. 837b3a6 git-p4: make closeStreams() idempotent by Luke Diamand · 4 years, 5 months ago
  85. b041830 sha1-name: mark get_oid() error messages for translation by Jeff King · 4 years, 5 months ago
  86. 2df1aa2 fetch: forgo full connectivity check if --filter by Jonathan Tan · 4 years, 5 months ago
  87. 5003377 connected: verify promisor-ness of partial clone by Jonathan Tan · 4 years, 5 months ago
  88. d82ad54 git: update documentation for --git-dir by Heba Waly · 4 years, 5 months ago
  89. 0ad7144 .mailmap: map Yi-Jyun Pan's email by Denton Liu · 4 years, 5 months ago
  90. c56c48d grep: ignore --recurse-submodules if --no-index is given by Philippe Blain · 4 years, 5 months ago
  91. 8b2a192 doc: drop "explicitly given" from push.default description by Jeff King · 4 years, 5 months ago
  92. cf82bff obstack: avoid computing offsets from NULL pointer by Jeff King · 4 years, 5 months ago
  93. 3cd309c xdiff: avoid computing non-zero offset from NULL pointer by Jeff King · 4 years, 5 months ago
  94. d20bc01 avoid computing zero offsets from NULL pointer by Jeff King · 4 years, 5 months ago
  95. 7edee32 git rm submodule: succeed if .gitmodules index stat info is zero by David Turner · 4 years, 5 months ago
  96. bc3f657 t1506: drop space after redirection operator by Jeff King · 4 years, 5 months ago
  97. e5d7b2f t1400: avoid "test" string comparisons by Jeff King · 4 years, 5 months ago
  98. 5a5445d rebase-interactive: warn if commit is dropped with `rebase --edit-todo' by Alban Gruin · 4 years, 5 months ago
  99. 1da5874 sequencer: move check_todo_list_from_file() to rebase-interactive.c by Alban Gruin · 4 years, 5 months ago
  100. c7a6207 Sync with maint by Junio C Hamano · 4 years, 5 months ago