index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
index-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/commit-buffer-length'
Junio C Hamano
2014-07-02
1
-1
/
+2
|
\
|
*
commit: record buffer length in cache
Jeff King
2014-06-13
1
-1
/
+1
|
*
provide a helper to free commit buffer
Jeff King
2014-06-13
1
-1
/
+2
*
|
Merge branch 'jk/index-pack-report-missing'
Junio C Hamano
2014-06-06
1
-2
/
+7
|
\
\
|
*
|
index-pack: distinguish missing objects from type errors
Jeff King
2014-05-12
1
-2
/
+7
|
*
|
Merge branch 'nd/index-pack-error-message' into maint
Junio C Hamano
2014-04-03
1
-2
/
+2
|
|
\
\
*
|
\
\
Merge branch 'nd/index-pack-one-fd-per-thread'
Junio C Hamano
2014-06-03
1
-10
/
+17
|
\
\
\
\
|
*
|
|
|
index-pack: work around thread-unsafe pread()
Nguyễn Thái Ngọc Duy
2014-04-16
1
-10
/
+17
|
|
/
/
/
*
|
|
|
Merge branch 'ym/fix-opportunistic-index-update-race'
Junio C Hamano
2014-06-03
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
wrapper.c: add xpread() similar to xread()
Yiannis Marangos
2014-04-10
1
-1
/
+1
*
|
|
|
Merge branch 'nd/index-pack-error-message'
Junio C Hamano
2014-03-25
1
-2
/
+2
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
index-pack: report error using the correct variable
Junio C Hamano
2014-03-17
1
-2
/
+2
|
|
/
/
*
|
/
rename read_replace_refs to check_replace_refs
Michael Haggerty
2014-02-20
1
-1
/
+1
|
|
/
|
/
|
*
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-4
/
+4
|
/
*
Merge branch 'jk/free-tree-buffer'
Junio C Hamano
2013-09-17
1
-0
/
+1
|
\
|
*
clear parsed flag when we free tree buffers
Jeff King
2013-06-06
1
-0
/
+1
*
|
clone: open a shortcut for connectivity check
Nguyễn Thái Ngọc Duy
2013-05-28
1
-9
/
+26
*
|
index-pack: remove dead code (it should never happen)
Nguyễn Thái Ngọc Duy
2013-05-28
1
-2
/
+1
|
/
*
Merge branch 'nd/index-pack-threaded-fixes'
Junio C Hamano
2013-04-01
1
-8
/
+26
|
\
|
*
index-pack: guard nr_resolved_deltas reads by lock
Thomas Rast
2013-03-19
1
-1
/
+3
|
*
index-pack: protect deepest_delta in multithread code
Nguyễn Thái Ngọc Duy
2013-03-19
1
-7
/
+23
*
|
Merge branch 'jk/index-pack-correct-depth-fix'
Junio C Hamano
2013-04-01
1
-0
/
+2
|
\
\
|
*
|
index-pack: always zero-initialize object_entry list
Jeff King
2013-03-20
1
-0
/
+2
|
|
/
*
|
index-pack: fix buffer overflow caused by translations
Nguyễn Thái Ngọc Duy
2013-03-17
1
-4
/
+5
*
|
i18n: mark more index-pack strings for translation
Nguyễn Thái Ngọc Duy
2012-08-31
1
-10
/
+11
|
/
*
Merge branch 'jk/index-pack-streaming-fix'
Junio C Hamano
2012-07-16
1
-10
/
+13
|
\
|
*
index-pack: loop while inflating objects in unpack_data
Jeff King
2012-07-11
1
-10
/
+13
*
|
Merge branch 'rj/platform-pread-may-be-thread-unsafe'
Junio C Hamano
2012-07-09
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
index-pack: Disable threading on cygwin
Junio C Hamano
2012-06-26
1
-2
/
+2
*
|
index-pack: use streaming interface for collision test on large blobs
Nguyễn Thái Ngọc Duy
2012-05-24
1
-5
/
+77
*
|
index-pack: factor out unpack core from get_data_from_pack
Nguyễn Thái Ngọc Duy
2012-05-23
1
-3
/
+24
*
|
index-pack: use streaming interface on large blobs (most of the time)
Nguyễn Thái Ngọc Duy
2012-05-23
1
-8
/
+44
*
|
index-pack: hash non-delta objects while reading from stream
Nguyễn Thái Ngọc Duy
2012-05-23
1
-11
/
+30
|
/
*
Merge branch 'nd/threaded-index-pack'
Junio C Hamano
2012-05-14
1
-66
/
+275
|
\
|
*
index-pack: disable threading if NO_PREAD is defined
Nguyễn Thái Ngọc Duy
2012-05-08
1
-0
/
+5
|
*
index-pack: support multithreaded delta resolving
Nguyễn Thái Ngọc Duy
2012-05-08
1
-11
/
+193
|
*
index-pack: restructure pack processing into three main functions
Nguyễn Thái Ngọc Duy
2012-05-08
1
-53
/
+75
*
|
i18n: index-pack: mark strings for translation
Nguyễn Thái Ngọc Duy
2012-04-24
1
-57
/
+68
|
/
*
index-pack: eliminate unlimited recursion in get_base_data()
Nguyễn Thái Ngọc Duy
2012-01-16
1
-9
/
+44
*
index-pack: eliminate recursion in find_unresolved_deltas
Nguyễn Thái Ngọc Duy
2012-01-16
1
-41
/
+70
*
Appease Sun Studio by renaming "tmpfile"
Ævar Arnfjörð Bjarmason
2011-12-21
1
-3
/
+3
*
receive-pack, fetch-pack: reject bogus pack that records objects twice
Junio C Hamano
2011-11-17
1
-1
/
+3
*
Merge branch 'jc/index-pack'
Junio C Hamano
2011-07-19
1
-42
/
+208
|
\
|
*
index-pack: show histogram when emulating "verify-pack -v"
Junio C Hamano
2011-06-06
1
-3
/
+23
|
*
index-pack: start learning to emulate "verify-pack -v"
Junio C Hamano
2011-06-06
1
-3
/
+40
|
*
index-pack: a miniscule refactor
Junio C Hamano
2011-06-06
1
-3
/
+8
|
*
index-pack --verify: read anomalous offsets from v2 idx file
Junio C Hamano
2011-02-28
1
-0
/
+48
|
*
index-pack: --verify
Junio C Hamano
2011-02-28
1
-6
/
+40
|
*
write_idx_file: introduce a struct to hold idx customization options
Junio C Hamano
2011-02-28
1
-10
/
+13
|
*
index-pack: group the delta-base array entries also by type
Junio C Hamano
2011-02-28
1
-21
/
+40
[next]