summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorLines
2024-02-27Merge branch 'mh/libsecret-empty-password-fix'Junio C Hamano-0/+3
2024-02-27Merge branch 'bb/completion-no-grep-into-awk'Junio C Hamano-2/+4
2024-02-26Merge branch 'rs/use-xstrncmpz'Junio C Hamano-0/+28
2024-02-26Merge branch 'ps/reftable-backend'Junio C Hamano-1/+1
2024-02-19libsecret: retrieve empty passwordM Hickford-0/+3
2024-02-16completion: use awk for filtering the config entriesBeat Bolli-2/+4
2024-02-14Merge branch 'pb/complete-config'Junio C Hamano-44/+46
2024-02-12Merge branch 'bk/complete-bisect'Junio C Hamano-7/+58
2024-02-12completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain-50/+21
2024-02-12completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain-3/+21
2024-02-12completion: complete 'submodule.*' config variablesPhilippe Blain-0/+13
2024-02-12completion: add space after config variable names also in Bash 3Philippe Blain-3/+3
2024-02-12use xstrncmpz()René Scharfe-0/+28
2024-02-08Merge branch 'sh/completion-with-reftable' into maint-2.43Junio C Hamano-5/+38
2024-02-08Merge branch 'tz/send-email-negatable-options' into maint-2.43Junio C Hamano-2/+2
2024-02-08Merge branch 'mh/credential-oauth-refresh-token-with-wincred'Junio C Hamano-6/+40
2024-02-07refs: introduce reftable backendPatrick Steinhardt-1/+1
2024-02-06completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin-4/+11
2024-02-06completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin-0/+4
2024-02-06completion: new function __git_complete_log_optsBritton Leo Kerin-3/+15
2024-02-06completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin-1/+1
2024-02-06completion: bisect: complete custom terms and related optionsBritton Leo Kerin-2/+30
2024-02-06completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin-2/+2
2024-02-02Merge branch 'zf/subtree-split-fix'Junio C Hamano-1/+69
2024-02-02Merge branch 'pb/complete-log-more'Junio C Hamano-1/+14
2024-01-29credential/wincred: store oauth_refresh_tokenM Hickford-6/+40
2024-01-26Merge branch 'ps/completion-with-reftable-fix'Junio C Hamano-6/+5
2024-01-25subtree: fix split processing with multiple subtrees presentZach FettersMoore-1/+69
2024-01-22completion: complete missing 'git log' optionsPhilippe Blain-0/+2
2024-01-22completion: complete --encodingPhilippe Blain-0/+1
2024-01-22completion: complete --patch-with-rawPhilippe Blain-1/+1
2024-01-22completion: complete missing rev-list optionsPhilippe Blain-0/+10
2024-01-16completion: treat dangling symrefs as existing pseudorefsPatrick Steinhardt-1/+1
2024-01-16completion: silence pseudoref existence checkPatrick Steinhardt-1/+1
2024-01-16completion: improve existence check for pseudo-refsPatrick Steinhardt-3/+3
2024-01-16completion: discover repo path in `__git_pseudoref_exists ()`Patrick Steinhardt-3/+2
2024-01-08git-prompt: stop manually parsing HEAD with unknown ref formatsPatrick Steinhardt-7/+24
2024-01-02Merge branch 'sh/completion-with-reftable'Junio C Hamano-5/+38
2023-12-20Merge branch 'en/complete-sparse-checkout'Junio C Hamano-3/+120
2023-12-19completion: support pseudoref existence checks for reftablesStan Hu-0/+23
2023-12-19completion: refactor existence checks for pseudorefsStan Hu-5/+15
2023-12-09Merge branch 'tz/send-email-negatable-options'Junio C Hamano-2/+2
2023-12-09Merge branch 'ps/ban-a-or-o-operator-with-test'Junio C Hamano-11/+23
2023-12-09Merge branch 'js/doc-unit-tests-with-cmake'Junio C Hamano-4/+34
2023-12-03completion: avoid user confusion in non-cone modeElijah Newren-0/+89
2023-12-03completion: avoid misleading completions in cone modeElijah Newren-0/+20
2023-12-03completion: fix logic for determining whether cone mode is activeElijah Newren-2/+10
2023-12-03completion: squelch stray errors in sparse-checkout completionElijah Newren-1/+1
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger-2/+2
2023-11-11contrib/subtree: convert subtree type check to use case statementPatrick Steinhardt-4/+10