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-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-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-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
2026-02-13
trace2: emit cmd_ancestry data for Windows
Matthew John Cheetham
1
-0
/
+8
2026-02-13
trace2: refactor Windows process ancestry trace2 event
Matthew John Cheetham
1
-25
/
+25
2026-02-13
trace2: add macOS process ancestry tracing
Matthew John Cheetham
1
-0
/
+97
2026-01-23
Merge branch 'js/symlink-windows'
Junio C Hamano
4
-156
/
+496
2026-01-22
lockfile: add PID file for debugging stale locks
Paulo Casaretto
1
-0
/
+10
2026-01-21
Merge branch 'js/prep-symlink-windows'
Junio C Hamano
1
-11
/
+7
2026-01-09
mingw: emulate `stat()` a little more faithfully
Johannes Schindelin
1
-1
/
+13
2026-01-09
mingw: try to create symlinks without elevated permissions
Johannes Schindelin
1
-2
/
+24
2026-01-09
mingw: add support for symlinks to directories
Karsten Blees
1
-0
/
+164
2026-01-09
mingw: implement basic `symlink()` functionality (file symlinks only)
Karsten Blees
2
-2
/
+29
2026-01-09
mingw: implement `readlink()`
Karsten Blees
2
-2
/
+25
2026-01-09
mingw: allow `mingw_chdir()` to change to symlink-resolved directories
Karsten Blees
1
-1
/
+19
2026-01-09
mingw: support renaming symlinks
Karsten Blees
1
-22
/
+16
2026-01-09
mingw: handle symlinks to directories in `mingw_unlink()`
Karsten Blees
1
-1
/
+8
2026-01-09
mingw: add symlink-specific error codes
Karsten Blees
1
-0
/
+5
2026-01-09
mingw: change default of `core.symlinks` to false
Karsten Blees
1
-0
/
+9
[next]