index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary includes of builtin.h
Elijah Newren
2023-02-24
3
-3
/
+1
*
treewide: replace cache.h with more direct headers, where possible
Elijah Newren
2023-02-24
12
-11
/
+30
*
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
2023-02-24
15
-9
/
+21
*
object-store.h: move struct object_info from cache.h
Elijah Newren
2023-02-24
4
-65
/
+67
*
dir.h: refactor to no longer need to include cache.h
Elijah Newren
2023-02-24
5
-35
/
+43
*
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
2023-02-24
17
-32
/
+36
*
ident.h: move ident-related declarations out of cache.h
Elijah Newren
2023-02-24
11
-59
/
+79
*
pretty.h: move has_non_ascii() declaration from commit.h
Elijah Newren
2023-02-24
3
-3
/
+4
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
173
-1
/
+172
*
hex.h: move some hex-related declarations from cache.h
Elijah Newren
2023-02-24
7
-82
/
+95
*
hash.h: move some oid-related declarations from cache.h
Elijah Newren
2023-02-24
7
-37
/
+42
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
91
-134
/
+219
*
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
2023-02-24
29
-30
/
+25
*
treewide: remove unnecessary cache.h includes
Elijah Newren
2023-02-24
10
-11
/
+7
*
treewide: remove unnecessary git-compat-util.h includes in headers
Elijah Newren
2023-02-24
11
-15
/
+0
*
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren
2023-02-24
14
-3
/
+19
*
The seventeenth batch
Junio C Hamano
2023-02-22
1
-0
/
+12
*
Merge branch 'ab/hook-api-with-stdin'
Junio C Hamano
2023-02-22
8
-36
/
+54
|
\
|
*
hook: support a --to-stdin=<path> option
Emily Shaffer
2023-02-08
3
-2
/
+27
|
*
sequencer: use the new hook API for the simpler "post-rewrite" call
Emily Shaffer
2023-02-08
1
-14
/
+4
|
*
hook API: support passing stdin to hooks, convert am's 'post-rewrite'
Emily Shaffer
2023-02-08
3
-16
/
+14
|
*
run-command: allow stdin for run_processes_parallel
Emily Shaffer
2023-02-08
1
-1
/
+8
|
*
run-command.c: remove dead assignment in while-loop
Ævar Arnfjörð Bjarmason
2023-02-08
1
-3
/
+1
*
|
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2023-02-22
77
-62
/
+182
|
\
\
|
*
|
push: free_refs() the "local_refs" in set_refspecs()
Ævar Arnfjörð Bjarmason
2023-02-07
14
-0
/
+21
|
*
|
push: refactor refspec_append_mapped() for subsequent leak-fix
Ævar Arnfjörð Bjarmason
2023-02-07
1
-12
/
+17
|
*
|
receive-pack: release the linked "struct command *" list
Ævar Arnfjörð Bjarmason
2023-02-07
10
-0
/
+22
|
*
|
grep API: plug memory leaks by freeing "header_list"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+1
|
*
|
grep.c: refactor free_grep_patterns()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-5
/
+9
|
*
|
builtin/merge.c: free "&buf" on "Your local changes..." error
Ævar Arnfjörð Bjarmason
2023-02-07
1
-1
/
+2
|
*
|
builtin/merge.c: use fixed strings, not "strbuf", fix leak
Ævar Arnfjörð Bjarmason
2023-02-07
2
-7
/
+5
|
*
|
show-branch: free() allocated "head" before return
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+1
|
*
|
commit-graph: fix a parse_options_concat() leak
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+2
|
*
|
http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+5
|
*
|
http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-0
/
+2
|
*
|
worktree: fix a trivial leak in prune_worktrees()
Ævar Arnfjörð Bjarmason
2023-02-07
3
-3
/
+5
|
*
|
repack: fix leaks on error with "goto cleanup"
Ævar Arnfjörð Bjarmason
2023-02-07
3
-6
/
+9
|
*
|
name-rev: don't xstrdup() an already dup'd string
Ævar Arnfjörð Bjarmason
2023-02-07
1
-13
/
+10
|
*
|
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
2023-02-07
10
-5
/
+24
|
*
|
clone: use free() instead of UNLEAK()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+3
|
*
|
commit-graph: use free_commit_graph() instead of UNLEAK()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+4
|
*
|
bundle.c: don't leak the "args" in the "struct child_process"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+4
|
*
|
tests: mark tests as passing with SANITIZE=leak
Ævar Arnfjörð Bjarmason
2023-02-07
28
-0
/
+36
*
|
|
Merge branch 'jk/doc-ls-remote-matching'
Junio C Hamano
2023-02-22
2
-7
/
+14
|
\
\
\
|
*
|
|
doc/ls-remote: clarify pattern format
Jeff King
2023-02-11
2
-6
/
+11
|
*
|
|
doc/ls-remote: cosmetic cleanups for examples
Jeff King
2023-02-11
1
-1
/
+3
*
|
|
|
Merge branch 'rs/cache-tree-strbuf-growth-fix'
Junio C Hamano
2023-02-22
1
-2
/
+1
|
\
\
\
\
|
*
|
|
|
cache-tree: fix strbuf growth in prime_cache_tree_rec()
René Scharfe
2023-02-10
1
-2
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'ab/the-index-compatibility'
Junio C Hamano
2023-02-22
12
-87
/
+62
|
\
\
\
\
|
*
|
|
|
cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
2023-02-10
5
-35
/
+13
[next]