aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/credential-store.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-01builtin/credential-store: fix leaking credentialPatrick Steinhardt1-0/+1
2024-04-16credential: gate new fields on capabilitybrian m. carlson1-1/+1
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-0/+19
2023-06-15credential: avoid erasing distinct passwordM Hickford1-7/+8
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan1-0/+19
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin1-1/+1
2020-11-25crendential-store: use timeout when locking fileSimão Afonso1-2/+6
2020-08-13make credential helpers builtinsJeff King1-0/+195