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
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
scalar: address -Wsign-compare warnings
Patrick Steinhardt
1
-4
/
+3
2024-12-06
builtin/patch-id: fix type of `get_one_patchid()`
Patrick Steinhardt
1
-8
/
+8
2024-12-06
builtin/blame: fix type of `length` variable when emitting object ID
Patrick Steinhardt
1
-3
/
+7
2024-12-06
gpg-interface: address -Wsign-comparison warnings
Patrick Steinhardt
1
-9
/
+6
2024-12-06
daemon: fix type of `max_connections`
Patrick Steinhardt
1
-6
/
+5
2024-12-06
daemon: fix loops that have mismatching integer types
Patrick Steinhardt
1
-13
/
+8
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
55
-238
/
+105
2024-12-06
pkt-line: fix -Wsign-compare warning on 32 bit platform
Patrick Steinhardt
1
-9
/
+11
2024-12-06
csum-file: fix -Wsign-compare warning on 32-bit platform
Junio C Hamano
1
-2
/
+1
2024-12-06
diff.h: fix index used to loop through unsigned integer
Patrick Steinhardt
18
-23
/
+1
2024-12-06
config.mak.dev: drop `-Wno-sign-compare`
Patrick Steinhardt
1
-1
/
+0
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
265
-2
/
+439
2024-12-06
compat/win32: fix -Wsign-compare warning in "wWinMain()"
Patrick Steinhardt
1
-8
/
+9
2024-12-06
compat/regex: explicitly ignore "-Wsign-compare" warnings
Patrick Steinhardt
1
-0
/
+2
2024-12-06
git-compat-util: introduce macros to disable "-Wsign-compare" warnings
Patrick Steinhardt
1
-0
/
+10
2024-12-06
The fourteenth batch
Junio C Hamano
1
-0
/
+6
2024-12-04
The thirteenth batch
Junio C Hamano
1
-12
/
+22
2024-11-27
The twelfth batch
Junio C Hamano
1
-0
/
+21
2024-11-27
ref-cache: fix invalid free operation in `free_ref_entry`
shejialuo
1
-1
/
+2
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
17
-135
/
+239
2024-11-26
bisect: address Coverity warning about potential double free
Patrick Steinhardt
2
-2
/
+5
2024-11-26
sequencer: comment commit messages properly
Kristoffer Haugsbakk
2
-4
/
+23
2024-11-26
sequencer: comment `--reference` subject line properly
Kristoffer Haugsbakk
2
-4
/
+19
2024-11-26
sequencer: comment checked-out branch properly
Kristoffer Haugsbakk
2
-2
/
+22
2024-11-26
reftable: rename scratch buffer
Patrick Steinhardt
4
-18
/
+20
2024-11-26
refs: adapt `initial_transaction` flag to be unsigned
Patrick Steinhardt
2
-2
/
+2
2024-11-25
t7900: fix host-dependent behaviour when testing git-maintenance(1)
Patrick Steinhardt
1
-2
/
+7
2024-11-25
Git 2.47.1
v2.47.1
Junio C Hamano
1
-0
/
+5
2024-11-24
Makefile(s): avoid recipe prefix in conditional statements
Taylor Blau
1
-2
/
+2
2024-11-24
doc: switch links to https
Josh Soref
1
-1
/
+1
2024-11-24
doc: update links to current pages
Josh Soref
1
-1
/
+1
2024-11-22
The eleventh batch
Junio C Hamano
1
-0
/
+14
2024-11-22
t/perf: use 'test_file_size' in more places
Taylor Blau
2
-2
/
+2
2024-11-22
pack-bitmap.c: typofix in `find_boundary_objects()`
Taylor Blau
1
-1
/
+1
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
928
-928
/
+0
2024-11-21
test-lib: unconditionally enable leak checking
Patrick Steinhardt
4
-97
/
+1
2024-11-21
t: remove unneeded !SANITIZE_LEAK prerequisites
Patrick Steinhardt
3
-11
/
+11
2024-11-21
t: mark some tests as leak free
Patrick Steinhardt
2
-0
/
+2
2024-11-21
t5601: work around leak sanitizer issue
Patrick Steinhardt
1
-11
/
+15
2024-11-21
git-compat-util: drop now-unused `UNLEAK()` macro
Patrick Steinhardt
2
-35
/
+0
2024-11-21
global: drop `UNLEAK()` annotation
Patrick Steinhardt
2
-2
/
+0
2024-11-21
t/helper: fix leaking commit graph in "read-graph" subcommand
Patrick Steinhardt
1
-2
/
+1
2024-11-21
builtin/branch: fix leaking sorting options
Patrick Steinhardt
1
-11
/
+22
2024-11-21
builtin/init-db: fix leaking directory paths
Patrick Steinhardt
1
-15
/
+19
2024-11-21
builtin/help: fix leaks in `check_git_cmd()`
Patrick Steinhardt
1
-6
/
+7
2024-11-21
help: fix leaking return value from `help_unknown_cmd()`
Patrick Steinhardt
3
-6
/
+7
2024-11-21
help: fix leaking `struct cmdnames`
Patrick Steinhardt
1
-0
/
+4
2024-11-21
help: refactor to not use globals for reading config
Patrick Steinhardt
1
-23
/
+24
2024-11-21
builtin/sparse-checkout: fix leaking sanitized patterns
Patrick Steinhardt
1
-22
/
+39
2024-11-21
split-index: fix memory leak in `move_cache_to_base_index()`
Patrick Steinhardt
2
-1
/
+6
[next]