summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gc: don't translate literal commandsAlex Henrie2022-09-211-3/+3
* notes, remote: show unknown subcommands between `'SZEDER Gábor2022-09-072-2/+2
* notes: simplify default operation mode arguments checkSZEDER Gábor2022-09-071-4/+7
* test-parse-options.c: fix style of comparison with zeroSZEDER Gábor2022-09-071-2/+2
* test-parse-options.c: don't use for loop initial declarationSZEDER Gábor2022-09-071-1/+2
* t0040-parse-options: remove leftover debuggingSZEDER Gábor2022-09-071-2/+0
* remote: run "remote rm" argv through parse_options()Jeff King2022-08-251-3/+5
* maintenance: add parse-options boilerplate for subcommandsJeff King2022-08-251-1/+42
* pass subcommand "prefix" arguments to parse_options()Jeff King2022-08-254-22/+26
* builtin/worktree.c: let parse-options parse subcommandsSZEDER Gábor2022-08-192-20/+13
* builtin/stash.c: let parse-options parse subcommandsSZEDER Gábor2022-08-192-30/+25
* builtin/sparse-checkout.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-28/+16
* builtin/remote.c: let parse-options parse subcommandsSZEDER Gábor2022-08-192-40/+32
* builtin/reflog.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-30/+11
* builtin/notes.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-26/+17
* builtin/multi-pack-index.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-29/+22
* builtin/hook.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-8/+4
* builtin/gc.c: let parse-options parse 'git maintenance's subcommandsSZEDER Gábor2022-08-193-26/+28
* builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor2022-08-192-19/+15
* builtin/bundle.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-18/+7
* parse-options: add support for parsing subcommandsSZEDER Gábor2022-08-199-9/+419
* parse-options: drop leading space from '--git-completion-helper' outputSZEDER Gábor2022-08-191-1/+2
* parse-options: clarify the limitations of PARSE_OPT_NODASHSZEDER Gábor2022-08-191-1/+2
* parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor2022-08-1917-31/+33
* api-parse-options.txt: fix description of OPT_CMDMODESZEDER Gábor2022-08-191-1/+1
* t0040-parse-options: test parse_options() with various 'parse_opt_flags'SZEDER Gábor2022-08-194-0/+138
* t5505-remote.sh: check the behavior without a subcommandSZEDER Gábor2022-08-191-0/+20
* t3301-notes.sh: check that default operation mode doesn't take argumentsSZEDER Gábor2022-08-191-0/+5
* git.c: update NO_PARSEOPT markingsSZEDER Gábor2022-08-191-5/+5
* The sixth batchJunio C Hamano2022-07-221-1/+16
* Merge branch 'rs/mingw-tighten-mkstemp'Junio C Hamano2022-07-221-4/+1
|\
| * mingw: avoid mktemp() in mkstemp() implementationRené Scharfe2022-07-141-4/+1
* | Merge branch 'js/ci-github-workflow-markup'Junio C Hamano2022-07-221-5/+5
|\ \
| * | tests: fix incorrect --write-junit-xml codeJohannes Schindelin2022-07-141-5/+5
* | | Merge branch 'js/shortlog-sort-stably'Junio C Hamano2022-07-221-1/+1
|\ \ \
| * | | shortlog: use a stable sortJohannes Schindelin2022-07-141-1/+1
* | | | Merge branch 'js/vimdiff-quotepath-fix'Junio C Hamano2022-07-221-4/+35
|\ \ \ \
| * | | | mergetool(vimdiff): allow paths to contain spaces againJohannes Schindelin2022-07-141-4/+35
* | | | | Merge branch 'gc/bare-repo-discovery'Junio C Hamano2022-07-2210-56/+300
|\ \ \ \ \
| * | | | | setup.c: create `safe.bareRepository`Glen Choo2022-07-143-1/+129
| * | | | | safe.directory: use git_protected_config()Glen Choo2022-07-143-18/+14
| * | | | | config: learn `git_protected_config()`Glen Choo2022-07-144-11/+82
| * | | | | Documentation: define protected configurationGlen Choo2022-07-142-3/+16
| * | | | | Documentation/git-config.txt: add SCOPES sectionGlen Choo2022-07-141-23/+59
* | | | | | The fifth batchJunio C Hamano2022-07-191-0/+24
* | | | | | Merge branch 'll/curl-accept-language'Junio C Hamano2022-07-196-8/+51
|\ \ \ \ \ \
| * | | | | | remote-curl: send Accept-Language header to serverLi Linchao2022-07-116-8/+51
* | | | | | | Merge branch 'jk/diff-files-cleanup-fix'Junio C Hamano2022-07-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | diff-files: move misplaced cleanup labelJeff King2022-07-121-1/+1
* | | | | | | | Merge branch 'rs/cocci-array-copy'Junio C Hamano2022-07-191-42/+40
|\ \ \ \ \ \ \ \