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
2025-03-26
Merge branch 'ua/some-builtins-wo-the-repository'
Junio C Hamano
16
-61
/
+116
2025-03-26
Merge branch 'tb/refs-exclude-fixes'
Junio C Hamano
2
-2
/
+44
2025-03-26
Merge branch 'sj/ref-consistency-checks-more'
Junio C Hamano
9
-452
/
+1131
2025-03-26
Merge branch 'jt/diff-pairs'
Junio C Hamano
13
-21
/
+449
2025-03-25
mergetools: vimdiff: add tests for layout with REMOTE as the target
Fernando Ramos
1
-1
/
+10
2025-03-25
mergetools: vimdiff: fix layout where REMOTE is the target
Fernando Ramos
1
-0
/
+3
2025-03-25
meson: disable coccinelle configuration when building from a tarball
Eli Schwartz
1
-1
/
+6
2025-03-25
vimdiff: clarify the sigil used for marking the buffer to save
D. Ben Knoble
1
-1
/
+1
2025-03-25
advice: allow disabling default branch name advice
Justin Tobler
4
-1
/
+12
2025-03-25
builtin/clone: suppress unexpected default branch advice
Justin Tobler
2
-2
/
+17
2025-03-25
remote: allow `guess_remote_head()` to suppress advice
Justin Tobler
4
-10
/
+15
2025-03-25
bulk-checkin: fix sign compare warnings
Tuomas Ahola
1
-10
/
+6
2025-03-25
imap-send: explicitly verify the peer certificate
Johannes Schindelin
1
-0
/
+2
2025-03-25
test-tool path-utils: support debugging "dubious ownership" issues
Johannes Schindelin
1
-0
/
+19
2025-03-25
mingw: special-case administrators even more
Johannes Schindelin
1
-11
/
+28
2025-03-23
maintenance: add loose-objects.batchSize config
Derrick Stolee
4
-7
/
+54
2025-03-23
maintenance: force progress/no-quiet to children
Derrick Stolee
1
-0
/
+10
2025-03-23
completion: fix bugs with slashes in remote names
David Mandelberg
2
-29
/
+189
2025-03-23
completion: add helper to count path components
David Mandelberg
2
-0
/
+37
2025-03-24
commit: move clear_commit_marks_many() loop body to clear_commit_marks()
René Scharfe
1
-9
/
+7
2025-03-21
midx: implement writing incremental MIDX bitmaps
Taylor Blau
5
-37
/
+179
2025-03-21
pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
Taylor Blau
1
-15
/
+27
2025-03-21
pack-bitmap.c: keep track of each layer's type bitmaps
Taylor Blau
1
-4
/
+53
2025-03-21
ewah: implement `struct ewah_or_iterator`
Taylor Blau
2
-0
/
+45
2025-03-21
pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs
Taylor Blau
1
-3
/
+8
2025-03-21
pack-bitmap.c: compute disk-usage with incremental MIDXs
Taylor Blau
1
-2
/
+2
2025-03-21
pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs
Taylor Blau
1
-21
/
+86
2025-03-21
pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs
Taylor Blau
1
-3
/
+8
2025-03-21
pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs
Taylor Blau
1
-1
/
+1
2025-03-21
pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
Taylor Blau
1
-4
/
+7
2025-03-21
pack-bitmap.c: open and store incremental bitmap layers
Taylor Blau
1
-14
/
+48
2025-03-21
pack-revindex: prepare for incremental MIDX bitmaps
Taylor Blau
2
-21
/
+56
2025-03-21
Documentation: describe incremental MIDX bitmaps
Taylor Blau
1
-0
/
+72
2025-03-21
Documentation: remove a "future work" item from the MIDX docs
Taylor Blau
1
-10
/
+0
2025-03-21
compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`
Patrick Steinhardt
1
-0
/
+20
2025-03-21
meson: fix compat sources when compiling with MSVC
Patrick Steinhardt
1
-1
/
+3
2025-03-21
builtin/fetch: avoid aborting closed reference transaction
Justin Tobler
2
-1
/
+21
2025-03-21
repack: begin combining cruft packs with `--combine-cruft-below-size`
Taylor Blau
3
-22
/
+47
2025-03-21
repack: avoid combining cruft packs with `--max-cruft-size`
Taylor Blau
4
-55
/
+67
2025-03-21
t/t7704-repack-cruft.sh: consolidate `write_blob()`
Taylor Blau
1
-7
/
+2
2025-03-21
t/t7704-repack-cruft.sh: clarify wording in --max-cruft-size tests
Taylor Blau
1
-10
/
+10
2025-03-21
t/t5329-pack-objects-cruft.sh: evict 'repack'-related tests
Taylor Blau
2
-250
/
+250
2025-03-21
rev-list: support NUL-delimited --missing option
Justin Tobler
3
-11
/
+56
2025-03-21
rev-list: support NUL-delimited --boundary option
Justin Tobler
3
-7
/
+30
2025-03-21
rev-list: support delimiting objects with NUL bytes
Justin Tobler
3
-5
/
+86
2025-03-21
rev-list: refactor early option parsing
Justin Tobler
1
-10
/
+7
2025-03-21
rev-list: inline `show_object_with_name()` in `show_object()`
Justin Tobler
3
-14
/
+9
2025-03-21
treewide: replace assert() with ASSERT() in special cases
Elijah Newren
7
-9
/
+9
2025-03-21
ci: add build checking for side-effects in assert() calls
Elijah Newren
4
-0
/
+30
2025-03-21
git-compat-util: introduce ASSERT() macro
Elijah Newren
1
-0
/
+2
[prev]
[next]