index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
Merge branch 'js/mingw-build-updates' into next
Junio C Hamano
1
-0
/
+68
2 days
mingw: allow `git.exe` to be used instead of the "Git wrapper"
Johannes Schindelin
1
-0
/
+65
2 days
mingw: ensure valid CTYPE
Johannes Schindelin
1
-0
/
+3
2026-08-17
Merge branch 'js/coverity-unchecked-returns-fix' into next
Junio C Hamano
1
-0
/
+2
2026-08-12
compat/pread: check initial lseek for errors
Johannes Schindelin
1
-0
/
+2
2026-08-11
Merge branch 'ps/writev' into next
Junio C Hamano
2
-0
/
+55
2026-08-07
compat/posix: introduce writev(3p) wrapper
Patrick Steinhardt
2
-0
/
+55
2026-07-30
Merge branch 'ty/migrate-trust-executable-bit'
Junio C Hamano
2
-4
/
+16
2026-07-29
Merge branch 'js/mingw-symlink-net-share-leak' into next
Junio C Hamano
1
-0
/
+23
2026-07-28
mingw: skip symlink type auto-detection for network share targets
Johannes Schindelin
1
-0
/
+23
2026-07-23
Merge branch 'ty/migrate-trust-executable-bit' into next
Junio C Hamano
2
-4
/
+16
2026-07-20
environment: move has_symlinks into repo_config_values
Tian Yuchen
2
-4
/
+16
2026-07-19
Merge branch 'ty/migrate-ignorecase'
Junio C Hamano
1
-1
/
+2
2026-07-16
Merge branch 'ih/precompose-flex-array'
Junio C Hamano
2
-8
/
+13
2026-07-16
Merge branch 'js/coverity-fixes'
Junio C Hamano
2
-3
/
+2
2026-07-12
Merge branch 'ty/migrate-ignorecase' into next
Junio C Hamano
1
-1
/
+2
2026-07-09
Merge branch 'ih/precompose-flex-array' into next
Junio C Hamano
2
-8
/
+13
2026-07-09
Merge branch 'js/coverity-fixes' into next
Junio C Hamano
2
-3
/
+2
2026-07-06
Merge branch 'ty/move-protect-hfs-ntfs'
Junio C Hamano
1
-1
/
+1
2026-07-05
mingw: make `exit_process()` own the process handle on all paths
Johannes Schindelin
2
-3
/
+2
2026-07-04
precompose_utf8: use a flex array for d_name
Ihar Hrachyshka
2
-8
/
+13
2026-06-22
win32: ensure that `localtime_r()` is declared even in i686 builds
Johannes Schindelin
1
-1
/
+1
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-1
/
+23
2026-06-19
config: use repo_ignore_case() to access core.ignorecase
Tian Yuchen
1
-1
/
+2
2026-06-17
Merge branch 'dl/posix-unused-warning-clang'
Junio C Hamano
1
-12
/
+23
2026-06-16
Merge branch 'js/win-kill-child-more-gently'
Junio C Hamano
2
-7
/
+194
2026-06-15
compat/msvc: use _chsize_s for ftruncate
Johannes Schindelin
1
-1
/
+23
2026-06-15
Merge branch 'ak/typofixes'
Junio C Hamano
1
-1
/
+1
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-7
/
+13
2026-06-13
compat/posix.h: simplify GIT_GNUC_PREREQ() comparison
Dominik Loidolt
1
-2
/
+2
2026-06-13
compat/posix.h: clean up GIT_GNUC_PREREQ() and UNUSED
Dominik Loidolt
1
-9
/
+8
2026-06-13
compat/posix.h: enable UNUSED warning messages for Clang
Dominik Loidolt
1
-1
/
+13
2026-06-12
environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'
Tian Yuchen
1
-1
/
+1
2026-06-08
doc: fix typos via codespell
Andrew Kreimer
1
-1
/
+1
2026-06-05
mingw: really handle SIGINT
Johannes Schindelin
1
-0
/
+9
2026-06-05
mingw: kill child processes in a gentler way
Johannes Schindelin
2
-7
/
+185
2026-06-03
environment: move "precomposed_unicode" into `struct repo_config_values`
Olamide Caleb Bello
1
-7
/
+13
2026-05-31
Merge branch 'pt/fsmonitor-linux'
Junio C Hamano
7
-0
/
+1024
2026-05-21
Merge branch 'js/mingw-no-nedmalloc' into maint-2.54
Junio C Hamano
5
-7054
/
+0
2026-05-20
Merge branch 'js/mingw-no-nedmalloc'
Junio C Hamano
5
-7054
/
+0
2026-05-20
Merge branch 'js/objects-larger-than-4gb-on-windows'
Junio C Hamano
1
-0
/
+2
2026-05-09
test-tool: add a helper to synthesize large packfiles
Johannes Schindelin
1
-0
/
+2
2026-05-09
mingw: remove the vendored compat/nedmalloc/ subtree
Johannes Schindelin
5
-7054
/
+0
2026-05-08
mingw: optionally use legacy (non-POSIX) delete semantics
Johannes Schindelin
1
-2
/
+45
2026-04-15
fsmonitor: implement filesystem change listener for Linux
Paul Tarjan
3
-0
/
+996
2026-04-15
fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
Paul Tarjan
1
-0
/
+0
2026-04-15
fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
Paul Tarjan
1
-0
/
+0
2026-04-15
compat/win32: add pthread_cond_timedwait
Paul Tarjan
2
-0
/
+28
2026-04-09
Revert "compat/posix: introduce writev(3p) wrapper"
Junio C Hamano
2
-58
/
+0
2026-04-06
compat/winansi: drop pre-Vista workaround
Matthias Aßhauer
1
-33
/
+4
[next]