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
2024-05-30
midx-write.c: extract `fill_packs_from_midx()`
Taylor Blau
-30
/
+38
2024-05-30
midx-write.c: extract `should_include_pack()`
Taylor Blau
-20
/
+28
2024-05-30
midx-write.c: pass `start_pack` to `compute_sorted_entries()`
Taylor Blau
-4
/
+6
2024-05-30
midx-write.c: reduce argument count for `get_sorted_entries()`
Taylor Blau
-26
/
+19
2024-05-30
midx-write.c: tolerate `--preferred-pack` without bitmaps
Taylor Blau
-1
/
+30
2024-05-30
rebase -i: improve error message when picking merge
Phillip Wood
-2
/
+110
2024-05-30
rebase -i: pass struct replay_opts to parse_insn_line()
Phillip Wood
-29
/
+44
2024-05-30
mv: replace src_dir with a strvec
Jeff King
-6
/
+4
2024-05-30
mv: factor out empty src_dir removal
Jeff King
-19
/
+23
2024-05-30
mv: move src_dir cleanup to end of cmd_mv()
Jeff King
-1
/
+1
2024-05-30
t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULL
Jeff King
-0
/
+1
2024-05-30
t-strvec: use va_end() to match va_start()
Jeff King
-0
/
+2
2024-05-30
Merge branch 'ps/leakfixes' into jk/leakfixes
Junio C Hamano
-584
/
+1136
2024-05-30
t: improve the test-case for parse_names()
Chandra Pratap
-2
/
+4
2024-05-30
t: add test for put_be16()
Chandra Pratap
-0
/
+11
2024-05-30
t: move tests from reftable/record_test.c to the new unit test
Chandra Pratap
-44
/
+33
2024-05-30
t: move tests from reftable/stack_test.c to the new unit test
Chandra Pratap
-28
/
+22
2024-05-30
t: move reftable/basics_test.c to the unit testing framework
Chandra Pratap
-24
/
+20
2024-05-29
safe.directory: allow "lead/ing/path/*" match
Junio C Hamano
-8
/
+32
2024-05-29
Merge branch 'ps/leakfixes' into ps/no-writable-strings
Junio C Hamano
-584
/
+1136
2024-05-29
t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
Ghanshyam Thakkar
-56
/
+85
2024-05-29
strbuf: introduce strbuf_addstrings() to repeatedly add a string
Ghanshyam Thakkar
-7
/
+16
2024-05-28
t/: migrate helper/test-example-decorate to the unit testing framework
Ghanshyam Thakkar
-94
/
+82
2024-05-28
The eighth batch
Junio C Hamano
-0
/
+35
2024-05-28
Merge branch 'ps/leakfixes-base'
Junio C Hamano
-2
/
+15
2024-05-28
Merge branch 'kn/osxkeychain-skip-idempotent-store'
Junio C Hamano
-0
/
+14
2024-05-28
Merge branch 'jc/format-patch-more-aggressive-range-diff'
Junio C Hamano
-1
/
+12
2024-05-28
Merge branch 'jc/rev-parse-fatal-doc'
Junio C Hamano
-2
/
+13
2024-05-28
Merge branch 'jc/t0017-clarify-bogus-expectation'
Junio C Hamano
-1
/
+8
2024-05-28
Merge branch 'ds/send-email-per-message-block'
Junio C Hamano
-4
/
+7
2024-05-28
Merge branch 'ps/complete-config-w-subcommands'
Junio C Hamano
-25
/
+73
2024-05-28
Merge branch 'jc/doc-diff-name-only'
Junio C Hamano
-2
/
+3
2024-05-28
Merge branch 'tb/pack-bitmap-write-cleanups'
Junio C Hamano
-138
/
+185
2024-05-28
Merge branch 'ps/builtin-config-cleanup'
Junio C Hamano
-433
/
+552
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
-117
/
+169
2024-05-28
Merge branch 'kn/patch-iteration-doc'
Junio C Hamano
-0
/
+79
2024-05-28
Merge branch 'mt/t0211-typofix'
Junio C Hamano
-1
/
+1
2024-05-28
Merge branch 'jc/doc-manpages-l10n'
Junio C Hamano
-0
/
+7
2024-05-27
builtin/mv: fix leaks for submodule gitfile paths
Patrick Steinhardt
-19
/
+30
2024-05-27
builtin/mv: refactor to use `struct strvec`
Patrick Steinhardt
-67
/
+68
2024-05-27
builtin/mv duplicate string list memory
Patrick Steinhardt
-6
/
+13
2024-05-27
builtin/mv: refactor `add_slash()` to always return allocated strings
Patrick Steinhardt
-18
/
+20
2024-05-27
strvec: add functions to replace and remove strings
Patrick Steinhardt
-0
/
+329
2024-05-27
submodule: fix leaking memory for submodule entries
Patrick Steinhardt
-0
/
+6
2024-05-27
commit-reach: fix memory leak in `ahead_behind()`
Patrick Steinhardt
-0
/
+6
2024-05-27
builtin/credential: clear credential before exit
Patrick Steinhardt
-0
/
+4
2024-05-27
config: plug various memory leaks
Patrick Steinhardt
-12
/
+40
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
-92
/
+96
2024-05-27
builtin/log: stop using globals for format config
Patrick Steinhardt
-202
/
+265
2024-05-27
builtin/log: stop using globals for log config
Patrick Steinhardt
-103
/
+156
[prev]
[next]