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
/
config.mak.uname
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
compat/posix: introduce writev(3p) wrapper
Patrick Steinhardt
1
-0
/
+2
2026-06-22
Merge branch 'hn/macos-linker-warning'
Junio C Hamano
1
-2
/
+9
2026-06-19
config.mak.uname: avoid macOS dup-library warning
Harald Nordgren
1
-2
/
+9
2026-06-11
Merge branch 'hn/macos-linker-warning'
Junio C Hamano
1
-0
/
+6
2026-06-02
config.mak.uname: avoid macOS linker warning on Xcode 16.3+
Harald Nordgren
1
-0
/
+6
2026-05-31
Merge branch 'pt/fsmonitor-linux'
Junio C Hamano
1
-1
/
+11
2026-05-20
Merge branch 'js/mingw-no-nedmalloc'
Junio C Hamano
1
-4
/
+0
2026-05-11
Merge branch 'bc/rust-by-default'
Junio C Hamano
1
-0
/
+1
2026-05-09
mingw: drop the build-system plumbing for nedmalloc
Johannes Schindelin
1
-1
/
+0
2026-05-09
mingw: stop using nedmalloc
Johannes Schindelin
1
-3
/
+0
2026-04-15
fsmonitor: implement filesystem change listener for Linux
Paul Tarjan
1
-0
/
+10
2026-04-15
fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
Paul Tarjan
1
-1
/
+1
2026-04-09
Linux: link against libdl
brian m. carlson
1
-0
/
+1
2026-04-09
Revert "compat/posix: introduce writev(3p) wrapper"
Junio C Hamano
1
-2
/
+0
2026-03-24
Merge branch 'ps/upload-pack-buffer-more-writes'
Junio C Hamano
1
-0
/
+2
2026-03-13
compat/posix: introduce writev(3p) wrapper
Patrick Steinhardt
1
-0
/
+2
2026-02-25
Merge branch 'mc/tr2-process-ancestry-cleanup'
Junio C Hamano
1
-0
/
+2
2026-02-13
build: include procinfo.c impl for macOS
Matthew John Cheetham
1
-0
/
+2
2026-01-12
utf8.c: enable workaround for iconv under macOS 14/15
Torsten Bögershausen
1
-0
/
+1
2025-12-25
macOS: use iconv from Homebrew if needed and present
René Scharfe
1
-0
/
+4
2025-12-25
macOS: make Homebrew use configurable
René Scharfe
1
-22
/
+4
2025-07-14
Merge branch 'bs/config-mak-freebsd'
Junio C Hamano
1
-6
/
+3
2025-07-02
config.mak.uname: set NO_MEMMEM only for functional version
Carlo Marcelo Arenas Belón
1
-6
/
+3
2025-06-18
Merge branch 'bs/solaris-10-and-11'
Junio C Hamano
1
-3
/
+25
2025-06-07
config.mak.uname: update settings for Solaris 10 and 11
Brad Smith
1
-3
/
+25
2025-06-04
Merge branch 'bs/config-mak-openbsd'
Junio C Hamano
1
-4
/
+1
2025-06-01
config.mak.uname: update settings for OpenBSD
Brad Smith
1
-4
/
+1
2025-05-13
Merge branch 'js/ci-buildsystems-cleanup'
Junio C Hamano
1
-76
/
+0
2025-05-05
Merge branch 'js/windows-arm64'
Junio C Hamano
1
-4
/
+14
2025-05-05
config.mak.uname: drop the `vcxproj` target
Johannes Schindelin
1
-76
/
+0
2025-04-23
mingw(arm64): do move the `/etc/git*` location
Johannes Schindelin
1
-2
/
+2
2025-04-23
msvc: do handle builds on Windows/ARM64
Johannes Schindelin
1
-1
/
+5
2025-04-23
mingw: do not use nedmalloc on Windows/ARM64
Johannes Schindelin
1
-1
/
+3
2025-04-23
config.mak.uname: add support for clangarm64
Dennis Ameling
1
-0
/
+4
2025-04-17
config.mak.uname: set CSPRNG_METHOD to getrandom on Linux
Ramsay Jones
1
-0
/
+1
2025-04-16
config.mak.uname: add arc4random to the cygwin build
Ramsay Jones
1
-0
/
+1
2025-04-16
config.mak.uname: add sysinfo() configuration for cygwin
Ramsay Jones
1
-1
/
+2
2025-04-16
config.mak.uname: add clock_gettime() to the cygwin build
Ramsay Jones
1
-0
/
+2
2025-04-16
config.mak.uname: add HAVE_GETDELIM to the cygwin section
Ramsay Jones
1
-0
/
+1
2025-04-16
config.mak.uname: only set NO_REGEX on cygwin for v1.7
Ramsay Jones
1
-1
/
+3
2025-04-16
config.mak.uname: add a note about NO_STRLCPY for Linux
Ramsay Jones
1
-0
/
+1
2025-04-16
Makefile: remove NEEDS_LIBRT build variable
Ramsay Jones
1
-2
/
+0
2024-12-17
cmake/vcxproj: stop special-casing `remote-ext`
Johannes Schindelin
1
-4
/
+0
2024-09-13
Merge branch 'rj/cygwin-has-dev-tty'
Junio C Hamano
1
-0
/
+1
2024-09-08
config.mak.uname: add HAVE_DEV_TTY to cygwin config section
Ramsay Jones
1
-0
/
+1
2024-08-22
exec_cmd: RUNTIME_PREFIX on z/OS systems
D Harithamma
1
-0
/
+1
2024-07-18
config.mak.uname: remove unused uname_P variable
Ramsay Jones
1
-1
/
+0
2024-04-30
Merge branch 'js/build-fuzz-more-often'
Junio C Hamano
1
-0
/
+1
2024-04-24
fuzz: link fuzz programs with `make all` on Linux
Josh Steadmon
1
-0
/
+1
2024-04-16
Merge branch 'tb/make-indent-conditional-with-non-spaces'
Junio C Hamano
1
-77
/
+77
[next]