| Commit message (Expand) | Author | Age | Files | Lines |
* | sha1_file: export `git_open_noatime` | Vicent Marti | 2013-10-24 | 1 | -3/+1 |
* | Merge branch 'nd/unpack-entry-optim-in-pack-objects' | Jonathan Nieder | 2013-09-24 | 1 | -10/+10 |
|\ |
|
| * | pack-objects: no crc check when the cached version is usednd/unpack-entry-optim-in-pack-objects | Nguyễn Thái Ngọc Duy | 2013-09-13 | 1 | -10/+10 |
* | | Merge branch 'jk/has-sha1-file-retry-packed' | Junio C Hamano | 2013-09-17 | 1 | -1/+4 |
|\ \ |
|
| * | | has_sha1_file: re-check pack directory before giving upjk/has-sha1-file-retry-packed | Jeff King | 2013-08-30 | 1 | -1/+4 |
| |/ |
|
* | | Merge branch 'bc/unuse-packfile' | Junio C Hamano | 2013-09-04 | 1 | -15/+85 |
|\ \
| |/
|/| |
|
| * | Don't close pack fd when free'ing pack windowsbc/unuse-packfile | Brandon Casey | 2013-08-02 | 1 | -14/+7 |
| * | sha1_file: introduce close_one_pack() to close packs on fd pressure | Brandon Casey | 2013-08-02 | 1 | -1/+78 |
* | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-07-24 | 1 | -60/+119 |
|\ \ |
|
| * | | Fix some sparse warnings | Ramsay Jones | 2013-07-18 | 1 | -1/+1 |
| * | | sha1_object_info_extended: pass object_info to helpers | Jeff King | 2013-07-12 | 1 | -27/+22 |
| * | | sha1_object_info_extended: make type calculation optional | Jeff King | 2013-07-12 | 1 | -7/+13 |
| * | | packed_object_info: make type lookup optional | Jeff King | 2013-07-12 | 1 | -9/+16 |
| * | | packed_object_info: hoist delta type resolution to helper | Jeff King | 2013-07-12 | 1 | -40/+53 |
| * | | sha1_loose_object_info: make type lookup optional | Jeff King | 2013-07-12 | 1 | -5/+43 |
| * | | sha1_object_info_extended: rename "status" to "type" | Jeff King | 2013-07-12 | 1 | -10/+10 |
* | | | Merge branch 'jk/in-pack-size-measurement' | Junio C Hamano | 2013-07-18 | 1 | -5/+17 |
|\ \ \
| |/ / |
|
| * | | teach sha1_object_info_extended a "disk_size" query | Jeff King | 2013-07-07 | 1 | -4/+16 |
| * | | zero-initialize object_info structs | Jeff King | 2013-07-07 | 1 | -1/+1 |
* | | | Merge branch 'jk/unpack-entry-fallback-to-another' | Junio C Hamano | 2013-06-23 | 1 | -1/+10 |
|\ \ \ |
|
| * | | | unpack_entry: do not die when we fail to apply a delta | Jeff King | 2013-06-14 | 1 | -1/+10 |
* | | | | Merge branch 'nd/traces' | Junio C Hamano | 2013-06-20 | 1 | -2/+12 |
|\ \ \ \ |
|
| * | | | | core: use env variable instead of config var to turn on logging pack access | Nguyễn Thái Ngọc Duy | 2013-06-09 | 1 | -2/+12 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'tr/sha1-file-silence-loose-object-info-under-prune-race' | Junio C Hamano | 2013-06-11 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | sha1_file: silence sha1_loose_object_info | Thomas Rast | 2013-06-03 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | sha1_file: trivial style cleanup | Felipe Contreras | 2013-06-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'tr/unpack-entry-use-after-free-fix' | Junio C Hamano | 2013-05-03 | 1 | -1/+0 |
|\ \ |
|
| * | | unpack_entry: avoid freeing objects in base cache | Thomas Rast | 2013-04-30 | 1 | -1/+0 |
* | | | Merge branch 'tr/packed-object-info-wo-recursion' | Junio C Hamano | 2013-04-18 | 1 | -145/+266 |
|\ \ \
| |/ / |
|
| * | | sha1_file: remove recursion in unpack_entry | Thomas Rast | 2013-03-27 | 1 | -81/+150 |
| * | | Refactor parts of in_delta_base_cache/cache_or_unpack_entry | Thomas Rast | 2013-03-27 | 1 | -13/+32 |
| * | | sha1_file: remove recursion in packed_object_info | Thomas Rast | 2013-03-25 | 1 | -51/+84 |
| |/ |
|
* | | Merge branch 'jk/check-corrupt-objects-carefully' | Junio C Hamano | 2013-04-03 | 1 | -0/+4 |
|\ \ |
|
| * | | check_sha1_signature: check return value from read_istream | Jeff King | 2013-03-27 | 1 | -0/+4 |
* | | | Merge branch 'sw/safe-create-leading-dir-race' | Junio C Hamano | 2013-04-02 | 1 | -2/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | safe_create_leading_directories: fix race that could give a false negative | Steven Walter | 2013-03-26 | 1 | -2/+7 |
* | | | count-objects: report garbage files in pack directory too | Nguyễn Thái Ngọc Duy | 2013-02-15 | 1 | -1/+82 |
* | | | sha1_file: reorder code in prepare_packed_git_one() | Nguyễn Thái Ngọc Duy | 2013-02-13 | 1 | -16/+14 |
| |/
|/| |
|
* | | link_alt_odb_entries(): take (char *, len) rather than two pointers | Michael Haggerty | 2012-11-08 | 1 | -5/+5 |
* | | link_alt_odb_entries(): use string_list_split_in_place() | Michael Haggerty | 2012-11-08 | 1 | -24/+18 |
|/ |
|
* | sha1_file.c: introduce get_max_fd_limit() helper | Joachim Schmitz | 2012-08-24 | 1 | -7/+19 |
* | Merge branch 'hv/link-alt-odb-entry' | Junio C Hamano | 2012-07-30 | 1 | -1/+1 |
|\ |
|
| * | link_alt_odb_entry: fix read over array bounds reported by valgrind | Heiko Voigt | 2012-07-29 | 1 | -1/+1 |
* | | Merge branch 'hv/submodule-alt-odb' | Junio C Hamano | 2012-05-23 | 1 | -2/+1 |
|\ \ |
|
| * | | teach add_submodule_odb() to look for alternates | Heiko Voigt | 2012-05-14 | 1 | -2/+1 |
| |/ |
|
| * | Merge branch 'jk/maint-avoid-streaming-filtered-contents' into maint | Junio C Hamano | 2012-03-04 | 1 | -5/+9 |
| |\ |
|
| * \ | Merge branch 'nd/find-pack-entry-recent-cache-invalidation' into maint | Junio C Hamano | 2012-02-21 | 1 | -38/+46 |
| |\ \ |
|
| * \ \ | Merge branch 'mm/empty-loose-error-message' into maint | Junio C Hamano | 2012-02-16 | 1 | -0/+5 |
| |\ \ \ |
|
* | | | | | remove blank filename in error message | Pete Wyckoff | 2012-04-30 | 1 | -1/+1 |
* | | | | | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 | 1 | -3/+3 |