summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-12Merge branch 'ja/doc-synopsis-style-more'Junio C Hamano
2026-01-11t1410: use test helpers in reflog rewind testPushkar Singh
2026-01-11http-backend: write newlines to stderr when responding with errorsKJ Tsanaktsidis
2026-01-10.mailmap: replace Karsten Blees' default addressJohannes Schindelin
2026-01-09contrib/subtree: detect rewritten subtree commitsColin Stagner
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2026-01-09tree: stop using the_repositoryRené Scharfe
2026-01-09tree: use repo_parse_tree()René Scharfe
2026-01-09path-walk: use repo_parse_tree_gently()René Scharfe
2026-01-09pack-bitmap-write: use repo_parse_tree()René Scharfe
2026-01-09delta-islands: use repo_parse_tree()René Scharfe
2026-01-09bloom: use repo_parse_tree()René Scharfe
2026-01-09add-interactive: use repo_parse_tree_indirect()René Scharfe
2026-01-09tree: add repo_parse_tree*()René Scharfe
2026-01-09environment: move access to core.maxTreeDepth into repo settingsRené Scharfe
2026-01-09mingw: special-case index entries for symlinks with buggy sizeJohannes Schindelin
2026-01-09mingw: emulate `stat()` a little more faithfullyJohannes Schindelin
2026-01-09mingw: try to create symlinks without elevated permissionsJohannes Schindelin
2026-01-09mingw: add support for symlinks to directoriesKarsten Blees
2026-01-09mingw: implement basic `symlink()` functionality (file symlinks only)Karsten Blees
2026-01-09mingw: implement `readlink()`Karsten Blees
2026-01-09mingw: allow `mingw_chdir()` to change to symlink-resolved directoriesKarsten Blees
2026-01-09mingw: support renaming symlinksKarsten Blees
2026-01-09mingw: handle symlinks to directories in `mingw_unlink()`Karsten Blees
2026-01-09mingw: add symlink-specific error codesKarsten Blees
2026-01-09mingw: change default of `core.symlinks` to falseKarsten Blees
2026-01-09mingw: factor out the retry logicKarsten Blees
2026-01-09mingw: compute the correct size for symlinks in `mingw_lstat()`Bill Zissimopoulos
2026-01-09mingw: teach dirent about symlinksKarsten Blees
2026-01-09mingw: let `mingw_lstat()` error early upon problems with reparse pointsKarsten Blees
2026-01-09mingw: drop the separate `do_lstat()` functionKarsten Blees
2026-01-09mingw: implement `stat()` with symlink supportKarsten Blees
2026-01-09mingw: don't call `GetFileAttributes()` twice in `mingw_lstat()`Karsten Blees
2026-01-09Merge branch 'js/prep-symlink-windows' into js/symlink-windowsJunio C Hamano
2026-01-09trim_last_path_component(): avoid hard-coding the directory separatorKarsten Blees
2026-01-09strbuf_readlink(): support link targets that exceed 2*PATH_MAXJohannes Schindelin
2026-01-09strbuf_readlink(): avoid calling `readlink()` twice in corner-casesKarsten Blees
2026-01-09init: do parse _all_ core.* settings earlyJohannes Schindelin
2026-01-09mingw: do resolve symlinks in `getcwd()`Johannes Schindelin
2026-01-09fsck: snapshot default refs before object walkElijah Newren
2026-01-09packfile: move MIDX into packfile storePatrick Steinhardt
2026-01-09packfile: refactor `find_pack_entry()` to work on the packfile storePatrick Steinhardt
2026-01-09packfile: inline `find_kept_pack_entry()`Patrick Steinhardt
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt
2026-01-09packfile: only prepare owning store in `packfile_store_get_packs()`Patrick Steinhardt
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt
2026-01-09packfile: refactor misleading code when unusing pack windowsPatrick Steinhardt
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt
2026-01-09packfile: pass source to `prepare_pack()`Patrick Steinhardt
2026-01-09packfile: create store via its owning sourcePatrick Steinhardt