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
2026-08-24
Merge branch 'js/coverity-unchecked-returns-fix'
Junio C Hamano
1
-0
/
+2
2026-08-18
Merge branch 'ps/writev'
Junio C Hamano
2
-0
/
+55
2026-08-12
compat/pread: check initial lseek for errors
Johannes Schindelin
1
-0
/
+2
2026-08-07
compat/posix: introduce writev(3p) wrapper
Patrick Steinhardt
2
-0
/
+55
2026-08-05
Merge branch 'js/mingw-symlink-net-share-leak'
Junio C Hamano
1
-0
/
+23
2026-07-30
Merge branch 'ty/migrate-trust-executable-bit'
Junio C Hamano
2
-4
/
+16
2026-07-28
mingw: skip symlink type auto-detection for network share targets
Johannes Schindelin
1
-0
/
+23
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-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
2026-04-06
unify and bump _WIN32_WINNT definition to Windows 8.1
Matthias Aßhauer
5
-5
/
+7
2026-04-03
mingw: use strftime() directly in UCRT builds
Johannes Schindelin
1
-0
/
+4
2026-03-25
regexp: leave a pointer to resurrect workaround for Homebrew
Junio C Hamano
1
-0
/
+5
2026-03-24
Merge branch 'ps/upload-pack-buffer-more-writes'
Junio C Hamano
2
-0
/
+58
2026-03-13
compat/posix: introduce writev(3p) wrapper
Patrick Steinhardt
2
-0
/
+58
2026-02-25
Merge branch 'mc/tr2-process-ancestry-cleanup'
Junio C Hamano
2
-25
/
+130
2026-02-17
Merge branch 'pc/lockfile-pid'
Junio C Hamano
1
-0
/
+10
[next]