| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bp/fsmonitor' | Junio C Hamano | 2017-11-21 | 1 | -0/+2 |
|\ |
|
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ... | Ben Peart | 2017-10-01 | 1 | -0/+2 |
* | | Merge branch 'ls/filter-process-delayed' | Junio C Hamano | 2017-10-11 | 1 | -36/+52 |
|\ \ |
|
| * | | write_entry: untangle symlink and regular-file casesls/filter-process-delayed | Jeff King | 2017-10-10 | 1 | -31/+40 |
| * | | write_entry: avoid reading blobs in CE_RETRY case | Jeff King | 2017-10-10 | 1 | -11/+14 |
| * | | write_entry: fix leak when retrying delayed filter | Jeff King | 2017-10-10 | 1 | -0/+1 |
| * | | entry.c: check if file exists after checkout | Lars Schneider | 2017-10-06 | 1 | -1/+3 |
| * | | entry.c: update cache entry only for existing files | Lars Schneider | 2017-10-05 | 1 | -1/+2 |
* | | | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 2017-09-25 | 1 | -2/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | convert less-trivial versions of "write_in_full() != len" | Jeff King | 2017-09-14 | 1 | -2/+3 |
| |/ |
|
* | | Merge branch 'ls/convert-filter-progress' | Junio C Hamano | 2017-09-10 | 1 | -1/+14 |
|\ \
| |/
|/| |
|
| * | convert: display progress for filtered objects that have been delayedls/convert-filter-progress | Lars Schneider | 2017-08-24 | 1 | -1/+15 |
|/ |
|
* | convert: add "status=delayed" to filter process protocol | Lars Schneider | 2017-06-30 | 1 | -5/+127 |
* | entry.c: submodule recursing: respect force flag correctly | Stefan Beller | 2017-04-18 | 1 | -4/+4 |
* | entry.c: create submodules when interesting | Stefan Beller | 2017-03-16 | 1 | -0/+30 |
* | streaming: make stream_blob_to_fd take struct object_id | brian m. carlson | 2016-09-07 | 1 | -1/+1 |
* | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -4/+5 |
* | entry.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -6/+4 |
* | use xmallocz to avoid size arithmetic | Jeff King | 2016-02-22 | 1 | -1/+1 |
* | entry.c: convert strcpy to xsnprintf | Jeff King | 2015-09-25 | 1 | -2/+2 |
* | read-cache: mark updated entries for split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+1 |
* | entry.c: update cache_changed if refresh_cache is set in checkout_entry() | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+2 |
* | Merge branch 'mh/remove-subtree-long-pathname-fix' | Junio C Hamano | 2014-03-25 | 1 | -32/+32 |
|\ |
|
| * | entry.c: fix possible buffer overflow in remove_subtree()mh/remove-subtree-long-pathname-fix | Michael Haggerty | 2014-03-13 | 1 | -17/+17 |
| * | checkout_entry(): use the strbuf throughout the function | Michael Haggerty | 2014-03-13 | 1 | -16/+16 |
* | | checkout_entry(): clarify the use of topath[] parameternd/lift-path-max | Junio C Hamano | 2013-10-24 | 1 | -0/+8 |
|/ |
|
* | entry.c: convert checkout_entry to use strbuf | Nguyễn Thái Ngọc Duy | 2013-10-24 | 1 | -5/+8 |
* | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 2013-07-22 | 1 | -5/+7 |
|\ |
|
| * | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 1 | -5/+7 |
* | | apply, entry: speak of submodules instead of subprojects | Thomas Rast | 2013-07-18 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'jk/check-corrupt-objects-carefully' | Junio C Hamano | 2013-04-03 | 1 | -7/+9 |
|\ |
|
| * | streaming_write_entry: propagate streaming errors | Jeff King | 2013-03-27 | 1 | -7/+9 |
* | | Merge branch 'jk/checkout-attribute-lookup' | Junio C Hamano | 2013-03-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | entry: fix filter lookup | John Keeping | 2013-03-14 | 1 | -1/+1 |
* | | streaming: make streaming-write-entry to be more reusable | Junio C Hamano | 2012-03-07 | 1 | -48/+5 |
|/ |
|
* | Add streaming filter API | Junio C Hamano | 2011-05-26 | 1 | -6/+10 |
* | streaming_write_entry(): support files with holes | Junio C Hamano | 2011-05-20 | 1 | -2/+19 |
* | streaming_write_entry(): use streaming API in write_entry() | Junio C Hamano | 2011-05-20 | 1 | -0/+52 |
* | write_entry(): separate two helper functions out | Junio C Hamano | 2011-05-20 | 1 | -17/+26 |
* | entry.c: remove "checkout-index" from error messages | Nguyễn Thái Ngọc Duy | 2010-11-29 | 1 | -8/+8 |
* | Merge branch 'jc/symbol-static' | Junio C Hamano | 2010-01-20 | 1 | -1/+1 |
|\ |
|
| * | entry.c: mark file-local function static | Junio C Hamano | 2010-01-12 | 1 | -1/+1 |
* | | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID | Nguyễn Thái Ngọc Duy | 2009-12-14 | 1 | -1/+1 |
* | | check_path(): allow symlinked directories to checkout-index --prefix | Junio C Hamano | 2009-08-18 | 1 | -4/+8 |
|/ |
|
* | git-checkout: be careful about untracked symlinks | Linus Torvalds | 2009-07-29 | 1 | -1/+14 |
* | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 1 | -1/+1 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -4/+4 |
* | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 2009-04-29 | 1 | -1/+1 |
* | Windows: Skip fstat/lstat optimization in write_entry() | Johannes Sixt | 2009-04-20 | 1 | -1/+2 |