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
2014-03-28
Merge branch 'jk/pack-bitmap-progress'
Junio C Hamano
1
-11
/
+19
2014-03-28
Merge branch 'jk/pack-bitmap'
Junio C Hamano
1
-1
/
+11
2014-03-21
Merge branch 'nd/upload-pack-shallow'
Junio C Hamano
1
-0
/
+10
2014-03-18
Merge branch 'sh/finish-tmp-packfile'
Junio C Hamano
1
-9
/
+6
2014-03-18
Merge branch 'dd/use-alloc-grow'
Junio C Hamano
1
-6
/
+3
2014-03-17
pack-objects: turn off bitmaps when skipping objects
Jeff King
1
-1
/
+11
2014-03-17
pack-objects: show reused packfile objects in "Counting objects"
Jeff King
1
-8
/
+3
2014-03-17
pack-objects: show progress for reused packfiles
Jeff King
1
-3
/
+16
2014-03-14
Merge branch 'sh/write-pack-file-warning-message-fix'
Junio C Hamano
1
-1
/
+1
2014-03-14
Merge branch 'mh/replace-refs-variable-rename'
Junio C Hamano
1
-1
/
+1
2014-03-14
Merge branch 'nd/i18n-progress'
Junio C Hamano
1
-3
/
+3
2014-03-11
upload-pack: send shallow info over stdin to pack-objects
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2014-03-03
builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()
Dmitry S. Dolzhenko
1
-6
/
+3
2014-03-03
finish_tmp_packfile():use strbuf for pathname construction
Sun He
1
-9
/
+6
2014-03-03
Merge branch 'sh/write-pack-file-warning-message-fix' into sh/finish-tmp-pack...
Junio C Hamano
1
-1
/
+1
2014-03-03
write_pack_file: use correct variable in diagnostic
Sun He
1
-1
/
+1
2014-02-27
Merge branch 'jk/pack-bitmap'
Junio C Hamano
1
-170
/
+281
2014-02-24
i18n: mark all progress lines for translation
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2014-02-20
rename read_replace_refs to check_replace_refs
Michael Haggerty
1
-1
/
+1
2013-12-30
pack-bitmap: implement optional name_hash cache
Vicent Marti
1
-1
/
+9
2013-12-30
pack-objects: implement bitmap writing
Vicent Marti
1
-0
/
+53
2013-12-30
pack-objects: use bitmaps when packing objects
Vicent Marti
1
-0
/
+107
2013-12-30
pack-objects: split add_object_entry
Jeff King
1
-20
/
+78
2013-12-26
do not pretend sha1write returns errors
Jeff King
1
-2
/
+0
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-1
/
+1
2013-10-24
pack-objects: factor out name_hash
Vicent Marti
1
-22
/
+2
2013-10-24
pack-objects: refactor the packing list
Vicent Marti
1
-135
/
+40
2013-10-23
Merge branch 'jc/pack-objects'
Junio C Hamano
1
-11
/
+12
2013-09-20
Merge branch 'nd/fetch-into-shallow'
Junio C Hamano
1
-1
/
+1
2013-08-28
list-objects: reduce one argument in mark_edges_uninteresting
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-08-02
Don't close pack fd when free'ing pack windows
Brandon Casey
1
-1
/
+1
2013-02-04
pack-objects: shrink struct object_entry
Junio C Hamano
1
-11
/
+12
2012-10-25
Merge branch 'jk/peel-ref'
Jeff King
1
-1
/
+0
2012-10-04
peel_ref: do not return a null sha1
Jeff King
1
-1
/
+0
2012-08-20
i18n: pack-objects: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
1
-32
/
+32
2012-07-22
Merge branch 'jc/sha1-name-more'
Junio C Hamano
1
-1
/
+1
2012-07-09
revision.c: allow handle_revision_arg() to take other flags
Junio C Hamano
1
-1
/
+1
2012-05-29
pack-objects: use streaming interface for reading large loose blobs
Nguyễn Thái Ngọc Duy
1
-6
/
+67
2012-05-18
pack-objects: refactor write_object() into helper functions
Nguyễn Thái Ngọc Duy
1
-150
/
+172
2012-05-18
pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-04-11
gc: do not explode objects which will be immediately pruned
Jeff King
1
-2
/
+23
2012-02-26
pack-objects: Fix compilation with NO_PTHREDS
Michał Kiedrowicz
1
-1
/
+1
2012-02-01
pack-objects: convert to use parse_options()
Nguyễn Thái Ngọc Duy
1
-176
/
+139
2012-02-01
pack-objects: remove bogus comment
Nguyễn Thái Ngọc Duy
1
-14
/
+1
2012-02-01
pack-objects: do not accept "--index-version=version,"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-01-12
Merge branch 'maint'
Junio C Hamano
1
-2
/
+7
2012-01-12
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
1
-2
/
+7
2012-01-12
Merge branch 'maint-1.7.6' into maint-1.7.7
Junio C Hamano
1
-2
/
+7
2012-01-12
thin-pack: try harder to use preferred base objects as base
Jeff King
1
-2
/
+7
2011-12-16
Merge branch 'jc/stream-to-pack'
Junio C Hamano
1
-44
/
+18
[next]