summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* 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() privatesb/packfiles-in-repositoryNguyễ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==0er/fast-import-dump-refs-on-checkpointEric 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
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Merge branch 'mh/fast-import-raise-default-depth'Junio C Hamano2017-06-221-1/+1
|\ \ \ | |_|/ |/| |
| * | fast-import: increase the default pack depth to 50mh/fast-import-raise-default-depthMike Hommey2017-06-121-1/+1
* | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-3/+1
|\ \ \ | |/ / |/| |
| * | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-3/+1
| |/
* | pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-15/+15
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
* | fast-import: convert to struct object_idbrian m. carlson2017-05-081-158/+159
* | fast-import: convert internal structs to struct object_idbrian m. carlson2017-05-021-86/+96
|/
* Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-261-1/+1
|\
| * replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2017-04-201-1/+1
* | odb_mkstemp: write filename into strbufJeff King2017-03-281-4/+5
* | Merge branch 'jk/fast-import-cleanup'Junio C Hamano2017-03-281-9/+7
|\ \
| * | encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-241-5/+5
| * | fast-import: use xsnprintf for formatting headersJeff King2017-03-241-3/+1
| * | fast-import: use xsnprintf for writing sha1sJeff King2017-03-241-1/+1
* | | Merge branch 'jk/pack-name-cleanups'Junio C Hamano2017-03-211-13/+13
|\ \ \ | | |/ | |/|
| * | replace snprintf with odb_pack_name()Jeff King2017-03-161-15/+13