index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-14
remote: transfer ownership of memory in add_url(), etc
Jeff King
1
-14
/
+19
2024-06-14
remote: refactor alias_url() memory ownership
Jeff King
1
-11
/
+15
2024-06-14
archive: fix check for missing url
Jeff King
1
-1
/
+1
2024-06-14
BreakingChanges: document that we do not plan to deprecate git-checkout
Patrick Steinhardt
1
-0
/
+12
2024-06-14
BreakingChanges: document removal of grafting
Patrick Steinhardt
1
-0
/
+13
2024-06-14
BreakingChanges: document upcoming change from "sha1" to "sha256"
Patrick Steinhardt
1
-0
/
+30
2024-06-14
docs: introduce document to announce breaking changes
Patrick Steinhardt
1
-0
/
+80
2024-06-13
Merge branch 'gt/unit-test-oidtree' into ps/use-the-repository
Junio C Hamano
8
-108
/
+197
2024-06-13
Merge branch 'ps/ref-storage-migration' into ps/use-the-repository
Junio C Hamano
26
-82
/
+979
2024-06-12
commit-graph: increment progress indicator
Derrick Stolee
2
-2
/
+2
2024-06-12
The thirteenth batch
Junio C Hamano
1
-0
/
+22
2024-06-12
Merge branch 'gt/decorate-unit-test'
Junio C Hamano
7
-94
/
+82
2024-06-12
Merge branch 'jk/sparse-leakfix'
Junio C Hamano
7
-36
/
+65
2024-06-12
Merge branch 'jk/cap-exclude-file-size'
Junio C Hamano
3
-0
/
+40
2024-06-12
Merge branch 'jc/safe-directory-leading-path'
Junio C Hamano
3
-7
/
+30
2024-06-12
Merge branch 'gt/t-hash-unit-test'
Junio C Hamano
7
-63
/
+101
2024-06-12
Merge branch 'cp/reftable-unit-test'
Junio C Hamano
6
-169
/
+161
2024-06-12
Merge branch 'jc/t1517-more'
Junio C Hamano
2
-0
/
+53
2024-06-12
t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
Ghanshyam Thakkar
8
-108
/
+197
2024-06-12
object-name: don't try to abbreviate to lengths greater than hexsz
Patrick Steinhardt
1
-1
/
+1
2024-06-12
parse-options-cb: stop clamping "--abbrev=" to hash length
Patrick Steinhardt
2
-2
/
+12
2024-06-12
config: fix segfault when parsing "core.abbrev" without repo
Patrick Steinhardt
3
-2
/
+21
2024-06-11
Makefile: add ability to append to CFLAGS and LDFLAGS
Patrick Steinhardt
1
-2
/
+2
2024-06-11
pack-revindex.c: guard against out-of-bounds pack lookups
Taylor Blau
1
-0
/
+3
2024-06-11
pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
Taylor Blau
2
-0
/
+39
2024-06-11
midx-write.c: do not read existing MIDX with `packs_to_include`
Taylor Blau
2
-11
/
+61
2024-06-11
builtin/blame: fix leaking ignore revs files
Patrick Steinhardt
2
-1
/
+4
2024-06-11
builtin/blame: fix leaking prefixed paths
Patrick Steinhardt
5
-2
/
+9
2024-06-11
blame: fix leaking data for blame scoreboards
Patrick Steinhardt
9
-0
/
+16
2024-06-11
line-range: plug leaking find functions
Patrick Steinhardt
1
-0
/
+2
2024-06-11
merge: fix leaking merge bases
Patrick Steinhardt
17
-29
/
+54
2024-06-11
builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`
Patrick Steinhardt
4
-9
/
+16
2024-06-11
sequencer: fix memory leaks in `make_script_with_merges()`
Patrick Steinhardt
4
-0
/
+7
2024-06-11
builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`
Patrick Steinhardt
4
-3
/
+6
2024-06-11
apply: fix leaking string in `match_fragment()`
Patrick Steinhardt
2
-32
/
+56
2024-06-11
sequencer: fix leaking string buffer in `commit_staged_changes()`
Patrick Steinhardt
1
-38
/
+73
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
16
-37
/
+59
2024-06-11
config: fix leaking "core.notesref" variable
Patrick Steinhardt
3
-0
/
+3
2024-06-11
rerere: fix various trivial leaks
Patrick Steinhardt
4
-0
/
+6
2024-06-11
builtin/stash: fix leak in `show_stash()`
Patrick Steinhardt
3
-0
/
+4
2024-06-11
revision: free diff options
Patrick Steinhardt
11
-7
/
+17
2024-06-11
builtin/log: fix leaking commit list in git-cherry(1)
Patrick Steinhardt
2
-3
/
+4
2024-06-11
merge-recursive: fix memory leak when finalizing merge
Patrick Steinhardt
4
-0
/
+7
2024-06-11
builtin/merge-recursive: fix leaking object ID bases
Patrick Steinhardt
6
-12
/
+12
2024-06-11
builtin/difftool: plug memory leaks in `run_dir_diff()`
Patrick Steinhardt
1
-0
/
+3
2024-06-11
object-name: free leaking object contexts
Patrick Steinhardt
11
-47
/
+97
2024-06-11
builtin/rev-list: fix leaking bitmap index when calculating disk usage
Patrick Steinhardt
2
-0
/
+4
2024-06-11
notes: fix memory leak when pruning notes
Patrick Steinhardt
2
-1
/
+7
2024-06-11
revision: fix leaking display notes
Patrick Steinhardt
4
-6
/
+15
2024-06-11
merge-recursive: fix leaking rename conflict info
Patrick Steinhardt
4
-1
/
+10
[prev]
[next]