| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mh/safe-create-leading-directories' | Junio C Hamano | 2014-01-27 | 1 | -29/+38 |
|\ |
|
| * | safe_create_leading_directories(): add new error value SCLD_VANISHED | Michael Haggerty | 2014-01-06 | 1 | -0/+11 |
| * | safe_create_leading_directories(): introduce enum for return values | Michael Haggerty | 2014-01-06 | 1 | -8/+8 |
| * | safe_create_leading_directories(): always restore slash at end of loop | Michael Haggerty | 2014-01-06 | 1 | -13/+9 |
| * | safe_create_leading_directories(): split on first of multiple slashes | Michael Haggerty | 2014-01-06 | 1 | -2/+3 |
| * | safe_create_leading_directories(): rename local variable | Michael Haggerty | 2014-01-06 | 1 | -5/+5 |
| * | safe_create_leading_directories(): add explicit "slash" pointer | Michael Haggerty | 2014-01-06 | 1 | -9/+11 |
| * | safe_create_leading_directories(): reduce scope of local variable | Michael Haggerty | 2014-01-06 | 1 | -1/+2 |
| * | safe_create_leading_directories(): fix format of "if" chaining | Michael Haggerty | 2014-01-06 | 1 | -4/+2 |
* | | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 2014-01-10 | 1 | -0/+53 |
|\ \ |
|
| * | | sha1_object_info_extended: provide delta base sha1s | Jeff King | 2013-12-26 | 1 | -0/+53 |
* | | | Merge branch 'jh/rlimit-nofile-fallback' | Junio C Hamano | 2014-01-10 | 1 | -7/+30 |
|\ \ \ |
|
| * | | | get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failurejh/rlimit-nofile-fallback | Junio C Hamano | 2013-12-18 | 1 | -7/+30 |
| | |/
| |/| |
|
| * | | Merge branch 'jh/loose-object-dirs-creation-race' into maint | Junio C Hamano | 2013-12-17 | 1 | -1/+3 |
| |\ \ |
|
| * \ \ | Merge branch 'sb/sha1-loose-object-info-check-existence' into maint | Junio C Hamano | 2013-12-17 | 1 | -6/+9 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'cc/replace-object-info' | Junio C Hamano | 2014-01-10 | 1 | -10/+10 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | sha1_file: perform object replacement in sha1_object_info_extended() | Christian Couder | 2013-12-12 | 1 | -6/+7 |
| * | | | | sha1_object_info_extended(): add an "unsigned flags" parameter | Christian Couder | 2013-12-12 | 1 | -3/+3 |
| * | | | | sha1_file.c: add lookup_replace_object_extended() to pass flags | Christian Couder | 2013-12-12 | 1 | -2/+1 |
| * | | | | rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT | Christian Couder | 2013-12-12 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'jk/remove-experimental-loose-object-support' | Junio C Hamano | 2013-12-06 | 1 | -74/+0 |
|\ \ \ \ |
|
| * | | | | drop support for "experimental" loose objectsjk/remove-experimental-loose-object-support | Jeff King | 2013-11-21 | 1 | -74/+0 |
* | | | | | Merge branch 'sb/sha1-loose-object-info-check-existence' | Junio C Hamano | 2013-12-05 | 1 | -6/+9 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | sha1_loose_object_info(): do not return success on missing objectsb/sha1-loose-object-info-check-existence | Junio C Hamano | 2013-11-06 | 1 | -6/+9 |
| |/ / / |
|
* | | | | Merge branch 'jh/loose-object-dirs-creation-race' | Junio C Hamano | 2013-12-05 | 1 | -1/+3 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | sha1_file.c:create_tmpfile(): Fix race when creating loose object dirsjh/loose-object-dirs-creation-race | Johan Herland | 2013-10-28 | 1 | -1/+3 |
* | | | Sync with v1.8.4.2 | Junio C Hamano | 2013-10-28 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | sha1_file: move comment about return value where it belongs | Christian Couder | 2013-10-28 | 1 | -1/+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 |
| | |/ /
| |/| | |
|