summaryrefslogtreecommitdiff
path: root/builtin/credential-cache--daemon.c
AgeCommit message (Expand)Author
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-01-28Merge branch 'mh/credential-cache-authtype-request-fix'Junio C Hamano
2025-01-09credential-cache: respect authtype capabilityM Hickford
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano
2024-04-16credential-cache: implement authtype capabilitybrian m. carlson
2024-04-16credential: gate new fields on capabilitybrian m. carlson
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-15credential: erase all matching credentialsM Hickford
2023-06-15credential: avoid erasing distinct passwordM Hickford
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano
2023-04-21credential: new attribute oauth_refresh_tokenM Hickford
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-22credential: new attribute password_expiry_utcM Hickford
2022-10-13doc txt & -h consistency: use "git foo" form, not "git-foo"Ævar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason
2022-10-13doc SYNOPSIS & -h: use "-" to separate words in labels, not "_"Ævar Arnfjörð Bjarmason
2021-03-15unix-socket: add backlog size option to unix_stream_listen()Jeff Hostetler
2020-08-13make credential helpers builtinsJeff King