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