index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t4014-format-patch.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-14
diff: fix leak when parsing invalid ignore regex option
Patrick Steinhardt
2
-1
/
+6
2024-08-14
unpack-trees: clear index when not propagating it
Patrick Steinhardt
2
-0
/
+3
2024-08-14
sequencer: release todo list on error paths
Patrick Steinhardt
2
-19
/
+48
2024-08-14
merge-ort: unconditionally release attributes index
Patrick Steinhardt
5
-2
/
+5
2024-08-14
builtin/fast-export: plug leaking tag names
Patrick Steinhardt
2
-5
/
+13
2024-08-14
builtin/fast-export: fix leaking diff options
Patrick Steinhardt
1
-0
/
+2
2024-08-14
builtin/fast-import: plug trivial memory leaks
Patrick Steinhardt
3
-2
/
+9
2024-08-14
builtin/notes: fix leaking `struct notes_tree` when merging notes
Patrick Steinhardt
3
-5
/
+6
2024-08-14
builtin/rebase: fix leaking `commit.gpgsign` value
Patrick Steinhardt
5
-0
/
+5
2024-08-14
config: fix leaking comment character config
Patrick Steinhardt
4
-3
/
+9
2024-08-14
submodule-config: fix leaking name entry when traversing submodules
Patrick Steinhardt
1
-10
/
+8
2024-08-14
read-cache: fix leaking hashfile when writing index fails
Patrick Steinhardt
4
-39
/
+62
2024-08-14
bulk-checkin: fix leaking state TODO
Patrick Steinhardt
4
-1
/
+14
2024-08-14
object-name: fix leaking symlink paths in object context
Patrick Steinhardt
2
-0
/
+2
2024-08-14
object-file: fix memory leak when reading corrupted headers
Patrick Steinhardt
2
-0
/
+2
2024-08-14
git: fix leaking system paths
Patrick Steinhardt
1
-3
/
+10
2024-08-14
remote: plug memory leak when aliasing URLs
Patrick Steinhardt
2
-1
/
+3
2024-08-14
t9001-send-email.sh: fix quoting for mailrc --dump-aliases test
Jacob Keller
1
-3
/
+3
2024-08-13
midx: drop unused parameters from add_midx_to_chain()
Jeff King
1
-9
/
+5
2024-08-13
bundle: default to SHA1 when reading bundle headers
Patrick Steinhardt
2
-1
/
+31
2024-08-13
builtin/bundle: have unbundle check for repo before opening its bundle
Patrick Steinhardt
2
-2
/
+10
2024-08-13
t-reftable-readwrite: add test for known error
Chandra Pratap
1
-0
/
+5
2024-08-13
t-reftable-readwrite: use 'for' in place of infinite 'while' loops
Chandra Pratap
1
-9
/
+3
2024-08-13
t-reftable-readwrite: use free_names() instead of a for loop
Chandra Pratap
1
-7
/
+3
2024-08-13
t: move reftable/readwrite_test.c to the unit testing framework
Chandra Pratap
4
-212
/
+210
2024-08-13
config: hide functions using `the_repository` by default
Patrick Steinhardt
2
-208
/
+171
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
23
-0
/
+45
2024-08-13
config: don't depend on `the_repository` with branch conditions
Patrick Steinhardt
1
-4
/
+5
2024-08-13
config: don't have setters depend on `the_repository`
Patrick Steinhardt
1
-8
/
+8
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
7
-33
/
+36
2024-08-13
config: pass repo to `git_die_config()`
Patrick Steinhardt
4
-10
/
+11
2024-08-13
config: pass repo to `git_config_get_expiry_in_days()`
Patrick Steinhardt
3
-5
/
+9
2024-08-13
config: pass repo to `git_config_get_expiry()`
Patrick Steinhardt
4
-8
/
+8
2024-08-13
config: pass repo to `git_config_get_max_percent_split_change()`
Patrick Steinhardt
3
-4
/
+4
2024-08-13
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt
4
-6
/
+6
2024-08-13
config: pass repo to `git_config_get_index_threads()`
Patrick Steinhardt
3
-7
/
+7
2024-08-13
config: expose `repo_config_clear()`
Patrick Steinhardt
2
-1
/
+2
2024-08-13
config: introduce missing setters that take repo as parameter
Patrick Steinhardt
2
-21
/
+87
2024-08-13
path: hide functions using `the_repository` by default
Patrick Steinhardt
2
-99
/
+100
2024-08-13
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt
7
-17
/
+24
2024-08-13
path: stop relying on `the_repository` when reporting garbage
Patrick Steinhardt
3
-5
/
+5
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
18
-42
/
+47
2024-08-13
editor: do not rely on `the_repository` for interactive edits
Patrick Steinhardt
3
-8
/
+13
2024-08-13
path: expose `do_git_common_path()` as `repo_common_pathv()`
Patrick Steinhardt
2
-12
/
+15
2024-08-13
path: expose `do_git_path()` as `repo_git_pathv()`
Patrick Steinhardt
2
-10
/
+18
2024-08-09
doc: grammofix in git-diff-tree
Junio C Hamano
1
-1
/
+1
2024-08-09
tutorial: grammofix
Junio C Hamano
1
-1
/
+1
2024-08-09
ref-filter: populate symref from iterator
John Cai
1
-5
/
+12
2024-08-09
refs: add referent to each_ref_fn
John Cai
48
-54
/
+78
2024-08-09
refs: keep track of unresolved reference value in iterators
John Cai
6
-5
/
+30
[prev]
[next]