AI-powered social skills training app with multi-provider LLM support
delta-islands: use repo_parse_tree()
René Scharfe committed 7 months ago
René Scharfe committed 7 months ago
add-interactive: use repo_parse_tree_indirect()
René Scharfe committed 7 months ago
René Scharfe committed 7 months ago
environment: move access to core.maxTreeDepth into repo settings
René Scharfe committed 7 months ago
mingw: special-case index entries for symlinks with buggy size
Johannes Schindelin committed 7 months ago
mingw: emulate `stat()` a little more faithfully
Johannes Schindelin committed 7 months ago
mingw: try to create symlinks without elevated permissions
Johannes Schindelin committed 7 months ago
mingw: add support for symlinks to directories
Karsten Blees committed 7 months ago
mingw: implement basic `symlink()` functionality (file symlinks only)
Karsten Blees committed 7 months ago
Karsten Blees committed 7 months ago
mingw: allow `mingw_chdir()` to change to symlink-resolved directories
Karsten Blees committed 7 months ago
mingw: support renaming symlinks
Karsten Blees committed 7 months ago
mingw: handle symlinks to directories in `mingw_unlink()`
Karsten Blees committed 7 months ago
mingw: add symlink-specific error codes
Karsten Blees committed 7 months ago
mingw: change default of `core.symlinks` to false
Karsten Blees committed 7 months ago
mingw: factor out the retry logic
Karsten Blees committed 7 months ago
mingw: compute the correct size for symlinks in `mingw_lstat()`
Bill Zissimopoulos committed 7 months ago
mingw: teach dirent about symlinks
Karsten Blees committed 7 months ago
mingw: let `mingw_lstat()` error early upon problems with reparse points
Karsten Blees committed 7 months ago