index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fast-import.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
packfile: add repository argument to unpack_entry
Stefan Beller
1
-1
/
+1
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-5
/
+9
2018-04-25
Merge branch 'jm/mem-pool'
Junio C Hamano
1
-61
/
+16
2018-04-12
mem-pool: move reusable parts of memory pool into its own file
Jameson Miller
1
-69
/
+1
2018-04-12
fast-import: introduce mem_pool type
Jameson Miller
1
-29
/
+52
2018-04-12
fast-import: rename mem_pool type to mp_block
Jameson Miller
1
-10
/
+10
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
1
-2
/
+1
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-2
/
+6
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-15
/
+16
2018-04-02
csum-file: rename hashclose() to finalize_hashfile()
Derrick Stolee
1
-1
/
+1
2018-03-26
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
1
-1
/
+0
2018-03-26
packfile: add repository argument to prepare_packed_git
Stefan Beller
1
-1
/
+1
2018-03-26
packfile: allow install_packed_git to handle arbitrary repositories
Stefan Beller
1
-1
/
+1
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-2
/
+6
2018-03-21
Merge branch 'rj/warning-uninitialized-fix'
Junio C Hamano
1
-2
/
+2
2018-03-20
-Wuninitialized: remove some 'init-self' workarounds
Ramsay Jones
1
-2
/
+2
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-3
/
+3
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
1
-7
/
+8
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-5
/
+5
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-8
/
+8
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-8
/
+8
2018-02-02
csum-file: rename sha1file to hashfile
brian m. carlson
1
-14
/
+14
2018-02-02
fast-import: switch various uses of SHA-1 to the_hash_algo
brian m. carlson
1
-20
/
+22
2017-10-23
Merge branch 'jk/write-in-full-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
1
-2
/
+2
2017-10-05
Merge branch 'er/fast-import-dump-refs-on-checkpoint'
Junio C Hamano
1
-3
/
+3
2017-09-29
fast-import: checkpoint: dump branches/tags/marks even if object_count==0
Eric Rannaud
1
-3
/
+3
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-1
/
+1
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
1
-1
/
+1
2017-08-23
pack: move pack name-related functions
Jonathan Tan
1
-0
/
+1
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-4
/
+2
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-22
Merge branch 'mh/fast-import-raise-default-depth'
Junio C Hamano
1
-1
/
+1
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-3
/
+1
2017-06-12
fast-import: increase the default pack depth to 50
Mike Hommey
1
-1
/
+1
2017-05-26
use xfopen() in more places
Nguyễn Thái Ngọc Duy
1
-3
/
+1
2017-05-08
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
1
-15
/
+15
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-2
/
+2
2017-05-08
fast-import: convert to struct object_id
brian m. carlson
1
-158
/
+159
2017-05-02
fast-import: convert internal structs to struct object_id
brian m. carlson
1
-86
/
+96
2017-04-26
Merge branch 'jk/war-on-git-path'
Junio C Hamano
1
-1
/
+1
2017-04-20
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
1
-1
/
+1
2017-03-28
odb_mkstemp: write filename into strbuf
Jeff King
1
-4
/
+5
2017-03-28
Merge branch 'jk/fast-import-cleanup'
Junio C Hamano
1
-9
/
+7
2017-03-24
encode_in_pack_object_header: respect output buffer length
Jeff King
1
-5
/
+5
2017-03-24
fast-import: use xsnprintf for formatting headers
Jeff King
1
-3
/
+1
2017-03-24
fast-import: use xsnprintf for writing sha1s
Jeff King
1
-1
/
+1
[prev]
[next]