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
/
builtin
/
pack-objects.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-11
Merge branch 'rs/pack-objects-pbase-cleanup'
Junio C Hamano
1
-1
/
+1
2017-07-20
pack-objects: remove unnecessary NULL check
René Scharfe
1
-1
/
+1
2017-07-17
use MOVE_ARRAY
René Scharfe
1
-3
/
+2
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-8
/
+4
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-8
/
+4
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-04
Merge branch 'jk/disable-pack-reuse-when-broken' into maint
Junio C Hamano
1
-1
/
+5
2017-06-02
Merge branch 'ab/grep-preparatory-cleanup'
Junio C Hamano
1
-1
/
+3
2017-05-29
Merge branch 'jk/disable-pack-reuse-when-broken'
Junio C Hamano
1
-1
/
+5
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-30
/
+41
2017-05-26
pack-objects: fix buggy warning about threads
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2017-05-09
pack-objects: disable pack reuse for object-selection options
Jeff King
1
-1
/
+5
2017-05-08
Convert lookup_tag to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
1
-26
/
+37
2017-05-08
shallow: convert shallow registration functions to object_id
brian m. carlson
1
-3
/
+3
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-2
/
+2
2017-04-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-12
/
+12
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-5
/
+5
2017-03-31
Convert sha1_array_lookup to take struct object_id
brian m. carlson
1
-1
/
+1
2017-03-31
Convert remaining callers of sha1_array_lookup to object_id
brian m. carlson
1
-8
/
+8
2017-03-31
Make sha1_array_append take a struct object_id *
brian m. carlson
1
-2
/
+2
2017-03-28
Merge branch 'jk/fast-import-cleanup'
Junio C Hamano
1
-4
/
+8
2017-03-24
pack.h: define largest possible encoded object size
Jeff King
1
-2
/
+4
2017-03-24
encode_in_pack_object_header: respect output buffer length
Jeff King
1
-2
/
+4
2017-03-17
Merge branch 'bc/object-id'
Junio C Hamano
1
-3
/
+3
2017-02-27
Merge branch 'bw/attr'
Junio C Hamano
1
-14
/
+5
2017-02-27
Merge branch 'jk/delta-chain-limit'
Junio C Hamano
1
-23
/
+110
2017-02-22
Convert object iteration callbacks to struct object_id
brian m. carlson
1
-3
/
+3
2017-02-01
attr: convert git_check_attrs() callers to use the new API
Junio C Hamano
1
-14
/
+5
2017-02-01
attr: rename function and struct related to checking attributes
Junio C Hamano
1
-3
/
+3
2017-01-27
pack-objects: convert recursion to iteration in break_delta_chain()
Jeff King
1
-30
/
+99
2017-01-27
pack-objects: enforce --depth limit in reused deltas
Jeff King
1
-0
/
+18
2016-11-15
compression: unify pack.compression configuration parsing
Junio C Hamano
1
-14
/
+0
2016-10-25
sha1_file: rename git_open_noatime() to git_open()
Lars Schneider
1
-1
/
+1
2016-10-10
Merge branch 'jk/pack-objects-optim-mru'
Junio C Hamano
1
-2
/
+90
2016-09-29
use QSORT
René Scharfe
1
-4
/
+3
2016-09-21
Merge branch 'ks/pack-objects-bitmap'
Junio C Hamano
1
-40
/
+88
2016-09-15
Merge branch 'jk/pack-tag-of-tag'
Junio C Hamano
1
-1
/
+30
2016-09-12
pack-objects: use reachability bitmap index when generating non-stdout pack
Kirill Smelkov
1
-7
/
+24
2016-09-12
pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...
Kirill Smelkov
1
-33
/
+64
2016-09-07
pack-objects: walk tag chains for --include-tag
Jeff King
1
-1
/
+30
2016-08-11
pack-objects: use mru list when iterating over packs
Jeff King
1
-3
/
+7
2016-08-11
pack-objects: break delta cycles before delta-search phase
Jeff King
1
-0
/
+84
2016-08-08
Merge branch 'jk/pack-objects-optim'
Junio C Hamano
1
-0
/
+40
2016-08-08
Merge branch 'nd/pack-ofs-4gb-limit' into maint
Junio C Hamano
1
-8
/
+9
2016-07-29
pack-objects: compute local/ignore_pack_keep early
Jeff King
1
-1
/
+25
2016-07-29
pack-objects: break out of want_object loop early
Jeff King
1
-0
/
+16
2016-07-28
Merge branch 'nd/pack-ofs-4gb-limit'
Junio C Hamano
1
-8
/
+9
2016-07-13
pack-objects: do not truncate result in-pack object size on 32-bit systems
Nguyễn Thái Ngọc Duy
1
-7
/
+8
[next]