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
/
t
/
lib-credential.sh
Age
Commit message (
Expand
)
Author
2025-01-09
credential-cache: respect authtype capability
M Hickford
2024-04-16
t: add credential tests for authtype
brian m. carlson
2024-02-15
t/lib-credential: clean additional credential
Bo Anderson
2023-08-28
Merge branch 'mh/credential-libsecret-attrs'
Junio C Hamano
2023-06-16
credential/libsecret: store new attributes
M Hickford
2023-06-15
credential: erase all matching credentials
M Hickford
2023-06-15
credential: avoid erasing distinct password
M Hickford
2023-05-10
Merge branch 'mh/credential-oauth-refresh-token'
Junio C Hamano
2023-05-01
t/lib-credential.sh: ensure credential helpers handle long headers
Taylor Blau
2023-04-21
credential: new attribute oauth_refresh_token
M Hickford
2021-02-10
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
2020-04-22
Merge branch 'jk/test-cleanup'
Junio C Hamano
2020-03-27
t/lib-*.sh: drop executable bit
Jeff King
2020-03-27
t/lib-credential.sh: drop shebang line
Jeff King
2020-03-12
t/lib-credential: use test_i18ncmp to check stderr
Jeff King
2017-11-01
t0302: check helper can handle empty credentials
Jakub Bereżański
2014-09-29
t/lib-credential: use write_script
Ben Walton
2014-04-23
lib-credential.sh: use the $( ... ) construct for command substitution
Elia Pinto
2013-10-28
tests: undo special treatment of CRLF for Windows
Johannes Sixt
2012-08-16
contrib: add win32 credential-helper
Erik Faye-Lund
2012-06-25
git credential fill: output the whole 'struct credential'
Matthieu Moy
2012-06-25
add 'git credential' plumbing command
Javier Roucher Iglesias
2011-12-11
credentials: add "cache" helper
Jeff King
2011-12-11
introduce credentials API
Jeff King