index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-09
fsck: refactor `fsck_blob()` to allow for more checks
Patrick Steinhardt
1
-26
/
+29
2022-12-09
pretty: restrict input lengths for padding and wrapping formats
Patrick Steinhardt
2
-9
/
+41
2022-12-09
utf8: refactor `strbuf_utf8_replace` to not rely on preallocated buffer
Patrick Steinhardt
1
-21
/
+13
2022-12-09
utf8: fix checking for glyph width in `strbuf_utf8_replace()`
Patrick Steinhardt
2
-5
/
+21
2022-12-09
utf8: fix overflow when returning string width
Patrick Steinhardt
2
-3
/
+17
2022-12-09
utf8: fix returning negative string width
Patrick Steinhardt
2
-2
/
+12
2022-12-09
utf8: fix truncated string lengths in `utf8_strnwidth()`
Patrick Steinhardt
4
-9
/
+7
2022-12-09
pretty: fix integer overflow in wrapping format
Patrick Steinhardt
3
-1
/
+23
2022-12-09
pretty: fix adding linefeed when placeholder is not expanded
Patrick Steinhardt
2
-1
/
+21
2022-12-09
pretty: fix out-of-bounds read when parsing invalid padding format
Patrick Steinhardt
2
-1
/
+7
2022-12-09
pretty: fix out-of-bounds read when left-flushing with stealing
Patrick Steinhardt
2
-1
/
+7
2022-12-09
pretty: fix out-of-bounds write caused by integer overflow
Patrick Steinhardt
2
-5
/
+23
2022-12-09
test-lib: add prerequisite for 64-bit platforms
Carlo Marcelo Arenas Belón
1
-0
/
+4
2022-12-09
RelNotes: a couple of typofixes
Johannes Schindelin
1
-2
/
+2
2022-12-09
t1509: facilitate repeated script invocations
Eric Sunshine
1
-0
/
+5
2022-12-09
t1509: make "setup" test more robust
Eric Sunshine
1
-1
/
+1
2022-12-09
t1509: fix failing "root work tree" test due to owner-check
Eric Sunshine
1
-1
/
+2
2022-12-08
CI: migrate away from deprecated "set-output" syntax
Ævar Arnfjörð Bjarmason
2
-3
/
+3
2022-12-08
ci: avoid using deprecated {up,down}load-artifacts Action
Johannes Schindelin
1
-8
/
+14
2022-12-08
CI: don't explicitly pick "bash" shell outside of Windows, fix regression
Ævar Arnfjörð Bjarmason
1
-6
/
+2
2022-12-07
l10n: tr: v2.39.0 updates
Emir SARI
1
-348
/
+500
2022-12-07
l10n: Update Catalan translation
Jordi Mas
1
-442
/
+516
2022-12-07
CI: upgrade to macos-12, and pin OSX version
Ævar Arnfjörð Bjarmason
3
-4
/
+4
2022-12-07
t3920: support CR-eating grep
René Scharfe
1
-1
/
+1
2022-12-07
t0021: use Windows-friendly `pwd`
Johannes Schindelin
1
-2
/
+2
2022-12-06
l10n: bg.po: Updated Bulgarian translation (5501t)
Alexander Shopov
1
-348
/
+508
2022-12-06
Git 2.39-rc2
v2.39.0-rc2
Junio C Hamano
2
-4
/
+4
2022-12-06
ci(main): upgrade actions/checkout to v3
Oscar Dominguez
1
-7
/
+10
2022-12-05
attr: ignore overly large gitattributes files
Patrick Steinhardt
3
-2
/
+45
2022-12-05
attr: ignore attribute lines exceeding 2048 bytes
Patrick Steinhardt
3
-2
/
+34
2022-12-05
attr: fix silently splitting up lines longer than 2048 bytes
Patrick Steinhardt
2
-6
/
+28
2022-12-05
attr: harden allocation against integer overflows
Patrick Steinhardt
1
-4
/
+3
2022-12-05
attr: fix integer overflow with more than INT_MAX macros
Patrick Steinhardt
1
-5
/
+5
2022-12-05
attr: fix out-of-bounds read with unreasonable amount of patterns
Patrick Steinhardt
1
-9
/
+9
2022-12-05
attr: fix out-of-bounds write when parsing huge number of attributes
Patrick Steinhardt
1
-8
/
+8
2022-12-05
attr: fix integer overflow when parsing huge attribute names
Patrick Steinhardt
1
-1
/
+1
2022-12-05
attr: fix out-of-bounds read with huge attribute names
Patrick Steinhardt
1
-1
/
+1
2022-12-05
attr: fix overflow when upserting attribute with overly long name
Patrick Steinhardt
1
-1
/
+1
2022-12-05
git-compat-util: undefine system names before redeclaring them
Jeff King
1
-0
/
+4
2022-12-05
maintenance: compare output of pthread functions for inequality with 0
Seija
2
-3
/
+3
2022-12-05
t3920: don't ignore errors of more than one command with `|| true`
Johannes Sixt
1
-1
/
+1
2022-12-05
t4023: fix ignored exit codes of git
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-12-05
t7600: don't ignore "rev-parse" exit code in helper
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-12-02
l10n: de.po: update German translation
Ralf Thielow
1
-326
/
+488
2022-12-02
l10n: zh_CN v2.39.0 round 1
Fangyi Zhou
1
-345
/
+508
2022-12-02
t5314: check exit code of "git"
Ævar Arnfjörð Bjarmason
1
-7
/
+10
2022-12-02
fsmonitor: fix race seen in t7527
Jeff Hostetler
1
-0
/
+2
2022-12-02
list-objects-filter: plug pattern_list leak
René Scharfe
1
-0
/
+1
2022-12-02
diff: remove parseopts member from struct diff_options
René Scharfe
2
-15
/
+1
2022-12-02
diff: use add_diff_options() in diff_opt_parse()
René Scharfe
1
-1
/
+5
[prev]
[next]