aboutsummaryrefslogtreecommitdiff
path: root/builtin/credential-store.c
AgeCommit message (Expand)Author
2026-01-12builtin/credential-store: move is_rfc3986_unreserved to url.[ch]Adrian Ratiu
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-01builtin/credential-store: fix leaking credentialPatrick Steinhardt
2024-04-16credential: gate new fields on capabilitybrian m. carlson
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-06-15credential: avoid erasing distinct passwordM Hickford
2023-06-12credential-store: move related functions to credential-store fileCalvin Wan
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin
2020-11-25crendential-store: use timeout when locking fileSimão Afonso
2020-08-13make credential helpers builtinsJeff King