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-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-5
/
+5
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-0
/
+1
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-2
/
+2
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-3
/
+3
2018-08-20
treewide: use get_all_packs
Derrick Stolee
1
-2
/
+2
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-2
/
+4
2018-07-20
commit.h: remove method declarations
Derrick Stolee
1
-0
/
+1
2018-07-06
fast-import: do not call diff_delta() with empty buffer
Mike Hommey
1
-1
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-2
/
+4
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-6
/
+10
2018-05-10
lock_file: make function-local locks non-static
Martin Ågren
1
-1
/
+1
2018-05-08
Merge branch 'ds/commit-graph'
Junio C Hamano
1
-1
/
+1
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-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
[next]