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
2018-06-29
tag: add repository argument to lookup_tag
Stefan Beller
1
-1
/
+1
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-3
/
+3
2018-06-01
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
1
-12
/
+12
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-15
/
+17
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-2
/
+2
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
1
-12
/
+12
2018-05-23
Merge branch 'nd/pack-unreachable-objects-doc'
Junio C Hamano
1
-0
/
+2
2018-05-23
Merge branch 'nd/pack-objects-pack-struct'
Junio C Hamano
1
-128
/
+241
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-4
/
+7
2018-05-23
Merge branch 'nd/repack-keep-pack'
Junio C Hamano
1
-20
/
+63
2018-05-18
shallow: add repository argument to is_repository_shallow
Stefan Beller
1
-2
/
+2
2018-05-18
shallow: add repository argument to register_shallow
Stefan Beller
1
-1
/
+1
2018-05-08
Merge branch 'ds/commit-graph'
Junio C Hamano
1
-3
/
+3
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-2
/
+2
2018-05-06
pack-objects: validation and documentation about unreachable options
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-05-02
pack-objects: abstract away hash algorithm
brian m. carlson
1
-14
/
+16
2018-05-02
sha1-file: convert freshen functions to object_id
brian m. carlson
1
-1
/
+1
2018-04-26
packfile: add repository argument to packed_object_info
Jonathan Nieder
1
-1
/
+2
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-3
/
+5
2018-04-16
pack-objects: show some progress when counting kept objects
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2018-04-16
gc --auto: exclude base pack if not enough mem to "repack -ad"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-04-16
repack: add --keep-pack option
Nguyễn Thái Ngọc Duy
1
-13
/
+50
2018-04-16
pack-objects: shrink delta_size field in struct object_entry
Nguyễn Thái Ngọc Duy
1
-10
/
+16
2018-04-16
pack-objects: shrink size field in struct object_entry
Nguyễn Thái Ngọc Duy
1
-25
/
+80
2018-04-16
pack-objects: clarify the use of object_entry::size
Nguyễn Thái Ngọc Duy
1
-3
/
+8
2018-04-16
pack-objects: don't check size when the object is bad
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-04-16
pack-objects: shrink z_delta_size field in struct object_entry
Nguyễn Thái Ngọc Duy
1
-6
/
+18
2018-04-16
pack-objects: refer to delta objects by index instead of pointer
Nguyễn Thái Ngọc Duy
1
-54
/
+63
2018-04-16
pack-objects: move in_pack out of struct object_entry
Nguyễn Thái Ngọc Duy
1
-11
/
+17
2018-04-16
pack-objects: move in_pack_pos out of struct object_entry
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-04-16
pack-objects: use bitfield for object_entry::depth
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2018-04-16
pack-objects: use bitfield for object_entry::dfs_state
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2018-04-16
pack-objects: turn type and in_pack_type to bitfields
Nguyễn Thái Ngọc Duy
1
-24
/
+35
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
1
-1
/
+0
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-9
/
+12
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-16
/
+11
2018-04-02
csum-file: refactor finalize_hashfile() method
Derrick Stolee
1
-2
/
+2
2018-04-02
csum-file: rename hashclose() to finalize_hashfile()
Derrick Stolee
1
-3
/
+3
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
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-9
/
+12
2018-03-14
Merge branch 'nd/object-allocation-comments'
Junio C Hamano
1
-0
/
+1
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-10
/
+6
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
1
-1
/
+1
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-4
/
+3
2018-03-14
streaming: convert open_istream to use struct object_id
brian m. carlson
1
-1
/
+1
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-4
/
+4
2018-03-06
object.h: update flag allocation comment
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-02-15
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-26
/
+26
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-1
/
+1
[next]