| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: drop `git_config_get_bool()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: move `safe_create_leading_directories()` into "path.c" | Patrick Steinhardt | 1 | -2/+2 |
| 2025-01-28 | Merge branch 'mh/credential-cache-authtype-request-fix' | Junio C Hamano | 1 | -2/+2 |
| 2025-01-09 | credential-cache: respect authtype capability | M Hickford | 1 | -2/+2 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -2/+8 |
| 2024-05-08 | Merge branch 'bc/credential-scheme-enhancement' | Junio C Hamano | 1 | -4/+18 |
| 2024-04-16 | credential-cache: implement authtype capability | brian m. carlson | 1 | -3/+17 |
| 2024-04-16 | credential: gate new fields on capability | brian m. carlson | 1 | -1/+1 |
| 2024-04-03 | Win32: detect unix socket support at runtime | Matthias Aßhauer | 1 | -0/+2 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-15 | credential: erase all matching credentials | M Hickford | 1 | -6/+9 |
| 2023-06-15 | credential: avoid erasing distinct password | M Hickford | 1 | -7/+7 |
| 2023-05-10 | Merge branch 'mh/credential-oauth-refresh-token' | Junio C Hamano | 1 | -0/+3 |
| 2023-04-21 | credential: new attribute oauth_refresh_token | M Hickford | 1 | -0/+3 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-22 | credential: new attribute password_expiry_utc | M Hickford | 1 | -0/+3 |
| 2022-10-13 | doc txt & -h consistency: use "git foo" form, not "git-foo" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-10-13 | doc txt & -h consistency: add missing options and labels | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-10-13 | doc SYNOPSIS & -h: use "-" to separate words in labels, not "_" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-03-15 | unix-socket: add backlog size option to unix_stream_listen() | Jeff Hostetler | 1 | -1/+2 |
| 2020-08-13 | make credential helpers builtins | Jeff King | 1 | -0/+318 |