index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2022-11-23
Merge branch 'ab/submodule-helper-prep-only'
Junio C Hamano
-150
/
+358
2022-11-23
chainlint.pl: fix /proc/cpuinfo regexp
Andreas Hasenack
-1
/
+1
2022-11-22
parse_object(): simplify blob conditional
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-11-22
lib-httpd: extend module location auto-detection
Eric Sunshine
-1
/
+2
2022-11-22
t5516: fail to run in verbose mode
Jiang Xin
-3
/
+3
2022-11-21
list-objects-filter: plug combine_filter_data leak
René Scharfe
-0
/
+1
2022-11-21
prune: quiet ENOENT on missing directories
Eric Wong
-1
/
+11
2022-11-21
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
-33
/
+35
2022-11-21
revert: fix parse_options_concat() leak
Ævar Arnfjörð Bjarmason
-0
/
+2
2022-11-21
cherry-pick: free "struct replay_opts" members
Ævar Arnfjörð Bjarmason
-0
/
+3
2022-11-21
rebase: don't leak on "--abort"
Ævar Arnfjörð Bjarmason
-0
/
+2
2022-11-21
connected.c: free the "struct packed_git"
Ævar Arnfjörð Bjarmason
-1
/
+13
2022-11-21
sequencer.c: fix "opts->strategy" leak in read_strategy_opts()
Ævar Arnfjörð Bjarmason
-0
/
+1
2022-11-21
ls-files: fix a --with-tree memory leak
Ævar Arnfjörð Bjarmason
-1
/
+3
2022-11-21
revision API: call graph_clear() in release_revisions()
Ævar Arnfjörð Bjarmason
-0
/
+3
2022-11-21
unpack-file: fix ancient leak in create_temp_file()
Ævar Arnfjörð Bjarmason
-0
/
+8
2022-11-21
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
-1
/
+14
2022-11-21
dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"
Ævar Arnfjörð Bjarmason
-3
/
+8
2022-11-21
read-cache.c: clear and free "sparse_checkout_patterns"
Ævar Arnfjörð Bjarmason
-0
/
+8
2022-11-21
commit: discard partial cache before (re-)reading it
Ævar Arnfjörð Bjarmason
-2
/
+29
2022-11-21
{reset,merge}: call discard_index() before returning
Ævar Arnfjörð Bjarmason
-0
/
+3
2022-11-21
tests: mark tests as passing with SANITIZE=leak
Ævar Arnfjörð Bjarmason
-7
/
+10
2022-11-21
Merge branch 'pw/rebase-no-reflog-action' into ab/various-leak-fixes
Junio C Hamano
-32
/
+46
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
-202
/
+213
2022-11-21
cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
-3
/
+9
2022-11-21
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
-6
/
+10
2022-11-21
cocci: apply "pending" index-compatibility to "t/helper/*.c"
Ævar Arnfjörð Bjarmason
-20
/
+21
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
-129
/
+132
2022-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
-41
/
+40
2022-11-21
cocci: add a index-compatibility.pending.cocci
Ævar Arnfjörð Bjarmason
-0
/
+110
2022-11-21
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
-16
/
+19
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
-29
/
+65
2022-11-21
builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
-2
/
+0
2022-11-21
cache.h: remove unused "the_index" compat macros
Ævar Arnfjörð Bjarmason
-5
/
+0
2022-11-18
The thirteenth batch
Taylor Blau
-0
/
+21
2022-11-18
Merge branch 'en/sparse-checkout-design'
Taylor Blau
-0
/
+1103
2022-11-18
Merge branch 'jk/branch-delete-detached'
Taylor Blau
-6
/
+39
2022-11-18
Merge branch 'mh/credential-unrecognized-attrs'
Taylor Blau
-0
/
+3
2022-11-18
Merge branch 'vd/skip-cache-tree-update'
Taylor Blau
-3
/
+145
2022-11-18
Merge branch 'mh/increase-credential-cache-timeout'
Taylor Blau
-2
/
+2
2022-11-18
Merge branch 'vd/update-refs-delete'
Taylor Blau
-3
/
+113
2022-11-18
Merge branch 'tb/repack-expire-to'
Taylor Blau
-10
/
+188
2022-11-18
Merge branch 'ab/sha-makefile-doc'
Taylor Blau
-104
/
+173
2022-11-18
Merge branch 'ab/misc-hook-submodule-run-command'
Taylor Blau
-6
/
+19
2022-11-18
delta-islands: free island-related data after use
Eric Wong
-20
/
+51
2022-11-18
parse_object(): check on-disk type of suspected blob
Jeff King
-4
/
+4
2022-11-18
parse_object(): drop extra "has" check before checking object type
Jeff King
-2
/
+1
2022-11-17
branch: force-copy a branch to itself via @{-1} is a no-op
Rubén Justo
-3
/
+13
2022-11-17
receive-pack: only use visible refs for connectivity check
Patrick Steinhardt
-0
/
+12
2022-11-17
rev-parse: add `--exclude-hidden=` option
Patrick Steinhardt
-0
/
+57
[prev]
[next]