summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-07notes: simplify default operation mode arguments checkSZEDER Gábor1-4/+7
2022-09-07test-parse-options.c: fix style of comparison with zeroSZEDER Gábor1-2/+2
2022-09-07test-parse-options.c: don't use for loop initial declarationSZEDER Gábor1-1/+2
2022-09-07t0040-parse-options: remove leftover debuggingSZEDER Gábor1-2/+0
2022-08-25remote: run "remote rm" argv through parse_options()Jeff King1-3/+5
2022-08-25maintenance: add parse-options boilerplate for subcommandsJeff King1-1/+42
2022-08-25pass subcommand "prefix" arguments to parse_options()Jeff King4-22/+26
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-29/+22
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-26/+28
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-07-23The sixth batchJunio C Hamano1-1/+16
2022-07-20The fifth batchJunio C Hamano1-0/+24
2022-07-18The fourth batchJunio C Hamano1-0/+34
2022-07-15mingw: avoid mktemp() in mkstemp() implementationRené Scharfe1-4/+1
2022-07-15setup.c: create `safe.bareRepository`Glen Choo3-1/+129
2022-07-15safe.directory: use git_protected_config()Glen Choo3-18/+14
2022-07-15config: learn `git_protected_config()`Glen Choo4-11/+82
2022-07-15Documentation: define protected configurationGlen Choo2-3/+16
2022-07-15Documentation/git-config.txt: add SCOPES sectionGlen Choo1-23/+59
2022-07-15The third batchJunio C Hamano1-2/+22
2022-07-14shortlog: use a stable sortJohannes Schindelin1-1/+1
2022-07-14mergetool(vimdiff): allow paths to contain spaces againJohannes Schindelin1-4/+35
2022-07-14tests: fix incorrect --write-junit-xml codeJohannes Schindelin1-5/+5
2022-07-13The second batchJunio C Hamano1-0/+35
2022-07-12t5330: remove run_with_limited_processses()Han Xin1-24/+1
2022-07-12diff-files: move misplaced cleanup labelJeff King1-1/+1
2022-07-12fsck: do not dereference NULL while checking resolve-undo dataJunio C Hamano1-0/+1
2022-07-12The first batch after Git 2.37Junio C Hamano1-0/+31
2022-07-11ref-filter: disable save_commit_buffer while traversingJeff King1-0/+5
2022-07-11clone: move unborn head creation to update_head()Jeff King1-12/+15
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao6-8/+51
2022-07-11gpg-interface: add function for converting trust level to stringJaydeep Das3-23/+31
2022-07-10multi-pack-index: simplify handling of unknown --optionsSZEDER Gábor1-4/+4