summaryrefslogtreecommitdiffstats
path: root/builtin/credential-store.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* builtin/credential-store: fix leaking credentialPatrick Steinhardt2024-08-011-0/+1
* credential: gate new fields on capabilitybrian m. carlson2024-04-171-1/+1
* Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-0/+19
|\
| * credential-store: move related functions to credential-store fileCalvin Wan2023-06-121-0/+19
* | credential: avoid erasing distinct passwordM Hickford2023-06-151-7/+8
|/
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* Use a better name for the function interpolating pathsJohannes Schindelin2021-07-261-1/+1
* crendential-store: use timeout when locking fileSimão Afonso2020-11-251-2/+6
* make credential helpers builtinsJeff King2020-08-131-0/+195