summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-09-06sequencer: factor out part of pick_commits()Phillip Wood-61/+71
2023-09-06sequencer: use rebase_path_message()Phillip Wood-5/+2
2023-09-06rebase -i: remove patch file after conflict resolutionPhillip Wood-4/+30
2023-09-06rebase -i: move unlink() callsPhillip Wood-3/+4
2023-09-06doc/diff-options: fix link to generating patch sectionSergey Organov-7/+1
2023-09-05var: avoid a segmentation fault when `HOME` is unsetJohannes Schindelin-1/+10
2023-09-05sequencer: fix error message on failure to copy SQUASH_MSGOswald Buddenhagen-1/+1
2023-09-05grep: use OPT_INTEGER_F for --max-depthRené Scharfe-3/+2
2023-09-05name-rev: use OPT_HIDDEN_BOOL for --peel-tagRené Scharfe-6/+2
2023-09-05ref-filter: sort numerically when ":size" is usedKousik Sanagavarapu-10/+26
2023-09-05parse-options: mark unused parameters in noop callbackJeff King-1/+3
2023-09-05interpret-trailers: mark unused "unset" parameters in option callbacksJeff King-3/+6
2023-09-05parse-options: add more BUG_ON() annotationsJeff King-0/+4
2023-09-05merge: do not pass unused opt->value parameterJeff King-1/+1
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King-12/+14
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King-37/+50
2023-09-05checkout-index: delay automatic setting of to_tempfileJeff King-2/+27
2023-09-05The sixth batchJunio C Hamano-0/+16
2023-09-05Merge branch 'jk/test-lsan-denoise-output'Junio C Hamano-0/+1
2023-09-05Merge branch 'js/ci-san-skip-p4-and-svn-tests'Junio C Hamano-0/+2
2023-09-05Merge branch 'tb/mark-more-tests-as-leak-free'Junio C Hamano-0/+5
2023-09-05Merge branch 'rs/parse-options-help-text-is-optional'Junio C Hamano-3/+4
2023-09-02git-revert.txt: add discussionOswald Buddenhagen-0/+10
2023-09-02sequencer: beautify subject of reverts of revertsOswald Buddenhagen-0/+34
2023-09-01The fifth batchJunio C Hamano-0/+14
2023-09-01Merge branch 'ob/format-patch-description-file'Junio C Hamano-3/+36
2023-09-01Merge branch 'jk/diff-result-code-cleanup'Junio C Hamano-95/+81
2023-08-31treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong-3/+11
2023-08-31lower core.maxTreeDepth default to 2048Jeff King-1/+1
2023-08-31tree-diff: respect max_allowed_tree_depthJeff King-8/+24
2023-08-31list-objects: respect max_allowed_tree_depthJeff King-0/+17
2023-08-31read_tree(): respect max_allowed_tree_depthJeff King-4/+19
2023-08-31traverse_trees(): respect max_allowed_tree_depthJeff King-0/+70
2023-08-31add core.maxTreeDepth configJeff King-0/+13
2023-08-31fsck: detect very large tree pathnamesJeff King-1/+41
2023-08-31tree-walk: rename "error" variableJeff King-3/+3
2023-08-31tree-walk: drop MAX_TRAVERSE_TREES macroJeff King-3/+1
2023-08-31tree-walk: reduce stack size for recursive functionsJeff King-6/+13
2023-08-31format-patch: use OPT_STRING_LIST for to/cc optionsJeff King-20/+2
2023-08-31merge: simplify parsing of "-n" optionJeff King-11/+2
2023-08-31merge: make xopts a strvecJeff King-19/+7
2023-08-31format-patch: --rfc honors what --subject-prefix setsDrew DeVault-23/+48
2023-08-31Merge branch 'ob/sequencer-empty-hint-fix'Junio C Hamano-2/+6
2023-08-31Merge branch 'ch/t6300-verify-commit-test-cleanup'Junio C Hamano-4/+2
2023-08-30git-svn: drop FakeTerm hackWesley Schwengle-18/+2
2023-08-30ci: deprecate ci/config/allow-ref scriptJeff King-30/+6
2023-08-30ci: allow branch selection through "vars"Jeff King-0/+15
2023-08-30The fourth batchJunio C Hamano-0/+12
2023-08-30Merge branch 'ts/unpacklimit-config-fix'Junio C Hamano-9/+84
2023-08-30Merge branch 'jc/diff-exit-code-with-w-fixes'Junio C Hamano-18/+64