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
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
2025-12-18
Merge branch 'js/test-symlink-windows' into js/prep-symlink-windows
Junio C Hamano
-21
/
+60
2025-12-18
t7800: work around the MSYS path conversion on Windows
Johannes Schindelin
-4
/
+4
2025-12-18
t6423: introduce Windows-specific handling for symlinking to /dev/null
Johannes Schindelin
-2
/
+7
2025-12-18
t1305: skip symlink tests that do not apply to Windows
Johannes Schindelin
-2
/
+2
2025-12-18
t1006: accommodate for symlink support in MSYS2
Johannes Schindelin
-7
/
+17
2025-12-18
t0600: fix incomplete prerequisite for a test case
Johannes Schindelin
-1
/
+1
2025-12-18
t0301: another fix for Windows compatibility
Johannes Schindelin
-1
/
+2
2025-12-18
t0001: handle `diff --no-index` gracefully
Johannes Schindelin
-1
/
+5
2025-12-18
mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
Johannes Schindelin
-0
/
+14
2025-12-18
apply: symbolic links lack a "trustable executable bit"
Johannes Schindelin
-1
/
+1
2025-12-18
t9700: accommodate for Windows paths
Johannes Schindelin
-2
/
+7
2025-12-17
The 10th batch
Junio C Hamano
-0
/
+4
2025-12-17
Merge branch 'kh/doc-send-email-paragraph-fix'
Junio C Hamano
-1
/
+0
2025-12-17
Merge branch 'mh/doc-config-gui-gcwarning'
Junio C Hamano
-0
/
+5
2025-12-17
Merge branch 'kh/doc-pre-commit-fix'
Junio C Hamano
-7
/
+4
2025-12-17
Merge branch 'jc/capability-leak'
Junio C Hamano
-0
/
+42
2025-12-16
The ninth batch
Junio C Hamano
-0
/
+10
2025-12-16
Merge branch 'rs/ban-mktemp'
Junio C Hamano
-33
/
+26
2025-12-16
Merge branch 'gf/win32-pthread-cond-init'
Junio C Hamano
-1
/
+1
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
-729
/
+779
2025-12-14
The eighth batch
Junio C Hamano
-0
/
+18
2025-12-14
Merge branch 'je/doc-data-model'
Junio C Hamano
-2
/
+0
2025-12-14
Merge branch 'lo/repo-struct-z'
Junio C Hamano
-7
/
+19
2025-12-14
Merge branch 'kh/advise-w-git-help-in-branch'
Junio C Hamano
-5
/
+5
2025-12-14
Merge branch 'je/doc-pull'
Junio C Hamano
-2
/
+2
2025-12-14
Merge branch 'tc/meson-cross-compile-fix'
Junio C Hamano
-2
/
+3
2025-12-14
Merge branch 'js/last-modified-with-sparse-checkouts'
Junio C Hamano
-1
/
+10
2025-12-14
Merge branch 'rs/diff-index-find-copies-harder-optim'
Junio C Hamano
-7
/
+31
2025-12-14
Merge branch 'tc/last-modified-active-paths-optimization'
Junio C Hamano
-1
/
+1
2025-12-09
The seventh batch
Junio C Hamano
-0
/
+15
2025-12-09
Merge branch 'en/replay-doc-revision-range'
Junio C Hamano
-8
/
+7
2025-12-09
Merge branch 'yc/xdiff-patience-optim'
Junio C Hamano
-1
/
+4
2025-12-09
Merge branch 'bc/zsh-testsuite'
Junio C Hamano
-3
/
+3
2025-12-09
Merge branch 'pw/replay-exclude-gpgsig-fix'
Junio C Hamano
-1
/
+1
2025-12-09
config: document 'gui.GCWarning'
Matthew Hughes
-0
/
+5
2025-12-09
doc: send-email: fix broken list continuation
Kristoffer Haugsbakk
-1
/
+0
2025-12-09
connect: plug protocol capability leak
Junio C Hamano
-0
/
+42
2025-12-08
doc: join default pre-commit paragraphs
Kristoffer Haugsbakk
-7
/
+4
2025-12-07
compat: remove gitmkdtemp()
René Scharfe
-14
/
+2
2025-12-07
banned.h: ban mktemp(3)
René Scharfe
-0
/
+3
2025-12-07
compat: remove mingw_mktemp()
René Scharfe
-15
/
+0
2025-12-07
compat: use git_mkdtemp()
René Scharfe
-3
/
+1
[next]