summaryrefslogtreecommitdiff
path: root/builtin/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-8/+9
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\ \ \ | |/ /
| * | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-8/+9
|\ \ \ | | |/ | |/|
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+4
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
* | | fast-import: fix file access when run from subdirJeff King2023-03-281-2/+8
| |/ |/|
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+1
|\ \
| * | mark unused parameters in signal handlersJeff King2023-02-241-1/+1
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-1/+1
|\
| * core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-1/+1
* | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-6/+6
|\ \ | |/ |/|
| * object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason2022-02-251-3/+3
| * object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason2022-02-251-3/+3
* | Merge branch 'ab/c99-designated-initializers'Junio C Hamano2022-03-061-4/+10
|\ \
| * | fast-import.c: use designated initializers for "partial" struct assignmentsÆvar Arnfjörð Bjarmason2022-02-241-4/+10
| |/
* | date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
|/
* usage.c API users: use die_message() for "fatal :" + exit 128Ævar Arnfjörð Bjarmason2021-12-071-5/+7
* Use the final_oid_fn to finalize hashing of object IDsbrian m. carlson2021-04-271-2/+2
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-2/+2
* use CALLOC_ARRAYRené Scharfe2021-03-131-4/+4
* Merge branch 'jk/fast-import-marks-cleanup'Junio C Hamano2020-11-021-1/+0
|\
| * fast-import: remove duplicated option-parsing lineJeff King2020-10-161-1/+0
* | fast-import: fix over-allocation of marks storageJeff King2020-10-151-14/+17
|/
* fast-import: use write_pack_header()René Scharfe2020-09-061-7/+1
* Merge branch 'jk/slimmed-down'Junio C Hamano2020-09-031-10/+2
* make git-fast-import a builtinJeff King2020-08-131-0/+3648