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