summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
8 daysMerge branch 'ba/osxkeychain-updates'Junio C Hamano
9 daysMerge branch 'rs/apply-lift-path-length-limit'Junio C Hamano
2024-04-10Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano
2024-04-05path: remove mksnpath()René Scharfe
2024-04-01osxkeychain: store new attributesBo Anderson
2024-04-01osxkeychain: erase matching passwords onlyBo Anderson
2024-04-01osxkeychain: erase all matching credentialsBo Anderson
2024-04-01osxkeychain: replace deprecated SecKeychain APIBo Anderson
2024-04-01completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä
2024-04-01completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä
2024-03-28Merge branch 'jk/drop-hg-to-git'Junio C Hamano
2024-03-20contrib: drop hg-to-git scriptJeff King
2024-03-16contrib/coverage-diff: avoid redundant pipelinesBeat Bolli
2024-03-16contrib/subtree/t: avoid redundant use of catBeat Bolli
2024-03-14Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano
2024-03-14Merge branch 'rj/complete-reflog'Junio C Hamano
2024-03-03completion: reflog subcommands and optionsRubén Justo
2024-03-03completion: factor out __git_resolve_builtinsRubén Justo
2024-03-03completion: introduce __git_find_subcommandRubén Justo
2024-03-03completion: reflog show <log-options>Rubén Justo
2024-03-03completion: reflog with implicit "show"Rubén Justo
2024-02-28Merge branch 'mh/libsecret-empty-password-fix'Junio C Hamano
2024-02-28Merge branch 'bb/completion-no-grep-into-awk'Junio C Hamano
2024-02-27completion: fix __git_complete_worktree_pathsRubén Justo
2024-02-27Merge branch 'rs/use-xstrncmpz'Junio C Hamano
2024-02-27Merge branch 'ps/reftable-backend'Junio C Hamano
2024-02-19libsecret: retrieve empty passwordM Hickford
2024-02-16completion: use awk for filtering the config entriesBeat Bolli
2024-02-14Merge branch 'pb/complete-config'Junio C Hamano
2024-02-12Merge branch 'bk/complete-bisect'Junio C Hamano
2024-02-12completion: add and use __git_compute_second_level_config_vars_for_sectionPhilippe Blain
2024-02-12completion: add and use __git_compute_first_level_config_vars_for_sectionPhilippe Blain
2024-02-12completion: complete 'submodule.*' config variablesPhilippe Blain
2024-02-12completion: add space after config variable names also in Bash 3Philippe Blain
2024-02-12use xstrncmpz()René Scharfe
2024-02-09Merge branch 'sh/completion-with-reftable' into maint-2.43Junio C Hamano
2024-02-09Merge branch 'tz/send-email-negatable-options' into maint-2.43Junio C Hamano
2024-02-08Merge branch 'mh/credential-oauth-refresh-token-with-wincred'Junio C Hamano
2024-02-07refs: introduce reftable backendPatrick Steinhardt
2024-02-06completion: bisect: recognize but do not complete view subcommandBritton Leo Kerin
2024-02-06completion: bisect: complete log opts for visualize subcommandBritton Leo Kerin
2024-02-06completion: new function __git_complete_log_optsBritton Leo Kerin
2024-02-06completion: bisect: complete missing --first-parent and - -no-checkout optionsBritton Leo Kerin
2024-02-06completion: bisect: complete custom terms and related optionsBritton Leo Kerin
2024-02-06completion: bisect: complete bad, new, old, and help subcommandsBritton Leo Kerin
2024-02-02Merge branch 'zf/subtree-split-fix'Junio C Hamano
2024-02-02Merge branch 'pb/complete-log-more'Junio C Hamano
2024-01-29credential/wincred: store oauth_refresh_tokenM Hickford
2024-01-26Merge branch 'ps/completion-with-reftable-fix'Junio C Hamano
2024-01-25subtree: fix split processing with multiple subtrees presentZach FettersMoore