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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Merge branch 'ua/update-server-info-sans-the-repository'
Junio C Hamano
1
-4
/
+4
2025-02-21
compat/mingw: rename the symlink, not the target
Eliah Kagan
1
-1
/
+3
2025-02-21
builtin/refs: add '--no-reflog' flag to drop reflogs
Karthik Nayak
5
-11
/
+44
2025-02-20
ci: exercise credential helpers
Patrick Steinhardt
4
-3
/
+9
2025-02-20
ci: fix propagating UTF-8 test locale in musl-based Meson job
Patrick Steinhardt
1
-2
/
+2
2025-02-20
Merge branch 'master' of https://github.com/j6t/gitk
Junio C Hamano
5
-33
/
+237
2025-02-20
Merge branch 'pks-meson-support' of https://github.com/pks-t/gitk
Johannes Sixt
4
-3
/
+62
2025-02-20
Merge branch 'g4w-gitk' of https://github.com/dscho/gitk
Johannes Sixt
1
-30
/
+175
2025-02-20
gitk: introduce support for the Meson build system
Patrick Steinhardt
2
-0
/
+49
2025-02-20
gitk: extract script to build executable
Patrick Steinhardt
2
-3
/
+13
2025-02-19
agent: advertise OS name via agent capability
Usman Akinyemi
6
-6
/
+62
2025-02-19
meson: fix Perl version check for Meson versions before 1.7.0
Peter Oliver
1
-1
/
+16
2025-02-19
meson: bump minimum required Perl version to 5.26.0
Peter Oliver
1
-1
/
+1
2025-02-18
The twelfth batch
Junio C Hamano
1
-0
/
+17
2025-02-18
Merge branch 'bc/contrib-thunderbird-patch-inline-fix'
Junio C Hamano
1
-1
/
+1
2025-02-18
Merge branch 'lo/t7603-path-is-file-update'
Junio C Hamano
1
-12
/
+12
2025-02-18
Merge branch 'da/difftool-sans-the-repository'
Junio C Hamano
1
-39
/
+56
2025-02-18
Merge branch 'jt/rev-list-missing-print-info'
Junio C Hamano
3
-17
/
+161
2025-02-18
Merge branch 'ps/send-pack-unhide-error-in-atomic-push'
Junio C Hamano
6
-142
/
+406
2025-02-18
Merge branch 'ds/backfill'
Junio C Hamano
18
-14
/
+540
2025-02-18
reftable: ignore file-in-use errors when unlink(3p) fails on Windows
Patrick Steinhardt
3
-3
/
+11
2025-02-18
Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-windows-unlink-fix
Junio C Hamano
25
-1155
/
+1405
2025-02-18
meson: wire up static analysis via Coccinelle
Patrick Steinhardt
3
-0
/
+92
2025-02-18
meson: wire up git-contacts(1)
Patrick Steinhardt
2
-1
/
+56
2025-02-18
meson: wire up credential helpers
Patrick Steinhardt
8
-1
/
+51
2025-02-18
contrib/credential: fix compilation of "osxkeychain" helper
Patrick Steinhardt
1
-1
/
+1
2025-02-18
contrib/credential: fix compiling "libsecret" helper
Patrick Steinhardt
1
-5
/
+5
2025-02-18
contrib/credential: fix compilation of wincred helper with MSVC
M Hickford
1
-0
/
+2
2025-02-18
contrib/credential: fix "netrc" tests with out-of-tree builds
Patrick Steinhardt
2
-4
/
+5
2025-02-18
GIT-BUILD-OPTIONS: propagate project's source directory
Patrick Steinhardt
6
-10
/
+6
2025-02-18
promisor-remote: check advertised name or URL
Christian Couder
3
-12
/
+138
2025-02-18
Add 'promisor-remote' capability to protocol v2
Christian Couder
9
-1
/
+584
2025-02-18
Makefile: skip reftable library for Coccinelle
Patrick Steinhardt
1
-1
/
+1
2025-02-18
reftable: decouple from Git codebase by pulling in "compat/posix.h"
Patrick Steinhardt
2
-1
/
+3
2025-02-18
git-compat-util.h: split out POSIX-emulating bits
Patrick Steinhardt
2
-529
/
+543
2025-02-18
compat/mingw: split out POSIX-related bits
Patrick Steinhardt
4
-453
/
+467
2025-02-18
reftable/basics: introduce `REFTABLE_UNUSED` annotation
Patrick Steinhardt
5
-22
/
+24
2025-02-18
reftable/basics: stop using `SWAP()` macro
Patrick Steinhardt
4
-11
/
+20
2025-02-18
reftable/stack: stop using `sleep_millisec()`
Patrick Steinhardt
1
-1
/
+1
2025-02-18
reftable/system: introduce `reftable_rand()`
Patrick Steinhardt
3
-2
/
+13
2025-02-18
reftable/reader: stop using `ARRAY_SIZE()` macro
Patrick Steinhardt
1
-1
/
+1
2025-02-18
reftable/basics: provide wrappers for big endian conversion
Patrick Steinhardt
7
-58
/
+127
2025-02-18
reftable/basics: stop using `st_mult()` in array allocators
Patrick Steinhardt
1
-4
/
+32
2025-02-18
reftable: stop using `BUG()` in trivial cases
Patrick Steinhardt
3
-9
/
+3
2025-02-18
reftable/record: don't `BUG()` in `reftable_record_cmp()`
Patrick Steinhardt
7
-34
/
+92
2025-02-18
reftable/record: stop using `BUG()` in `reftable_record_init()`
Patrick Steinhardt
7
-13
/
+21
2025-02-18
reftable/record: stop using `COPY_ARRAY()`
Patrick Steinhardt
1
-5
/
+11
2025-02-18
reftable/blocksource: stop using `xmmap()`
Patrick Steinhardt
1
-3
/
+8
2025-02-18
reftable/stack: stop using `write_in_full()`
Patrick Steinhardt
1
-4
/
+24
2025-02-18
reftable/stack: stop using `read_in_full()`
Patrick Steinhardt
1
-4
/
+14
[prev]
[next]