aboutsummaryrefslogtreecommitdiff
path: root/builtin/credential.c
AgeCommit message (Expand)Author
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano
2025-01-17oddballs: send usage() help text to standard outputJunio C Hamano
2024-12-18credential: stop using `the_repository`Patrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-05-27builtin/credential: clear credential before exitPatrick Steinhardt
2024-04-16credential: add method for querying capabilitiesbrian m. carlson
2024-04-16credential: add support for multistage credential roundsbrian m. carlson
2024-04-16credential: gate new fields on capabilitybrian m. carlson
2023-03-28builtins: mark unused prefix parametersJeff King
2021-10-28doc: fix git credential synopsisJean-Noël Avila
2020-10-16credential: load default configThomas Koutcher
2017-05-30credential: handle invalid arguments earlierJeff King
2012-06-25git credential fill: output the whole 'struct credential'Matthieu Moy
2012-06-25add 'git credential' plumbing commandJavier Roucher Iglesias