Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 2023-07-05 | 1 | -1/+0 |
* | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 2023-04-24 | 1 | -0/+1 |
* | csum-file.h: remove unnecessary inclusion of cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
* | treewide: be explicit about dependence on gettext.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
* | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 2023-02-24 | 1 | -1/+2 |
* | chunk-format.h: extract oid_version() | Taylor Blau | 2022-05-27 | 1 | -0/+12 |
* | csum-file.h: increase hashfile buffer size | Derrick Stolee | 2021-05-19 | 1 | -4/+8 |
* | chunk-format: restore duplicate chunk checks | Derrick Stolee | 2021-02-18 | 1 | -0/+9 |
* | chunk-format: create read chunk API | Derrick Stolee | 2021-02-18 | 1 | -0/+80 |
* | chunk-format: create chunk format write API | Derrick Stolee | 2021-02-18 | 1 | -0/+90 |