Age | Commit message (Expand) | Author | Files | Lines |
2015-07-09 | Merge branch 'jc/fix-alloc-sortbuf-in-index-pack' | Junio C Hamano | 1 | -8/+8 |
2015-07-04 | index-pack: fix allocation of sorted_by_pos array | Junio C Hamano | 1 | -8/+8 |
2015-06-24 | Merge branch 'jk/index-pack-reduce-recheck' | Junio C Hamano | 1 | -1/+1 |
2015-06-23 | fsck (receive-pack): allow demoting errors to warnings | Johannes Schindelin | 1 | -0/+4 |
2015-06-22 | fsck: introduce fsck options | Johannes Schindelin | 1 | -4/+5 |
2015-06-16 | Merge branch 'nd/slim-index-pack-memory-usage' | Junio C Hamano | 1 | -2/+6 |
2015-06-09 | index-pack: avoid excessive re-reading of pack directory | Jeff King | 1 | -1/+1 |
2015-06-04 | index-pack: fix truncation of off_t in comparison | Jeff King | 1 | -2/+6 |
2015-05-11 | Merge branch 'nd/slim-index-pack-memory-usage' | Junio C Hamano | 1 | -111/+179 |
2015-04-18 | index-pack: kill union delta_base to save memory | Nguyễn Thái Ngọc Duy | 1 | -100/+160 |
2015-03-17 | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 1 | -1/+0 |
2015-03-05 | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 1 | -1/+0 |
2015-02-27 | index-pack: reduce object_entry size to save memory | Nguyễn Thái Ngọc Duy | 1 | -11/+19 |
2014-12-22 | Merge branch 'js/fsck-tag-validation' | Junio C Hamano | 1 | -2/+2 |
2014-12-09 | index-pack: terminate object buffers with NUL | Duy Nguyen | 1 | -2/+2 |
2014-10-13 | index-pack: fix compilation with NO_PTHREADS | Etienne Buira | 1 | -0/+3 |
2014-09-26 | Merge branch 'rs/realloc-array' | Junio C Hamano | 1 | -3/+1 |
2014-09-26 | Merge branch 'js/fsck-tag-validation' | Junio C Hamano | 1 | -1/+2 |
2014-09-19 | Merge branch 'jk/index-pack-threading-races' | Junio C Hamano | 1 | -2/+31 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -3/+1 |
2014-09-10 | fsck_object(): allow passing object data separately from the object itself | Johannes Schindelin | 1 | -1/+2 |
2014-08-29 | index-pack: fix race condition with duplicate bases | Jeff King | 1 | -2/+31 |
2014-07-21 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+1 |
2014-07-21 | use xcalloc() to allocate zero-initialized memory | René Scharfe | 1 | -2/+1 |
2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -15/+14 |
2014-07-16 | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 1 | -1/+2 |
2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -1/+2 |
2014-06-30 | index-pack: use strip_suffix to avoid magic numbers | Jeff King | 1 | -15/+14 |
2014-06-30 | replace has_extension with ends_with | Jeff King | 1 | -2/+2 |
2014-06-25 | Merge branch 'ym/fix-opportunistic-index-update-race' into maint | Junio C Hamano | 1 | -1/+1 |
2014-06-25 | Merge branch 'jk/index-pack-report-missing' into maint | Junio C Hamano | 1 | -2/+7 |
2014-06-25 | Merge branch 'nd/index-pack-one-fd-per-thread' into maint | Junio C Hamano | 1 | -10/+17 |
2014-06-13 | commit: record buffer length in cache | Jeff King | 1 | -1/+1 |
2014-06-13 | provide a helper to free commit buffer | Jeff King | 1 | -1/+2 |
2014-06-06 | Merge branch 'jk/index-pack-report-missing' | Junio C Hamano | 1 | -2/+7 |
2014-06-03 | Merge branch 'nd/index-pack-one-fd-per-thread' | Junio C Hamano | 1 | -10/+17 |
2014-06-03 | Merge branch 'ym/fix-opportunistic-index-update-race' | Junio C Hamano | 1 | -1/+1 |
2014-05-12 | index-pack: distinguish missing objects from type errors | Jeff King | 1 | -2/+7 |
2014-04-16 | index-pack: work around thread-unsafe pread() | Nguyễn Thái Ngọc Duy | 1 | -10/+17 |
2014-04-10 | wrapper.c: add xpread() similar to xread() | Yiannis Marangos | 1 | -1/+1 |
2014-04-03 | Merge branch 'nd/index-pack-error-message' into maint | Junio C Hamano | 1 | -2/+2 |
2014-03-25 | Merge branch 'nd/index-pack-error-message' | Junio C Hamano | 1 | -2/+2 |
2014-03-17 | index-pack: report error using the correct variable | Junio C Hamano | 1 | -2/+2 |
2014-02-20 | rename read_replace_refs to check_replace_refs | Michael Haggerty | 1 | -1/+1 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -4/+4 |
2013-09-17 | Merge branch 'jk/free-tree-buffer' | Junio C Hamano | 1 | -0/+1 |
2013-06-06 | clear parsed flag when we free tree buffers | Jeff King | 1 | -0/+1 |
2013-05-28 | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 1 | -9/+26 |
2013-05-28 | index-pack: remove dead code (it should never happen) | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
2013-04-01 | Merge branch 'nd/index-pack-threaded-fixes' | Junio C Hamano | 1 | -8/+26 |