summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-09path-walk: use repo_parse_tree_gently()René Scharfe-1/+1
2026-01-09pack-bitmap-write: use repo_parse_tree()René Scharfe-1/+1
2026-01-09delta-islands: use repo_parse_tree()René Scharfe-1/+1
2026-01-09bloom: use repo_parse_tree()René Scharfe-1/+1
2026-01-09add-interactive: use repo_parse_tree_indirect()René Scharfe-1/+1
2026-01-09tree: add repo_parse_tree*()René Scharfe-3/+21
2026-01-09environment: move access to core.maxTreeDepth into repo settingsRené Scharfe-34/+36
2026-01-09mingw: special-case index entries for symlinks with buggy sizeJohannes Schindelin-0/+11
2026-01-09mingw: emulate `stat()` a little more faithfullyJohannes Schindelin-1/+13
2026-01-09mingw: try to create symlinks without elevated permissionsJohannes Schindelin-2/+24
2026-01-09mingw: add support for symlinks to directoriesKarsten Blees-0/+164
2026-01-09mingw: implement basic `symlink()` functionality (file symlinks only)Karsten Blees-2/+29
2026-01-09mingw: implement `readlink()`Karsten Blees-2/+25
2026-01-09mingw: allow `mingw_chdir()` to change to symlink-resolved directoriesKarsten Blees-1/+19
2026-01-09mingw: support renaming symlinksKarsten Blees-22/+16
2026-01-09mingw: handle symlinks to directories in `mingw_unlink()`Karsten Blees-1/+8
2026-01-09mingw: add symlink-specific error codesKarsten Blees-0/+5
2026-01-09mingw: change default of `core.symlinks` to falseKarsten Blees-0/+9
2026-01-09mingw: factor out the retry logicKarsten Blees-58/+46
2026-01-09mingw: compute the correct size for symlinks in `mingw_lstat()`Bill Zissimopoulos-10/+104
2026-01-09mingw: teach dirent about symlinksKarsten Blees-13/+11
2026-01-09mingw: let `mingw_lstat()` error early upon problems with reparse pointsKarsten Blees-10/+14
2026-01-09mingw: drop the separate `do_lstat()` functionKarsten Blees-21/+2
2026-01-09mingw: implement `stat()` with symlink supportKarsten Blees-1/+18
2026-01-09mingw: don't call `GetFileAttributes()` twice in `mingw_lstat()`Karsten Blees-38/+15
2026-01-09Merge branch 'js/prep-symlink-windows' into js/symlink-windowsJunio C Hamano-41/+78
2026-01-09trim_last_path_component(): avoid hard-coding the directory separatorKarsten Blees-2/+2
2026-01-09strbuf_readlink(): support link targets that exceed 2*PATH_MAXJohannes Schindelin-1/+1
2026-01-09strbuf_readlink(): avoid calling `readlink()` twice in corner-casesKarsten Blees-3/+3
2026-01-09init: do parse _all_ core.* settings earlyJohannes Schindelin-3/+5
2026-01-09mingw: do resolve symlinks in `getcwd()`Johannes Schindelin-11/+7
2026-01-09fsck: snapshot default refs before object walkElijah Newren-40/+122
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt-25/+19
2026-01-09packfile: refactor `find_pack_entry()` to work on the packfile storePatrick Steinhardt-20/+23
2026-01-09packfile: inline `find_kept_pack_entry()`Patrick Steinhardt-24/+10
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt-20/+13
2026-01-09packfile: only prepare owning store in `packfile_store_get_packs()`Patrick Steinhardt-4/+2
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt-145/+243
2026-01-09packfile: refactor misleading code when unusing pack windowsPatrick Steinhardt-6/+5
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt-36/+48
2026-01-09packfile: pass source to `prepare_pack()`Patrick Steinhardt-9/+5
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt-14/+14
2026-01-09builtin.h: update documentationDerrick Stolee-1/+25
2026-01-09t7101: modernize test path checksK Jayatheerth-9/+9
2026-01-09gitfaq: document using stash import/export to sync working treebrian m. carlson-12/+29
2026-01-09doc: git-blame: convert to new doc formatMichael Lyons-35/+37
2026-01-09doc: blame-options: convert to new doc formatMichael Lyons-60/+60
2026-01-09add -p: show user's hunk decision when selecting hunksAbraham Samuel Adekunle-46/+53
2026-01-09doc: patch-id: --verbatim locks in --stableKristoffer Haugsbakk-1/+1
2026-01-09doc: patch-id: spell out the git-diff-tree(1) formKristoffer Haugsbakk-1/+1