summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorLines
2024-08-01credential/osxkeychain: respect NUL terminator in usernameJeff King-1/+1
2024-07-12cmake: fix build of `t-oidtree`Johannes Schindelin-1/+2
2024-05-28Merge branch 'kn/osxkeychain-skip-idempotent-store'Junio C Hamano-0/+14
2024-05-28Merge branch 'ps/complete-config-w-subcommands'Junio C Hamano-11/+31
2024-05-17completion: adapt git-config(1) to complete subcommandsPatrick Steinhardt-11/+31
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano-0/+103
2024-05-15osxkeychain: state to skip unnecessary store operationsKoji Nakamaru-0/+11
2024-05-15osxkeychain: exclusive lock to serialize execution of operationsKoji Nakamaru-0/+3
2024-05-15Merge branch 'js/unit-test-suite-runner'Junio C Hamano-1/+2
2024-05-08Merge branch 'dk/zsh-git-repo-path-fix'Junio C Hamano-0/+1
2024-05-08Merge branch 'rh/complete-symbolic-ref'Junio C Hamano-3/+28
2024-05-07cocci: introduce rules to transform "refs" to pass ref storePatrick Steinhardt-0/+103
2024-05-06cmake: let `test-tool` run the unit tests, tooJohannes Schindelin-1/+2
2024-04-30completion: zsh: stop leaking local cache variableD. Ben Knoble-0/+1
2024-04-25completion: add docs on how to add subcommand completionsRoland Hieber-0/+7
2024-04-25completion: improve docs for using __git_completeRoland Hieber-3/+10
2024-04-25completion: add 'symbolic-ref'Roland Hieber-0/+11
2024-04-16Merge branch 'ba/osxkeychain-updates'Junio C Hamano-69/+310
2024-04-15Merge branch 'rs/apply-lift-path-length-limit'Junio C Hamano-1/+0
2024-04-10Merge branch 'vs/complete-with-set-u-fix'Junio C Hamano-2/+2
2024-04-05path: remove mksnpath()René Scharfe-1/+0
2024-04-01osxkeychain: store new attributesBo Anderson-6/+62
2024-04-01osxkeychain: erase matching passwords onlyBo Anderson-1/+55
2024-04-01osxkeychain: erase all matching credentialsBo Anderson-1/+2
2024-04-01osxkeychain: replace deprecated SecKeychain APIBo Anderson-69/+199
2024-04-01completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä-1/+1
2024-04-01completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä-1/+1
2024-03-28Merge branch 'jk/drop-hg-to-git'Junio C Hamano-275/+0
2024-03-20contrib: drop hg-to-git scriptJeff King-275/+0
2024-03-16contrib/coverage-diff: avoid redundant pipelinesBeat Bolli-7/+2
2024-03-16contrib/subtree/t: avoid redundant use of catBeat Bolli-1/+1
2024-03-14Merge branch 'rj/complete-worktree-paths-fix'Junio C Hamano-1/+1
2024-03-14Merge branch 'rj/complete-reflog'Junio C Hamano-12/+68
2024-03-03completion: reflog subcommands and optionsRubén Justo-2/+10
2024-03-03completion: factor out __git_resolve_builtinsRubén Justo-6/+25
2024-03-03completion: introduce __git_find_subcommandRubén Justo-0/+20
2024-03-03completion: reflog show <log-options>Rubén Justo-0/+10
2024-03-03completion: reflog with implicit "show"Rubén Justo-5/+4
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-27completion: fix __git_complete_worktree_pathsRubén Justo-1/+1
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