aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/credential-cache--daemon.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'bc/credential-scheme-enhancement'Junio C Hamano1-4/+18
2024-04-16credential-cache: implement authtype capabilitybrian m. carlson1-3/+17
2024-04-16credential: gate new fields on capabilitybrian m. carlson1-1/+1
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer1-0/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-15credential: erase all matching credentialsM Hickford1-6/+9
2023-06-15credential: avoid erasing distinct passwordM Hickford1-7/+7
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano1-0/+3
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford1-0/+3
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2023-02-22credential: new attribute password_expiry_utcM Hickford1-0/+3
2022-10-13doc txt & -h consistency: use "git foo" form, not "git-foo"Ævar Arnfjörð Bjarmason1-2/+2
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13doc SYNOPSIS & -h: use "-" to separate words in labels, not "_"Ævar Arnfjörð Bjarmason1-1/+1
2021-03-15unix-socket: add backlog size option to unix_stream_listen()Jeff Hostetler1-1/+2
2020-08-13make credential helpers builtinsJeff King1-0/+318