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
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
t: refactor tests depending on Perl transliteration operator
Patrick Steinhardt
7
-31
/
+19
2025-04-07
Makefile: stop requiring Perl when running tests
Patrick Steinhardt
1
-3
/
+13
2025-04-07
t: adapt existing PERL prerequisites
Patrick Steinhardt
4
-15
/
+19
2025-04-07
t: introduce PERL_TEST_HELPERS prerequisite
Patrick Steinhardt
71
-93
/
+281
2025-04-07
t: adapt `test_readlink()` to not use Perl
Patrick Steinhardt
2
-1
/
+14
2025-04-07
t: adapt `test_copy_bytes()` to not use Perl
Patrick Steinhardt
1
-11
/
+1
2025-04-07
t: adapt character translation helpers to not use Perl
Patrick Steinhardt
1
-3
/
+3
2025-04-07
t: refactor environment sanitization to not use Perl
Patrick Steinhardt
1
-18
/
+14
2025-04-07
t: skip chain lint when PERL_PATH is unset
Patrick Steinhardt
1
-0
/
+16
2025-04-07
builtin/cat-file: support "object:type=" objects filter
Patrick Steinhardt
1
-1
/
+5
2025-04-07
builtin/cat-file: support "blob:limit=" objects filter
Patrick Steinhardt
1
-3
/
+15
2025-04-07
builtin/cat-file: support "blob:none" objects filter
Patrick Steinhardt
1
-2
/
+45
2025-04-07
builtin/cat-file: wire up an option to filter objects
Patrick Steinhardt
1
-0
/
+40
2025-04-07
Merge branch 'js/mingw-admins-are-special'
Junio C Hamano
1
-0
/
+19
2025-04-07
Merge branch 'dm/completion-remote-names-fix'
Junio C Hamano
1
-22
/
+184
2025-04-07
Merge branch 'tb/combine-cruft-below-size'
Junio C Hamano
2
-273
/
+322
2025-04-07
Merge branch 'cc/lop-remote'
Junio C Hamano
1
-7
/
+68
2025-04-07
Merge branch 'jc/name-rev-stdin'
Junio C Hamano
8
-16
/
+57
2025-04-01
t5605: fix test for cloning from a different user
brian m. carlson
1
-3
/
+2
2025-04-01
Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revamp
Junio C Hamano
3
-25
/
+67
2025-04-01
userdiff: add builtin driver for INI files
Lucas Seiki Oshiro
5
-0
/
+38
2025-04-01
revision: fix --left/right-only use with unrelated histories
Matt Hunter
1
-0
/
+15
2025-03-29
Merge branch 'en/random-cleanups'
Junio C Hamano
2
-5
/
+5
2025-03-29
Merge branch 'rs/xdiff-context-length-fix'
Junio C Hamano
1
-0
/
+10
2025-03-29
Merge branch 'en/diff-rename-follow-fix'
Junio C Hamano
1
-0
/
+32
2025-03-29
Merge branch 'tb/multi-cruft-pack-refresh-fix'
Junio C Hamano
1
-0
/
+66
2025-03-29
Merge branch 'jk/fetch-ref-prefix-cleanup'
Junio C Hamano
2
-6
/
+50
2025-03-29
Merge branch 'en/merge-ort-prepare-to-remove-recursive'
Junio C Hamano
5
-3
/
+30
2025-03-29
Merge branch 'ps/refname-avail-check-optim'
Junio C Hamano
1
-0
/
+1
2025-03-29
Merge branch 'cc/signed-fast-export-import'
Junio C Hamano
1
-0
/
+116
2025-03-28
p9210: fix 'scalar clone' when running from a detached HEAD
Philippe Blain
1
-1
/
+2
2025-03-28
p7821: fix test_perf invocation for prereqs
Philippe Blain
1
-2
/
+2
2025-03-28
clar: avoid using the comma operator unnecessarily
Johannes Schindelin
1
-2
/
+8
2025-03-26
Merge branch 'en/merge-process-renames-crash-fix'
Junio C Hamano
1
-0
/
+41
2025-03-26
Merge branch 'ua/some-builtins-wo-the-repository'
Junio C Hamano
7
-0
/
+49
2025-03-26
Merge branch 'tb/refs-exclude-fixes'
Junio C Hamano
1
-2
/
+24
2025-03-26
Merge branch 'sj/ref-consistency-checks-more'
Junio C Hamano
1
-437
/
+710
2025-03-26
Merge branch 'jt/diff-pairs'
Junio C Hamano
2
-0
/
+91
2025-03-25
advice: allow disabling default branch name advice
Justin Tobler
1
-0
/
+8
2025-03-25
builtin/clone: suppress unexpected default branch advice
Justin Tobler
1
-0
/
+12
2025-03-25
test-tool path-utils: support debugging "dubious ownership" issues
Johannes Schindelin
1
-0
/
+19
2025-03-23
maintenance: add loose-objects.batchSize config
Derrick Stolee
1
-0
/
+28
2025-03-23
completion: fix bugs with slashes in remote names
David Mandelberg
1
-22
/
+158
2025-03-23
completion: add helper to count path components
David Mandelberg
1
-0
/
+26
2025-03-21
midx: implement writing incremental MIDX bitmaps
Taylor Blau
1
-0
/
+87
2025-03-21
builtin/fetch: avoid aborting closed reference transaction
Justin Tobler
1
-0
/
+13
2025-03-21
repack: begin combining cruft packs with `--combine-cruft-below-size`
Taylor Blau
1
-9
/
+13
2025-03-21
repack: avoid combining cruft packs with `--max-cruft-size`
Taylor Blau
2
-5
/
+55
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
[prev]
[next]