index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
The eleventh batch
Junio C Hamano
1
-0
/
+4
2024-06-04
imap-send: minimum leakfix
Junio C Hamano
1
-0
/
+1
2024-06-03
The tenth batch
Junio C Hamano
1
-9
/
+11
2024-06-01
run-command: show prepared command
Ian Wienand
2
-0
/
+14
2024-06-01
Documentation: alias: add notes on shell expansion
Ian Wienand
1
-0
/
+14
2024-05-31
t1517: more coverage for commands that work without repository
Junio C Hamano
1
-0
/
+52
2024-05-31
Git 2.39.5
v2.39.5
Junio C Hamano
3
-2
/
+28
2024-05-30
The ninth batch
Junio C Hamano
1
-3
/
+25
2024-05-30
pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
Taylor Blau
1
-3
/
+2
2024-05-30
midx: replace `get_midx_rev_filename()` with a generic helper
Taylor Blau
3
-6
/
+13
2024-05-30
midx-write.c: support reading an existing MIDX with `packs_to_include`
Taylor Blau
1
-31
/
+11
2024-05-30
midx-write.c: extract `fill_packs_from_midx()`
Taylor Blau
1
-30
/
+38
2024-05-30
midx-write.c: extract `should_include_pack()`
Taylor Blau
1
-20
/
+28
2024-05-30
midx-write.c: pass `start_pack` to `compute_sorted_entries()`
Taylor Blau
1
-4
/
+6
2024-05-30
midx-write.c: reduce argument count for `get_sorted_entries()`
Taylor Blau
1
-26
/
+19
2024-05-30
midx-write.c: tolerate `--preferred-pack` without bitmaps
Taylor Blau
2
-1
/
+30
2024-05-30
mv: replace src_dir with a strvec
Jeff King
1
-6
/
+4
2024-05-30
mv: factor out empty src_dir removal
Jeff King
1
-19
/
+23
2024-05-30
mv: move src_dir cleanup to end of cmd_mv()
Jeff King
1
-1
/
+1
2024-05-30
t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULL
Jeff King
1
-0
/
+1
2024-05-30
t-strvec: use va_end() to match va_start()
Jeff King
1
-0
/
+2
2024-05-30
t: improve the test-case for parse_names()
Chandra Pratap
1
-2
/
+4
2024-05-30
t: add test for put_be16()
Chandra Pratap
1
-0
/
+11
2024-05-30
t: move tests from reftable/record_test.c to the new unit test
Chandra Pratap
2
-44
/
+33
2024-05-30
t: move tests from reftable/stack_test.c to the new unit test
Chandra Pratap
2
-28
/
+22
2024-05-30
t: move reftable/basics_test.c to the unit testing framework
Chandra Pratap
3
-24
/
+20
2024-05-29
t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
Ghanshyam Thakkar
3
-56
/
+85
2024-05-29
strbuf: introduce strbuf_addstrings() to repeatedly add a string
Ghanshyam Thakkar
4
-7
/
+16
2024-05-28
The eighth batch
Junio C Hamano
1
-0
/
+35
2024-05-27
builtin/mv: fix leaks for submodule gitfile paths
Patrick Steinhardt
5
-19
/
+30
2024-05-27
builtin/mv: refactor to use `struct strvec`
Patrick Steinhardt
8
-67
/
+68
2024-05-27
builtin/mv duplicate string list memory
Patrick Steinhardt
1
-6
/
+13
2024-05-27
builtin/mv: refactor `add_slash()` to always return allocated strings
Patrick Steinhardt
1
-18
/
+20
2024-05-27
strvec: add functions to replace and remove strings
Patrick Steinhardt
6
-0
/
+329
2024-05-27
submodule: fix leaking memory for submodule entries
Patrick Steinhardt
5
-0
/
+6
2024-05-27
commit-reach: fix memory leak in `ahead_behind()`
Patrick Steinhardt
2
-0
/
+6
2024-05-27
builtin/credential: clear credential before exit
Patrick Steinhardt
2
-0
/
+4
2024-05-27
config: plug various memory leaks
Patrick Steinhardt
13
-12
/
+40
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
30
-92
/
+96
2024-05-27
builtin/log: stop using globals for format config
Patrick Steinhardt
1
-202
/
+265
2024-05-27
builtin/log: stop using globals for log config
Patrick Steinhardt
1
-103
/
+156
2024-05-27
convert: refactor code to clarify ownership of check_roundtrip_encoding
Patrick Steinhardt
4
-15
/
+19
2024-05-27
diff: refactor code to clarify memory ownership of prefixes
Patrick Steinhardt
1
-8
/
+10
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
18
-39
/
+44
2024-05-27
http: refactor code to clarify memory ownership
Patrick Steinhardt
1
-30
/
+32
2024-05-27
checkout: clarify memory ownership in `unique_tracking_name()`
Patrick Steinhardt
14
-20
/
+34
2024-05-27
strbuf: fix leak when `appendwholeline()` fails with EOF
Patrick Steinhardt
2
-1
/
+5
2024-05-27
t: mark a bunch of tests as leak-free
Patrick Steinhardt
11
-0
/
+13
2024-05-27
transport-helper: fix leaking helper name
Patrick Steinhardt
278
-3170
/
+6883
2024-05-27
ci: add missing dependency for TTY prereq
Patrick Steinhardt
1
-2
/
+2
[next]