summaryrefslogtreecommitdiffstats
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/fast-export-import'Junio C Hamano2019-01-041-154/+12
|\
| * fast-export: add a --show-original-ids option to show original namesElijah Newren2018-11-171-0/+12
| * fast-import: remove unmaintained duplicate documentationElijah Newren2018-11-171-154/+0
* | Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-2/+2
|/
* Merge branch 'jk/cocci'Junio C Hamano2018-09-171-5/+5
|\
| * convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-2/+2
| * convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \
| * | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
* | | treewide: use get_all_packsDerrick Stolee2018-08-201-2/+2
| |/ |/|
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-2/+4
|\|
| * commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-2/+4
* | fast-import: do not call diff_delta() with empty bufferMike Hommey2018-07-061-1/+1
|/
* Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\
| * lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
* | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-6/+10
|\ \
| * | packfile: add repository argument to unpack_entryStefan Beller2018-04-261-1/+1
| * | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-5/+9
* | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-1/+1
|\ \ \
| * | | csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-021-1/+1
* | | | Merge branch 'jm/mem-pool'Junio C Hamano2018-04-251-61/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | mem-pool: move reusable parts of memory pool into its own fileJameson Miller2018-04-121-69/+1
| * | | fast-import: introduce mem_pool typeJameson Miller2018-04-121-29/+52
| * | | fast-import: rename mem_pool type to mp_blockJameson Miller2018-04-121-10/+10
| | |/ | |/|
* | | Merge branch 'sb/packfiles-in-repository'Junio C Hamano2018-04-111-2/+1
|\ \ \
| * | | packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-1/+0
| * | | packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+1
| * | | packfile: allow install_packed_git to handle arbitrary repositoriesStefan Beller2018-03-261-1/+1
* | | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-2/+6
|\| | |
| * | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-2/+6
* | | | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-15/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-3/+3
| * | | sha1_file: convert read_object_with_reference to object_idbrian m. carlson2018-03-141-7/+8
| * | | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-5/+5
* | | | Merge branch 'rj/warning-uninitialized-fix'Junio C Hamano2018-03-211-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | -Wuninitialized: remove some 'init-self' workaroundsRamsay Jones2018-03-201-2/+2
| |/ /
* | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-8/+8
|\ \ \ | |_|/ |/| |
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-8/+8
| |/
* | csum-file: rename sha1file to hashfilebrian m. carlson2018-02-021-14/+14
* | fast-import: switch various uses of SHA-1 to the_hash_algobrian m. carlson2018-02-021-20/+22
|/
* refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-1/+1
* refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-2/+2
* Merge branch 'er/fast-import-dump-refs-on-checkpoint'Junio C Hamano2017-10-051-3/+3
|\
| * fast-import: checkpoint: dump branches/tags/marks even if object_count==0Eric Rannaud2017-09-291-3/+3
* | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-1/+1
|\ \
| * | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-1/+1
| |/
* / pack: move pack name-related functionsJonathan Tan2017-08-231-0/+1
|/
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \