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-store.c
Age
Commit message (
Expand
)
Author
2026-01-12
builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
Adrian Ratiu
2025-07-23
config: drop `git_config_get_int()` wrapper
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-08-01
builtin/credential-store: fix leaking credential
Patrick Steinhardt
2024-04-16
credential: gate new fields on capability
brian m. carlson
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
2023-06-15
credential: avoid erasing distinct password
M Hickford
2023-06-12
credential-store: move related functions to credential-store file
Calvin Wan
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2021-07-26
Use a better name for the function interpolating paths
Johannes Schindelin
2020-11-25
crendential-store: use timeout when locking file
Simão Afonso
2020-08-13
make credential helpers builtins
Jeff King