summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-11-02Merge branch 'js/ci-san-skip-p4-and-svn-tests' into maint-2.42Junio C Hamano-0/+2
2023-11-02Merge branch 'tb/mark-more-tests-as-leak-free' into maint-2.42Junio C Hamano-0/+5
2023-11-02max_tree_depth: lower it for MSVC to avoid stack overflowsJohannes Schindelin-1/+14
2023-11-02merge-file: add an option to process object IDsbrian m. carlson-18/+123
2023-11-02git-merge-file doc: drop "-file" from argument placeholdersMartin Ågren-10/+11
2023-11-01Documentation/gitformat-pack.txt: fix incorrect MIDX documentationTaylor Blau-4/+5
2023-11-01Documentation/gitformat-pack.txt: fix typoTaylor Blau-1/+1
2023-11-01clang-format: fix typo in commentAditya Neelamraju-3/+3
2023-11-01t: use git-show-ref(1) to check for ref existencePatrick Steinhardt-27/+94
2023-11-01builtin/show-ref: add new mode to check for reference existencePatrick Steinhardt-6/+117
2023-11-01builtin/show-ref: explicitly spell out different modes in synopsisPatrick Steinhardt-4/+10
2023-11-01builtin/show-ref: ensure mutual exclusiveness of subcommandsPatrick Steinhardt-0/+13
2023-11-01builtin/show-ref: refactor options for patterns subcommandPatrick Steinhardt-13/+22
2023-11-01builtin/show-ref: stop using global vars for `show_one()`Patrick Steinhardt-22/+40
2023-11-01builtin/show-ref: stop using global variable to count matchesPatrick Steinhardt-3/+4
2023-11-01builtin/show-ref: refactor `--exclude-existing` optionsPatrick Steinhardt-34/+44
2023-11-01builtin/show-ref: fix dead code when passing patternsPatrick Steinhardt-4/+1
2023-11-01builtin/show-ref: fix leaking string bufferPatrick Steinhardt-1/+3
2023-11-01builtin/show-ref: split up different subcommandsPatrick Steinhardt-47/+54
2023-11-01builtin/show-ref: convert pattern to a local variablePatrick Steinhardt-18/+28
2023-11-01rev-list: add commit object support in `--missing` optionKarthik Nayak-2/+101
2023-11-01rev-list: move `show_commit()` to the bottomKarthik Nayak-43/+42
2023-11-01revision: rename bit to `do_not_die_on_missing_objects`Karthik Nayak-11/+12
2023-11-01Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' into kn/rev...Junio C Hamano-2/+84
2023-11-01commit: detect commits that exist in commit-graph but not in the ODBPatrick Steinhardt-1/+42
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt-1/+42
2023-10-31test framework: further deprecate test_i18ngrepJunio C Hamano-4/+6
2023-10-31Merge branch 'jm/bisect-run-synopsis-fix'Junio C Hamano-4/+4
2023-10-31Merge branch 'ii/branch-error-messages-update'Junio C Hamano-47/+47
2023-10-30upload-pack: add tracing for fetchesRobert Coup-11/+55
2023-10-30The twenty-second batchJunio C Hamano-0/+19
2023-10-30Merge branch 'ms/doc-push-fix'Junio C Hamano-1/+1
2023-10-30Merge branch 'jk/send-email-fix-addresses-from-composed-messages'Junio C Hamano-85/+99
2023-10-30Merge branch 'ob/rebase-cleanup'Junio C Hamano-30/+14
2023-10-30Merge branch 'jc/commit-new-underscore-index-fix'Junio C Hamano-4/+4
2023-10-30Merge branch 'wx/merge-ort-comment-typofix'Junio C Hamano-1/+1
2023-10-30Merge branch 'ps/git-repack-doc-fixes'Junio C Hamano-6/+3
2023-10-30Merge branch 'kh/pathspec-error-wo-repository-fix'Junio C Hamano-1/+33
2023-10-30Merge branch 'ni/die-message-fix-for-git-add'Junio C Hamano-5/+5
2023-10-30Merge branch 'jc/am-doc-whitespace-action-fix'Junio C Hamano-2/+2
2023-10-30Merge branch 'mm/p4-symlink-with-lfs'Junio C Hamano-0/+4
2023-10-30Merge branch 'da/t7601-style-fix'Junio C Hamano-12/+12
2023-10-30Merge branch 'jc/update-list-references-to-lore'Junio C Hamano-1/+1
2023-10-30Merge branch 'jc/attr-tree-config'Junio C Hamano-3/+119
2023-10-30Merge branch 'sn/typo-grammo-phraso-fixes'Junio C Hamano-42/+41
2023-10-29reflog: fix expire --single-worktreeRené Scharfe-3/+26
2023-10-29am, rebase: fix arghelp syntax of --emptyRené Scharfe-4/+4
2023-10-29am: simplify --show-current-patch handlingRené Scharfe-68/+44
2023-10-29parse-options: make CMDMODE errors more preciseRené Scharfe-57/+139
2023-10-29bugreport: reject positional argumentsEmily Shaffer-0/+12