index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-01-09
path-walk: use repo_parse_tree_gently()
René Scharfe
-1
/
+1
2026-01-09
pack-bitmap-write: use repo_parse_tree()
René Scharfe
-1
/
+1
2026-01-09
delta-islands: use repo_parse_tree()
René Scharfe
-1
/
+1
2026-01-09
bloom: use repo_parse_tree()
René Scharfe
-1
/
+1
2026-01-09
add-interactive: use repo_parse_tree_indirect()
René Scharfe
-1
/
+1
2026-01-09
tree: add repo_parse_tree*()
René Scharfe
-3
/
+21
2026-01-09
environment: move access to core.maxTreeDepth into repo settings
René Scharfe
-34
/
+36
2026-01-09
mingw: special-case index entries for symlinks with buggy size
Johannes Schindelin
-0
/
+11
2026-01-09
mingw: emulate `stat()` a little more faithfully
Johannes Schindelin
-1
/
+13
2026-01-09
mingw: try to create symlinks without elevated permissions
Johannes Schindelin
-2
/
+24
2026-01-09
mingw: add support for symlinks to directories
Karsten Blees
-0
/
+164
2026-01-09
mingw: implement basic `symlink()` functionality (file symlinks only)
Karsten Blees
-2
/
+29
2026-01-09
mingw: implement `readlink()`
Karsten Blees
-2
/
+25
2026-01-09
mingw: allow `mingw_chdir()` to change to symlink-resolved directories
Karsten Blees
-1
/
+19
2026-01-09
mingw: support renaming symlinks
Karsten Blees
-22
/
+16
2026-01-09
mingw: handle symlinks to directories in `mingw_unlink()`
Karsten Blees
-1
/
+8
2026-01-09
mingw: add symlink-specific error codes
Karsten Blees
-0
/
+5
2026-01-09
mingw: change default of `core.symlinks` to false
Karsten Blees
-0
/
+9
2026-01-09
mingw: factor out the retry logic
Karsten Blees
-58
/
+46
2026-01-09
mingw: compute the correct size for symlinks in `mingw_lstat()`
Bill Zissimopoulos
-10
/
+104
2026-01-09
mingw: teach dirent about symlinks
Karsten Blees
-13
/
+11
2026-01-09
mingw: let `mingw_lstat()` error early upon problems with reparse points
Karsten Blees
-10
/
+14
2026-01-09
mingw: drop the separate `do_lstat()` function
Karsten Blees
-21
/
+2
2026-01-09
mingw: implement `stat()` with symlink support
Karsten Blees
-1
/
+18
2026-01-09
mingw: don't call `GetFileAttributes()` twice in `mingw_lstat()`
Karsten Blees
-38
/
+15
2026-01-09
Merge branch 'js/prep-symlink-windows' into js/symlink-windows
Junio C Hamano
-41
/
+78
2026-01-09
trim_last_path_component(): avoid hard-coding the directory separator
Karsten Blees
-2
/
+2
2026-01-09
strbuf_readlink(): support link targets that exceed 2*PATH_MAX
Johannes Schindelin
-1
/
+1
2026-01-09
strbuf_readlink(): avoid calling `readlink()` twice in corner-cases
Karsten Blees
-3
/
+3
2026-01-09
init: do parse _all_ core.* settings early
Johannes Schindelin
-3
/
+5
2026-01-09
mingw: do resolve symlinks in `getcwd()`
Johannes Schindelin
-11
/
+7
2026-01-09
fsck: snapshot default refs before object walk
Elijah Newren
-40
/
+122
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
-25
/
+19
2026-01-09
packfile: refactor `find_pack_entry()` to work on the packfile store
Patrick Steinhardt
-20
/
+23
2026-01-09
packfile: inline `find_kept_pack_entry()`
Patrick Steinhardt
-24
/
+10
2026-01-09
packfile: only prepare owning store in `packfile_store_prepare()`
Patrick Steinhardt
-20
/
+13
2026-01-09
packfile: only prepare owning store in `packfile_store_get_packs()`
Patrick Steinhardt
-4
/
+2
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
-145
/
+243
2026-01-09
packfile: refactor misleading code when unusing pack windows
Patrick Steinhardt
-6
/
+5
2026-01-09
packfile: refactor kept-pack cache to work with packfile stores
Patrick Steinhardt
-36
/
+48
2026-01-09
packfile: pass source to `prepare_pack()`
Patrick Steinhardt
-9
/
+5
2026-01-09
packfile: create store via its owning source
Patrick Steinhardt
-14
/
+14
2026-01-09
builtin.h: update documentation
Derrick Stolee
-1
/
+25
2026-01-09
t7101: modernize test path checks
K Jayatheerth
-9
/
+9
2026-01-09
gitfaq: document using stash import/export to sync working tree
brian m. carlson
-12
/
+29
2026-01-09
doc: git-blame: convert to new doc format
Michael Lyons
-35
/
+37
2026-01-09
doc: blame-options: convert to new doc format
Michael Lyons
-60
/
+60
2026-01-09
add -p: show user's hunk decision when selecting hunks
Abraham Samuel Adekunle
-46
/
+53
2026-01-09
doc: patch-id: --verbatim locks in --stable
Kristoffer Haugsbakk
-1
/
+1
2026-01-09
doc: patch-id: spell out the git-diff-tree(1) form
Kristoffer Haugsbakk
-1
/
+1
[prev]
[next]