index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
test-lib.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-09
The tenth batch
Junio C Hamano
1
-1
/
+27
2022-03-09
clone: fail gracefully when cloning filtered bundle
Derrick Stolee
2
-0
/
+25
2022-03-09
bundle: unbundle promisor packs
Derrick Stolee
2
-0
/
+6
2022-03-09
bundle: create filtered bundles
Derrick Stolee
2
-11
/
+90
2022-03-09
rev-list: move --filter parsing into revision.c
Derrick Stolee
2
-11
/
+7
2022-03-09
bundle: parse filter capability
Derrick Stolee
6
-22
/
+50
2022-03-09
list-objects: handle NULL function pointers
Ævar Arnfjörð Bjarmason
3
-5
/
+36
2022-03-09
MyFirstObjectWalk: update recommended usage
Derrick Stolee
1
-28
/
+16
2022-03-09
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
5
-31
/
+29
2022-03-09
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
5
-20
/
+14
2022-03-09
pack-objects: use rev.filter when possible
Derrick Stolee
1
-2
/
+3
2022-03-09
revision: put object filter into struct rev_info
Derrick Stolee
2
-14
/
+19
2022-03-09
list-objects-filter-options: create copy helper
Derrick Stolee
2
-0
/
+23
2022-03-09
index-pack: document and test the --promisor option
Derrick Stolee
2
-1
/
+11
2022-03-08
gitweb: remove invalid http-equiv="content-type"
Jason Yundt
2
-3
/
+14
2022-03-08
comment: fix typo
Jason Yundt
1
-1
/
+1
2022-03-07
rev-list simplify tests: don't ignore "git" exit code
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2022-03-07
checkout tests: don't ignore "git <cmd>" exit code
Ævar Arnfjörð Bjarmason
1
-16
/
+35
2022-03-07
apply tests: don't ignore "git ls-files" exit code, drop sub-shell
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-03-07
gettext tests: don't ignore "test-tool regex" exit code
Ævar Arnfjörð Bjarmason
1
-3
/
+13
2022-03-07
rev-list tests: don't hide abort() in "test_expect_failure"
Ævar Arnfjörð Bjarmason
1
-4
/
+9
2022-03-07
diff tests: don't ignore "git rev-list" exit code
Ævar Arnfjörð Bjarmason
1
-5
/
+2
2022-03-07
notes tests: don't ignore "git" exit code
Ævar Arnfjörð Bjarmason
3
-15
/
+14
2022-03-07
rev-parse tests: don't ignore "git reflog" exit code
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-03-07
merge tests: use "test_must_fail" instead of ad-hoc pattern
Ævar Arnfjörð Bjarmason
1
-16
/
+6
2022-03-07
apply tests: use "test_must_fail" instead of ad-hoc pattern
Ævar Arnfjörð Bjarmason
1
-16
/
+2
2022-03-07
diff tests: don't ignore "git diff" exit code in "read" loop
Ævar Arnfjörð Bjarmason
1
-51
/
+53
2022-03-07
diff tests: don't ignore "git diff" exit code
Ævar Arnfjörð Bjarmason
1
-27
/
+22
2022-03-07
read-tree tests: check "diff-files" exit code on failure
Ævar Arnfjörð Bjarmason
2
-6
/
+6
2022-03-07
tests: use "test_stdout_line_count", not "test $(git [...] | wc -l)"
Ævar Arnfjörð Bjarmason
1
-22
/
+21
2022-03-07
tests: change some 'test $(git) = "x"' to test_cmp
Ævar Arnfjörð Bjarmason
4
-29
/
+50
2022-03-07
hooks: fix an obscure TOCTOU "did we just run a hook?" race
Ævar Arnfjörð Bjarmason
8
-18
/
+47
2022-03-07
merge: don't run post-hook logic on --no-verify
Ævar Arnfjörð Bjarmason
1
-9
/
+12
2022-03-07
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
9
-31
/
+35
2022-03-07
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
3
-4
/
+4
2022-03-07
commit-graph: declare bankruptcy on GDAT chunks
Derrick Stolee
2
-4
/
+12
2022-03-07
The ninth batch
Junio C Hamano
1
-0
/
+21
2022-03-05
submodule--helper update-clone: check for --filter and --init
Glen Choo
2
-6
/
+19
2022-03-05
submodule update: add tests for --filter
Glen Choo
1
-0
/
+12
2022-03-05
submodule--helper: remove ensure-core-worktree
Glen Choo
2
-12
/
+2
2022-03-05
submodule--helper update-clone: learn --init
Glen Choo
2
-6
/
+29
2022-03-05
submodule--helper: allow setting superprefix for init_submodule()
Atharva Raykar
1
-3
/
+7
2022-03-05
submodule--helper: refactor get_submodule_displaypath()
Atharva Raykar
1
-4
/
+10
2022-03-05
submodule--helper run-update-procedure: learn --remote
Glen Choo
2
-63
/
+23
2022-03-05
submodule--helper: don't use bitfield indirection for parse_options()
Ævar Arnfjörð Bjarmason
1
-13
/
+10
2022-03-05
submodule--helper: get remote names from any repository
Atharva Raykar
1
-15
/
+23
2022-03-05
submodule--helper run-update-procedure: remove --suboid
Glen Choo
2
-10
/
+7
2022-03-05
submodule--helper: reorganize code for sh to C conversion
Glen Choo
1
-5
/
+21
2022-03-05
submodule--helper: remove update-module-mode
Glen Choo
1
-24
/
+0
2022-03-05
submodule tests: test for init and update failure output
Ævar Arnfjörð Bjarmason
2
-3
/
+25
[prev]
[next]