summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/libsecret-empty-password-fix'Junio C Hamano2024-02-281-0/+3
|\
| * libsecret: retrieve empty passwordM Hickford2024-02-191-0/+3
* | Merge branch 'bb/completion-no-grep-into-awk'Junio C Hamano2024-02-281-2/+4
|\ \
| * | completion: use awk for filtering the config entriesBeat Bolli2024-02-161-2/+4
* | | Merge branch 'rs/use-xstrncmpz'Junio C Hamano2024-02-271-0/+28
|\ \ \
| * | | use xstrncmpz()René Scharfe2024-02-121-0/+28
| * | | Merge branch 'sh/completion-with-reftable' into maint-2.43Junio C Hamano2024-02-091-5/+38
| |\ \ \
| * \ \ \ Merge branch 'tz/send-email-negatable-options' into maint-2.43Junio C Hamano2024-02-092-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge branch 'ps/reftable-backend'Junio C Hamano2024-02-271-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | refs: introduce reftable backendPatrick Steinhardt2024-02-071-1/+1
* | | | | Merge branch 'pb/complete-config'Junio C Hamano2024-02-151-44/+46
|\ \ \ \ \
| * | | | | completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain2024-02-121-50/+21
| * | | | | completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain2024-02-121-3/+21
| * | | | | completion: complete 'submodule.*' config variablesPhilippe Blain2024-02-121-0/+13
| * | | | | completion: add space after config variable names also in Bash 3Philippe Blain2024-02-121-3/+3
* | | | | | Merge branch 'bk/complete-bisect'Junio C Hamano2024-02-121-7/+58
|\ \ \ \ \ \
| * | | | | | completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin2024-02-071-4/+11
| * | | | | | completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin2024-02-071-0/+4
| * | | | | | completion: new function __git_complete_log_optsBritton Leo Kerin2024-02-071-3/+15
| * | | | | | completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin2024-02-071-1/+1
| * | | | | | completion: bisect: complete custom terms and related optionsBritton Leo Kerin2024-02-071-2/+30
| * | | | | | completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin2024-02-071-2/+2
* | | | | | | Merge branch 'mh/credential-oauth-refresh-token-with-wincred'Junio C Hamano2024-02-081-6/+40
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | credential/wincred: store oauth_refresh_tokenM Hickford2024-01-291-6/+40
* | | | | | | Merge branch 'zf/subtree-split-fix'Junio C Hamano2024-02-022-1/+69
|\ \ \ \ \ \ \
| * | | | | | | subtree: fix split processing with multiple subtrees presentZach FettersMoore2024-01-252-1/+69
* | | | | | | | Merge branch 'pb/complete-log-more'Junio C Hamano2024-02-021-1/+14
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | completion: complete missing 'git log' optionsPhilippe Blain2024-01-221-0/+2
| * | | | | | | completion: complete --encodingPhilippe Blain2024-01-221-0/+1
| * | | | | | | completion: complete --patch-with-rawPhilippe Blain2024-01-221-1/+1
| * | | | | | | completion: complete missing rev-list optionsPhilippe Blain2024-01-221-0/+10
| |/ / / / / /
* | | | | | | Merge branch 'ps/completion-with-reftable-fix'Junio C Hamano2024-01-261-6/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | completion: treat dangling symrefs as existing pseudorefsPatrick Steinhardt2024-01-161-1/+1
| * | | | | | completion: silence pseudoref existence checkPatrick Steinhardt2024-01-161-1/+1
| * | | | | | completion: improve existence check for pseudo-refsPatrick Steinhardt2024-01-161-3/+3
| * | | | | | completion: discover repo path in `__git_pseudoref_exists ()`Patrick Steinhardt2024-01-161-3/+2
* | | | | | | git-prompt: stop manually parsing HEAD with unknown ref formatsPatrick Steinhardt2024-01-081-7/+24
|/ / / / / /
* | | | | | Merge branch 'sh/completion-with-reftable'Junio C Hamano2024-01-021-5/+38
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | completion: support pseudoref existence checks for reftablesStan Hu2023-12-201-0/+23
| * | | | completion: refactor existence checks for pseudorefsStan Hu2023-12-201-5/+15
| | |/ / | |/| |
* | | | Merge branch 'en/complete-sparse-checkout'Junio C Hamano2023-12-201-3/+120
|\ \ \ \
| * | | | completion: avoid user confusion in non-cone modeElijah Newren2023-12-031-0/+89
| * | | | completion: avoid misleading completions in cone modeElijah Newren2023-12-031-0/+20
| * | | | completion: fix logic for determining whether cone mode is activeElijah Newren2023-12-031-2/+10
| * | | | completion: squelch stray errors in sparse-checkout completionElijah Newren2023-12-031-1/+1
| |/ / /
* | | | Merge branch 'tz/send-email-negatable-options'Junio C Hamano2023-12-102-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger2023-11-162-2/+2
* | | | Merge branch 'ps/ban-a-or-o-operator-with-test'Junio C Hamano2023-12-101-11/+23
|\ \ \ \
| * | | | contrib/subtree: convert subtree type check to use case statementPatrick Steinhardt2023-11-111-4/+10
| * | | | contrib/subtree: stop using `-o` to test for number of argsPatrick Steinhardt2023-11-111-5/+11