index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t1100-commit-tree-options.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-05
sparse-checkout: free string list after displaying
Jeff King
1
-0
/
+2
2024-06-05
sparse-checkout: free pattern list in sparse_checkout_list()
Jeff King
1
-3
/
+2
2024-06-05
sparse-checkout: free sparse_filename after use
Jeff King
1
-0
/
+2
2024-06-05
sparse-checkout: refactor temporary sparse_checkout_patterns
Jeff King
1
-1
/
+8
2024-06-05
sparse-checkout: always free "line" strbuf after reading input
Jeff King
1
-0
/
+1
2024-06-05
sparse-checkout: reuse --stdin buffer when reading patterns
Jeff King
1
-5
/
+4
2024-06-05
dir.c: always copy input to add_pattern()
Jeff King
2
-14
/
+7
2024-06-04
dir.c: free removed sparse-pattern hashmap entries
Jeff King
2
-1
/
+8
2024-06-04
sparse-checkout: clear patterns when init() sees existing sparse file
Jeff King
1
-0
/
+1
2024-06-04
dir.c: free strings in sparse cone pattern hashmaps
Jeff King
1
-4
/
+15
2024-06-04
sparse-checkout: pass string literals directly to add_pattern()
Jeff King
3
-8
/
+5
2024-06-04
sparse-checkout: free string list in write_cone_to_file()
Jeff King
1
-0
/
+2
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-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
137
-2979
/
+1541
2024-05-27
ci: add missing dependency for TTY prereq
Patrick Steinhardt
1
-2
/
+2
2024-05-23
The seventh batch
Junio C Hamano
1
-0
/
+9
2024-05-20
The sixth batch
Junio C Hamano
1
-0
/
+8
2024-05-17
t/t9001-send-email.sh: sed - remove the i flag for s
Marcel Telka
1
-1
/
+1
2024-05-17
t/t9118-git-svn-funky-branch-names.sh: sed needs semicolon
Marcel Telka
1
-1
/
+1
2024-05-17
t/t1700-split-index.sh: mv -v is not portable
Marcel Telka
1
-1
/
+1
2024-05-17
t/t4202-log.sh: fix misspelled variable
Marcel Telka
1
-1
/
+1
2024-05-17
t/t0600-reffiles-backend.sh: rm -v is not portable
Marcel Telka
1
-1
/
+1
2024-05-17
t/t9902-completion.sh: backslashes in echo
Marcel Telka
1
-1
/
+1
2024-05-17
Switch grep from non-portable BRE to portable ERE
Marcel Telka
2
-2
/
+2
2024-05-17
diff: document what --name-only shows
Junio C Hamano
1
-2
/
+3
2024-05-17
SubmittingPatches: advertise git-manpages-l10n project a bit
Junio C Hamano
1
-0
/
+7
[next]