index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
credential.c
Age
Commit message (
Expand
)
Author
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-01-28
Merge branch 'jc/show-usage-help'
Junio C Hamano
2025-01-17
oddballs: send usage() help text to standard output
Junio C Hamano
2024-12-18
credential: stop using `the_repository`
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-05-27
builtin/credential: clear credential before exit
Patrick Steinhardt
2024-04-16
credential: add method for querying capabilities
brian m. carlson
2024-04-16
credential: add support for multistage credential rounds
brian m. carlson
2024-04-16
credential: gate new fields on capability
brian m. carlson
2023-03-28
builtins: mark unused prefix parameters
Jeff King
2021-10-28
doc: fix git credential synopsis
Jean-Noël Avila
2020-10-16
credential: load default config
Thomas Koutcher
2017-05-30
credential: handle invalid arguments earlier
Jeff King
2012-06-25
git credential fill: output the whole 'struct credential'
Matthieu Moy
2012-06-25
add 'git credential' plumbing command
Javier Roucher Iglesias