summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ba/osxkeychain-updates'Junio C Hamano2024-04-162-69/+310
|\
| * osxkeychain: store new attributesBo Anderson2024-04-021-6/+62
| * osxkeychain: erase matching passwords onlyBo Anderson2024-04-021-1/+55
| * osxkeychain: erase all matching credentialsBo Anderson2024-04-021-1/+2
| * osxkeychain: replace deprecated SecKeychain APIBo Anderson2024-04-022-69/+199
* | Merge branch 'rs/apply-lift-path-length-limit'Junio C Hamano2024-04-151-1/+0
|\ \
| * | path: remove mksnpath()René Scharfe2024-04-051-1/+0
* | | Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano2024-04-101-2/+2
|\ \ \ | |_|/ |/| |
| * | completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä2024-04-011-1/+1
| * | completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä2024-04-011-1/+1
| |/
* | Merge branch 'jk/drop-hg-to-git'Junio C Hamano2024-03-282-275/+0
|\ \
| * | contrib: drop hg-to-git scriptJeff King2024-03-202-275/+0
| |/
* | contrib/coverage-diff: avoid redundant pipelinesBeat Bolli2024-03-161-7/+2
* | contrib/subtree/t: avoid redundant use of catBeat Bolli2024-03-161-1/+1
* | Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano2024-03-141-1/+1
|\ \
| * | completion: fix __git_complete_worktree_pathsRubén Justo2024-02-271-1/+1
| |/
* | Merge branch 'rj/complete-reflog'Junio C Hamano2024-03-141-12/+68
|\ \
| * | completion: reflog subcommands and optionsRubén Justo2024-03-031-2/+10
| * | completion: factor out __git_resolve_builtinsRubén Justo2024-03-031-6/+25
| * | completion: introduce __git_find_subcommandRubén Justo2024-03-031-0/+20
| * | completion: reflog show <log-options>Rubén Justo2024-03-031-0/+10
| * | completion: reflog with implicit "show"Rubén Justo2024-03-031-5/+4
* | | 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