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
2024-04-16
Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42
Johannes Schindelin
1
-5
/
+31
2024-04-16
Merge branch 'jk/httpd-test-updates'
Johannes Schindelin
3
-32
/
+12
2024-04-16
Merge branch 'jk/http-test-fixes'
Johannes Schindelin
5
-114
/
+122
2024-04-16
ci(linux-asan/linux-ubsan): let's save some time
Johannes Schindelin
1
-0
/
+4
2024-04-16
test-lib: ignore uninteresting LSan output
Jeff King
1
-0
/
+1
2024-04-16
ci: upgrade to using macos-13
Johannes Schindelin
2
-7
/
+5
2024-04-16
Merge branch 'jh/fsmonitor-darwin-modernize'
Johannes Schindelin
2
-14
/
+25
2024-04-16
The twentieth batch
Junio C Hamano
1
-0
/
+22
2024-04-16
Merge branch 'pw/t3428-cleanup'
Junio C Hamano
1
-37
/
+30
2024-04-16
Merge branch 'ba/osxkeychain-updates'
Junio C Hamano
2
-67
/
+308
2024-04-16
Merge branch 'jt/reftable-geometric-compaction'
Junio C Hamano
6
-137
/
+144
2024-04-16
Merge branch 'tb/make-indent-conditional-with-non-spaces'
Junio C Hamano
5
-135
/
+136
2024-04-16
Merge branch 'rs/usage-fallback-to-show-message-format'
Junio C Hamano
1
-1
/
+4
2024-04-16
Merge branch 'rs/date-mode-pass-by-value'
Junio C Hamano
12
-44
/
+44
2024-04-16
Merge branch 'sj/userdiff-c-sharp'
Junio C Hamano
21
-6
/
+352
2024-04-16
Merge branch 'tb/t7700-fixup'
Junio C Hamano
1
-0
/
+2
2024-04-16
Merge branch 'jc/local-extern-shell-rules'
Junio C Hamano
9
-19
/
+37
2024-04-16
apply: avoid using fixed-size buffer in write_out_one_reject()
René Scharfe
1
-16
/
+17
2024-04-16
rerere: fix crashes due to unmatched opening conflict markers
Marcel Röthke
2
-0
/
+68
2024-04-15
The ninteenth batch
Junio C Hamano
1
-0
/
+35
2024-04-15
Merge branch 'jc/t2104-style-fixes'
Junio C Hamano
0
-0
/
+0
2024-04-15
Merge branch 'jc/unleak-core-excludesfile'
Junio C Hamano
2
-1
/
+4
2024-04-15
Merge branch 'jk/libcurl-8.7-regression-workaround'
Junio C Hamano
4
-1
/
+14
2024-04-15
Merge branch 'ps/t0610-umask-fix'
Junio C Hamano
1
-28
/
+39
2024-04-15
Merge branch 'gt/add-u-commit-i-pathspec-check'
Junio C Hamano
9
-25
/
+46
2024-04-15
Merge branch 'ds/fetch-config-parse-microfix'
Junio C Hamano
1
-0
/
+1
2024-04-15
Merge branch 'rs/apply-reject-fd-leakfix'
Junio C Hamano
1
-2
/
+5
2024-04-15
Merge branch 'rs/apply-lift-path-length-limit'
Junio C Hamano
4
-30
/
+9
2024-04-15
Merge branch 'ma/win32-unix-domain-socket'
Junio C Hamano
7
-2
/
+50
2024-04-15
imap-send: increase command size limit
René Scharfe
1
-23
/
+12
2024-04-15
bisect: report the found commit with "show"
Peter Krefting
1
-15
/
+24
2024-04-15
Documentation: fix linkgit reference
Yehezkel Bernat
1
-1
/
+1
2024-04-15
git-compat-util: fix NO_OPENSSL on current macOS
René Scharfe
1
-0
/
+1
2024-04-15
pack-bitmap: gracefully handle missing BTMP chunks
Patrick Steinhardt
3
-23
/
+42
2024-04-15
reftable/block: avoid copying block iterators on seek
Patrick Steinhardt
2
-20
/
+14
2024-04-15
reftable/block: reuse `zstream` state on inflation
Patrick Steinhardt
3
-10
/
+19
2024-04-15
reftable/block: open-code call to `uncompress2()`
Patrick Steinhardt
1
-10
/
+28
2024-04-15
reftable/block: reuse uncompressed blocks
Patrick Steinhardt
3
-19
/
+26
2024-04-15
reftable/reader: iterate to next block in place
Patrick Steinhardt
2
-21
/
+28
2024-04-15
reftable/block: move ownership of block reader into `struct table_iter`
Patrick Steinhardt
3
-83
/
+100
2024-04-15
reftable/block: introduce `block_reader_release()`
Patrick Steinhardt
3
-1
/
+8
2024-04-15
reftable/block: better grouping of functions
Patrick Steinhardt
2
-36
/
+36
2024-04-15
reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
Patrick Steinhardt
4
-16
/
+8
2024-04-15
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
5
-6
/
+6
2024-04-15
launch_editor: waiting message on error
Rubén Justo
1
-4
/
+3
2024-04-15
fast-import: make comments more precise
Thalia Archibald
1
-3
/
+3
2024-04-15
fast-import: forbid escaped NUL in paths
Thalia Archibald
3
-0
/
+4
2024-04-15
fast-import: document C-style escapes for paths
Thalia Archibald
2
-5
/
+11
2024-04-15
fast-import: improve documentation for path quoting
Thalia Archibald
1
-10
/
+16
2024-04-15
fast-import: remove dead strbuf
Thalia Archibald
1
-5
/
+0
[prev]
[next]