summaryrefslogtreecommitdiff
path: root/builtin/credential-cache--daemon.c
AgeCommit message (Expand)Author
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