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
builtin.h: update documentation
Derrick Stolee committed 7 months ago
t7101: modernize test path checks
K Jayatheerth committed 7 months ago
gitfaq: document using stash import/export to sync working tree
brian m. carlson committed 7 months ago
doc: git-blame: convert to new doc format
Michael Lyons committed 7 months ago
doc: blame-options: convert to new doc format
Michael Lyons committed 7 months ago
add -p: show user's hunk decision when selecting hunks
Abraham Samuel Adekunle committed 7 months ago