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