summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-08-20verify_one_sparse(): drop unused parametersJeff King-4/+2
2022-08-19p0006: fix 'read-tree' argument orderingVictoria Dye-1/+1
2022-08-19p0004: fix prereq declarationVictoria Dye-1/+1
2022-08-19sequencer: do not translate command namesMichael J Gruber-2/+2
2022-08-19sequencer: do not translate parameters to error_resolve_conflict()Michael J Gruber-2/+2
2022-08-19sequencer: do not translate reflog messagesMichael J Gruber-1/+1
2022-08-19match_pathname(): drop unused "flags" parameterJeff King-6/+4
2022-08-19log-tree: drop unused commit param in remerge_diff()Jeff King-3/+2
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King-5/+3
2022-08-19is_path_owned_by_current_uid(): mark "report" parameter as unusedJeff King-1/+2
2022-08-19run-command: mark unused async callback parametersJeff King-4/+4
2022-08-19mark unused read_tree_recursive() callback parametersJeff King-13/+18
2022-08-19hashmap: mark unused callback parametersJeff King-56/+59
2022-08-19config: mark unused callback parametersJeff King-26/+41
2022-08-19streaming: mark unused virtual method parametersJeff King-3/+3
2022-08-19transport: mark bundle transport_options as unusedJeff King-1/+1
2022-08-19refs: mark unused virtual method parametersJeff King-14/+16
2022-08-19refs: mark unused reflog callback parametersJeff King-32/+55
2022-08-19refs: mark unused each_ref_fn parametersJeff King-84/+132
2022-08-19git-compat-util: add UNUSED macroJeff King-0/+6
2022-08-19builtin/worktree.c: let parse-options parse subcommandsSZEDER Gábor-20/+13
2022-08-19builtin/stash.c: let parse-options parse subcommandsSZEDER Gábor-30/+25
2022-08-19builtin/sparse-checkout.c: let parse-options parse subcommandsSZEDER Gábor-28/+16
2022-08-19builtin/remote.c: let parse-options parse subcommandsSZEDER Gábor-40/+32
2022-08-19builtin/reflog.c: let parse-options parse subcommandsSZEDER Gábor-30/+11
2022-08-19builtin/notes.c: let parse-options parse subcommandsSZEDER Gábor-26/+17
2022-08-19builtin/multi-pack-index.c: let parse-options parse subcommandsSZEDER Gábor-29/+22
2022-08-19builtin/hook.c: let parse-options parse subcommandsSZEDER Gábor-8/+4
2022-08-19builtin/gc.c: let parse-options parse 'git maintenance's subcommandsSZEDER Gábor-26/+28
2022-08-19builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor-19/+15
2022-08-19builtin/bundle.c: let parse-options parse subcommandsSZEDER Gábor-18/+7
2022-08-19parse-options: add support for parsing subcommandsSZEDER Gábor-9/+419
2022-08-19parse-options: drop leading space from '--git-completion-helper' outputSZEDER Gábor-1/+2
2022-08-19parse-options: clarify the limitations of PARSE_OPT_NODASHSZEDER Gábor-1/+2
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor-31/+33
2022-08-19api-parse-options.txt: fix description of OPT_CMDMODESZEDER Gábor-1/+1
2022-08-19t0040-parse-options: test parse_options() with various 'parse_opt_flags'SZEDER Gábor-0/+138
2022-08-19t5505-remote.sh: check the behavior without a subcommandSZEDER Gábor-0/+20
2022-08-19t3301-notes.sh: check that default operation mode doesn't take argumentsSZEDER Gábor-0/+5
2022-08-19git.c: update NO_PARSEOPT markingsSZEDER Gábor-5/+5
2022-08-19git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly-1/+27
2022-08-19revision: allow --ancestry-path to take an argumentElijah Newren-43/+115
2022-08-19t6019: modernize tests with helperDerrick Stolee-62/+25
2022-08-19rev-list-options.txt: fix simple typoElijah Newren-1/+1
2022-08-19merge-ort: remove code obsoleted by other changesElijah Newren-20/+2
2022-08-18scalar: update technical doc roadmap with FSMonitor supportVictoria Dye-7/+10
2022-08-18scalar unregister: stop FSMonitor daemonJohannes Schindelin-0/+13
2022-08-18scalar: enable built-in FSMonitor on `register`Matthew John Cheetham-0/+38
2022-08-18scalar: move config setting logic into its own functionVictoria Dye-16/+28
2022-08-18scalar-delete: do not 'die()' in 'delete_enlistment()'Victoria Dye-4/+7