Age | Commit message (Expand) | Author | Files | Lines |
2021-05-20 | Merge branch 'en/dir-traversal' | Junio C Hamano | 1 | -4/+1 |
2021-05-13 | dir: introduce readdir_skip_dot_and_dotdot() helper | Elijah Newren | 1 | -4/+1 |
2021-04-30 | Merge branch 'mt/parallel-checkout-part-2' | Junio C Hamano | 1 | -2/+15 |
2021-04-30 | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 1 | -0/+2 |
2021-04-19 | unpack-trees: add basic support for parallel checkout | Matheus Tavares | 1 | -2/+15 |
2021-04-14 | entry: ensure full index | Derrick Stolee | 1 | -0/+2 |
2021-04-02 | Merge branch 'mt/parallel-checkout-part-1' | Junio C Hamano | 1 | -34/+51 |
2021-03-30 | Merge branch 'mt/checkout-remove-nofollow' | Junio C Hamano | 1 | -1/+1 |
2021-03-23 | entry: add checkout_entry_ca() taking preloaded conv_attrs | Matheus Tavares | 1 | -5/+6 |
2021-03-23 | entry: move conv_attrs lookup up to checkout_entry() | Matheus Tavares | 1 | -11/+27 |
2021-03-23 | entry: extract update_ce_after_write() from write_entry() | Matheus Tavares | 1 | -9/+16 |
2021-03-23 | entry: make fstat_output() and read_blob_entry() public | Matheus Tavares | 1 | -4/+4 |
2021-03-23 | entry: extract a header file for entry.c functions | Matheus Tavares | 1 | -8/+1 |
2021-03-18 | checkout: don't follow symlinks when removing entries | Matheus Tavares | 1 | -1/+1 |
2021-02-16 | write_entry(): fix misuses of `path` in error messages | Matheus Tavares | 1 | -4/+4 |
2020-08-18 | checkout_entry(): remove unreachable error() call | Matheus Tavares | 1 | -2/+0 |
2020-07-09 | Merge branch 'mt/entry-fstat-fallback-fix' into master | Junio C Hamano | 1 | -2/+1 |
2020-07-09 | entry: check for fstat() errors after checkout | Matheus Tavares | 1 | -2/+1 |
2020-03-16 | convert: provide additional metadata to filters | brian m. carlson | 1 | -2/+5 |
2020-03-16 | convert: permit passing additional metadata to filter processes | brian m. carlson | 1 | -2/+2 |
2019-05-28 | fill_stat_cache_info(): prepare for an fsmonitor fix | Johannes Schindelin | 1 | -1/+1 |
2019-03-07 | Merge branch 'tg/checkout-no-overlay' | Junio C Hamano | 1 | -0/+26 |
2019-01-14 | Merge branch 'nd/checkout-noisy' | Junio C Hamano | 1 | -4/+6 |
2019-01-02 | entry: support CE_WT_REMOVE flag in checkout_entry | Thomas Gummerer | 1 | -0/+11 |
2019-01-02 | entry: factor out unlink_entry function | Thomas Gummerer | 1 | -0/+15 |
2018-11-21 | Merge branch 'nd/clone-case-smashing-warning' | Junio C Hamano | 1 | -2/+2 |
2018-11-21 | clone: fix colliding file detection on APFS | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-11-14 | checkout: print something when checking out paths | Nguyễn Thái Ngọc Duy | 1 | -4/+6 |
2018-09-17 | Merge branch 'nd/clone-case-smashing-warning' | Junio C Hamano | 1 | -0/+31 |
2018-08-17 | clone: report duplicate entries on case-insensitive filesystems | Duy Nguyen | 1 | -0/+31 |
2018-08-13 | entry.c: use the right index instead of the_index | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
2018-08-13 | convert.c: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-03-14 | convert: convert to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-02-22 | entry: rename 'new' variables | Brandon Williams | 1 | -20/+20 |
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 |