summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2023-09-12update-index: add --show-index-versionJunio C Hamano1-6/+13
2023-09-11maintenance(systemd): support the Windows Subsystem for LinuxJohannes Schindelin1-1/+1
2023-09-07trailer doc: <token> is a <key> or <keyAlias>, not bothLinus Arver1-1/+1
2023-09-07trailer --unfold help: prefer "reformat" over "join"Linus Arver1-1/+1
2023-09-07trailer --only-input: prefer "configuration variables" over "rules"Linus Arver1-1/+1
2023-09-07trailer --parse help: expose aliased optionsLinus Arver1-1/+1
2023-09-07trailer --no-divider help: describe usual "---" meaningLinus Arver1-1/+1
2023-09-07trailer: trailer location is a place, not an actionLinus Arver1-1/+1
2023-09-07Merge branch 'dd/format-patch-rfc-updates'Junio C Hamano1-16/+15
2023-09-07Merge branch 'jk/unused-post-2.42'Junio C Hamano6-17/+18
2023-09-07Merge branch 'tb/multi-cruft-pack'Junio C Hamano2-5/+3
2023-09-07grep: reject --no-orRené Scharfe1-1/+1
2023-09-05var: avoid a segmentation fault when `HOME` is unsetJohannes Schindelin1-1/+1
2023-09-05grep: use OPT_INTEGER_F for --max-depthRené Scharfe1-3/+2
2023-09-05name-rev: use OPT_HIDDEN_BOOL for --peel-tagRené Scharfe1-6/+2
2023-09-05interpret-trailers: mark unused "unset" parameters in option callbacksJeff King1-3/+6
2023-09-05parse-options: add more BUG_ON() annotationsJeff King2-0/+4
2023-09-05merge: do not pass unused opt->value parameterJeff King1-1/+1
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King6-12/+14
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King6-37/+50
2023-09-05checkout-index: delay automatic setting of to_tempfileJeff King1-2/+7
2023-09-01Merge branch 'ob/format-patch-description-file'Junio C Hamano1-3/+18
2023-09-01Merge branch 'jk/diff-result-code-cleanup'Junio C Hamano10-75/+60
2023-08-31treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong3-2/+9
2023-08-31format-patch: use OPT_STRING_LIST for to/cc optionsJeff King1-20/+2
2023-08-31merge: simplify parsing of "-n" optionJeff King1-11/+2
2023-08-31merge: make xopts a strvecJeff King1-19/+7
2023-08-31format-patch: --rfc honors what --subject-prefix setsDrew DeVault1-16/+15
2023-08-30Merge branch 'ts/unpacklimit-config-fix'Junio C Hamano1-3/+3
2023-08-29update-ref: mark unused parameter in parser callbacksJeff King1-7/+7
2023-08-29gc: mark unused descriptors in scheduler callbacksJeff King1-3/+3
2023-08-29fetch: mark unused parameter in ref_transaction callbackJeff King1-1/+1
2023-08-29stash: mark unused parameter in diff callbackJeff King1-1/+1
2023-08-29ls-tree: mark unused parameter in callbackJeff King1-1/+2
2023-08-29worktree: mark unused parameters in each_ref_fn callbackJeff King1-4/+4
2023-08-29Merge branch 'jc/mv-d-to-d-error-message-fix'Junio C Hamano1-1/+1
2023-08-29Merge branch 'sl/sparse-check-attr'Junio C Hamano1-0/+3
2023-08-29builtin/pack-objects.c: support `--max-pack-size` with `--cruft`Taylor Blau2-4/+3
2023-08-29builtin/pack-objects.c: remove unnecessary strbuf_reset()Taylor Blau1-1/+0
2023-08-25Merge branch 'ja/worktree-orphan'Junio C Hamano1-1/+1
2023-08-24Merge branch 'ds/maintenance-schedule-fuzz'Junio C Hamano1-83/+208
2023-08-24Merge branch 'tb/repack-geometry-cleanup'Junio C Hamano1-31/+31
2023-08-24Merge branch 'rj/branch-in-use-error-message'Junio C Hamano1-1/+1
2023-08-22transfer.unpackLimit: fetch/receive.unpackLimit takes precedenceJunio C Hamano1-3/+3
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King8-10/+10
2023-08-21diff: drop useless return values in git-diff helpersJeff King1-34/+28
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King7-23/+19
2023-08-21diff: die when failing to read index in git-diff builtinJeff King1-6/+3
2023-08-21diff: show usage for unknown builtin_diff_files() optionsJeff King1-2/+4
2023-08-21diff-files: avoid negative exit valueJeff King1-6/+2