summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-22t2407: fix broken &&-chains in compound statementEric Sunshine1-2/+2
2022-08-20xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King3-19/+9
2022-08-20reflog: assert PARSE_OPT_NONEG in parse-options callbacksJeff King1-0/+4
2022-08-20reftable: drop unused parameter from reader_seek_linear()Jeff King1-3/+3
2022-08-20verify_one_sparse(): drop unused parametersJeff King1-4/+2
2022-08-19p0006: fix 'read-tree' argument orderingVictoria Dye1-1/+1
2022-08-19p0004: fix prereq declarationVictoria Dye1-1/+1
2022-08-19sequencer: do not translate command namesMichael J Gruber1-2/+2
2022-08-19sequencer: do not translate parameters to error_resolve_conflict()Michael J Gruber1-2/+2
2022-08-19sequencer: do not translate reflog messagesMichael J Gruber1-1/+1
2022-08-19match_pathname(): drop unused "flags" parameterJeff King3-6/+4
2022-08-19log-tree: drop unused commit param in remerge_diff()Jeff King1-3/+2
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King3-5/+3
2022-08-19is_path_owned_by_current_uid(): mark "report" parameter as unusedJeff King1-1/+2
2022-08-19run-command: mark unused async callback parametersJeff King4-4/+4
2022-08-19mark unused read_tree_recursive() callback parametersJeff King7-13/+18
2022-08-19hashmap: mark unused callback parametersJeff King29-56/+59
2022-08-19config: mark unused callback parametersJeff King23-26/+41
2022-08-19streaming: mark unused virtual method parametersJeff King1-3/+3
2022-08-19transport: mark bundle transport_options as unusedJeff King1-1/+1
2022-08-19refs: mark unused virtual method parametersJeff King3-14/+16
2022-08-19refs: mark unused reflog callback parametersJeff King10-32/+55
2022-08-19refs: mark unused each_ref_fn parametersJeff King39-84/+132
2022-08-19git-compat-util: add UNUSED macroJeff King1-0/+6
2022-08-19builtin/worktree.c: let parse-options parse subcommandsSZEDER Gábor2-20/+13
2022-08-19builtin/stash.c: let parse-options parse subcommandsSZEDER Gábor2-30/+25
2022-08-19builtin/sparse-checkout.c: let parse-options parse subcommandsSZEDER Gábor1-28/+16
2022-08-19builtin/remote.c: let parse-options parse subcommandsSZEDER Gábor2-40/+32
2022-08-19builtin/reflog.c: let parse-options parse subcommandsSZEDER Gábor1-30/+11
2022-08-19builtin/notes.c: let parse-options parse subcommandsSZEDER Gábor1-26/+17
2022-08-19builtin/multi-pack-index.c: let parse-options parse subcommandsSZEDER Gábor1-28/+21
2022-08-19builtin/hook.c: let parse-options parse subcommandsSZEDER Gábor1-8/+4
2022-08-19builtin/gc.c: let parse-options parse 'git maintenance's subcommandsSZEDER Gábor3-25/+27
2022-08-19builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor2-19/+15
2022-08-19builtin/bundle.c: let parse-options parse subcommandsSZEDER Gábor1-18/+7
2022-08-19parse-options: add support for parsing subcommandsSZEDER Gábor9-9/+419
2022-08-19parse-options: drop leading space from '--git-completion-helper' outputSZEDER Gábor1-1/+2
2022-08-19parse-options: clarify the limitations of PARSE_OPT_NODASHSZEDER Gábor1-1/+2
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor17-31/+33
2022-08-19api-parse-options.txt: fix description of OPT_CMDMODESZEDER Gábor1-1/+1
2022-08-19t0040-parse-options: test parse_options() with various 'parse_opt_flags'SZEDER Gábor4-0/+138
2022-08-19t5505-remote.sh: check the behavior without a subcommandSZEDER Gábor1-0/+20
2022-08-19t3301-notes.sh: check that default operation mode doesn't take argumentsSZEDER Gábor1-0/+5
2022-08-19git.c: update NO_PARSEOPT markingsSZEDER Gábor1-5/+5
2022-08-19git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly2-1/+27
2022-08-19revision: allow --ancestry-path to take an argumentElijah Newren5-43/+115
2022-08-19t6019: modernize tests with helperDerrick Stolee1-61/+24
2022-08-19rev-list-options.txt: fix simple typoElijah Newren1-1/+1
2022-08-19merge-ort: remove code obsoleted by other changesElijah Newren1-20/+2
2022-08-18scalar: update technical doc roadmap with FSMonitor supportVictoria Dye1-7/+10