mingw: drop the separate `do_lstat()` function
Karsten Blees committed 7 months ago
mingw: implement `stat()` with symlink support
Karsten Blees committed 7 months ago
mingw: don't call `GetFileAttributes()` twice in `mingw_lstat()`
Karsten Blees committed 7 months ago
Merge branch 'js/prep-symlink-windows' into js/symlink-windows
Junio C Hamano committed 7 months ago
trim_last_path_component(): avoid hard-coding the directory separator
Karsten Blees committed 7 months ago
strbuf_readlink(): support link targets that exceed 2*PATH_MAX
Johannes Schindelin committed 7 months ago
strbuf_readlink(): avoid calling `readlink()` twice in corner-cases
Karsten Blees committed 7 months ago
init: do parse _all_ core.* settings early
Johannes Schindelin committed 7 months ago
mingw: do resolve symlinks in `getcwd()`
Johannes Schindelin committed 7 months ago
fsck: snapshot default refs before object walk
Elijah Newren committed 7 months ago
packfile: move MIDX into packfile store
Patrick Steinhardt committed 7 months ago
packfile: refactor `find_pack_entry()` to work on the packfile store
Patrick Steinhardt committed 7 months ago
packfile: inline `find_kept_pack_entry()`
Patrick Steinhardt committed 7 months ago
packfile: only prepare owning store in `packfile_store_prepare()`
Patrick Steinhardt committed 7 months ago
packfile: only prepare owning store in `packfile_store_get_packs()`
Patrick Steinhardt committed 7 months ago
packfile: move packfile store into object source
Patrick Steinhardt committed 7 months ago
packfile: refactor misleading code when unusing pack windows
Patrick Steinhardt committed 7 months ago
packfile: refactor kept-pack cache to work with packfile stores
Patrick Steinhardt committed 7 months ago
packfile: pass source to `prepare_pack()`
Patrick Steinhardt committed 7 months ago
packfile: create store via its owning source
Patrick Steinhardt committed 7 months ago