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-cache.c
Age
Commit message (
Expand
)
Author
2024-11-01
Merge branch 'rj/cygwin-exit'
Taylor Blau
2024-10-18
credential-cache: treat ECONNABORTED like ECONNRESET
Ramsay Jones
2024-10-16
builtin/credential-cache: fix missing parameter for stub function
Patrick Steinhardt
2024-09-13
builtin: remove USE_THE_REPOSITORY for those without the_repository
John Cai
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-cache: fix trivial leaks
Patrick Steinhardt
2024-05-08
Merge branch 'bc/credential-scheme-enhancement'
Junio C Hamano
2024-04-16
credential: add method for querying capabilities
brian m. carlson
2024-04-03
Win32: detect unix socket support at runtime
Matthias Aßhauer
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
builtin.h: remove unneccessary includes
Elijah Newren
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
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2021-09-14
credential-cache: check for windows specific errors
Carlo Marcelo Arenas Belón
2021-07-26
Use a better name for the function interpolating paths
Johannes Schindelin
2021-03-15
unix-socket: disallow chdir() when creating unix domain sockets
Jeff Hostetler
2020-09-03
Merge branch 'jc/undash-in-tree-git-callers'
Junio C Hamano
2020-08-13
make credential helpers builtins
Jeff King