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
2022-09-14
Merge branch 'ab/submodule-helper-leakfix'
Junio C Hamano
11
-0
/
+13
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
3
-4
/
+4
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
3
-4
/
+4
2022-09-13
Merge branch 'en/merge-unstash-only-on-clean-merge' into maint
Junio C Hamano
1
-0
/
+9
2022-09-13
Merge branch 'jk/pipe-command-nonblock' into maint
Junio C Hamano
1
-0
/
+13
2022-09-13
Merge branch 'jk/is-promisor-object-keep-tree-in-use' into maint
Junio C Hamano
1
-0
/
+7
2022-09-13
Merge branch 'ow/rev-parse-parseopt-fix'
Junio C Hamano
1
-0
/
+7
2022-09-13
Merge branch 'js/builtin-add-p-portability-fix'
Junio C Hamano
2
-3
/
+7
2022-09-13
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
2
-5
/
+4
2022-09-13
Merge branch 'jk/rev-list-verify-objects-fix'
Junio C Hamano
1
-0
/
+28
2022-09-13
Merge branch 'jk/upload-pack-skip-hash-check'
Junio C Hamano
2
-0
/
+27
2022-09-13
Merge branch 'ab/submodule-helper-prep'
Junio C Hamano
10
-58
/
+213
2022-09-12
chainlint: colorize problem annotations and test delimiters
Eric Sunshine
1
-3
/
+43
2022-09-09
Merge branch 'vd/sparse-reset-checkout-fixes'
Junio C Hamano
1
-0
/
+9
2022-09-09
Merge branch 'jc/format-patch-force-in-body-from'
Junio C Hamano
1
-0
/
+37
2022-09-09
Merge branch 'js/range-diff-with-pathspec'
Junio C Hamano
1
-1
/
+12
2022-09-09
Merge branch 'js/add-p-diff-parsing-fix'
Junio C Hamano
1
-2
/
+25
2022-09-08
rev-parse --parseopt: detect missing opt-spec
Øystein Walle
1
-0
/
+7
2022-09-08
fetch: add branch.*.merge to default ref-prefix extension
Jeff King
1
-0
/
+17
2022-09-07
t1060: check partial clone of misnamed blob
Jeff King
1
-0
/
+7
2022-09-07
upload-pack: skip parse-object re-hashing of "want" objects
Jeff King
1
-0
/
+20
2022-09-07
test-parse-options.c: fix style of comparison with zero
SZEDER Gábor
1
-2
/
+2
2022-09-07
test-parse-options.c: don't use for loop initial declaration
SZEDER Gábor
1
-1
/
+2
2022-09-07
t0040-parse-options: remove leftover debugging
SZEDER Gábor
1
-2
/
+0
2022-09-07
rev-list: disable commit graph with --verify-objects
Jeff King
1
-0
/
+28
2022-09-05
Merge branch 'jk/test-crontab-fixes'
Junio C Hamano
1
-11
/
+12
2022-09-05
Merge branch 'en/test-without-test-create-repo'
Junio C Hamano
11
-136
/
+136
2022-09-05
Merge branch 'bc/gc-crontab-fix'
Junio C Hamano
1
-2
/
+2
2022-09-05
Merge branch 'es/t4301-sed-portability-fix'
Junio C Hamano
1
-12
/
+12
2022-09-05
Merge branch 'rs/test-mergesort'
Junio C Hamano
1
-12
/
+26
2022-09-05
Merge branch 'ac/bitmap-lookup-table'
Junio C Hamano
9
-651
/
+874
2022-09-05
Merge branch 'tb/midx-with-changing-preferred-pack-fix'
Junio C Hamano
2
-1
/
+45
2022-09-02
t/perf: add 'GIT_PERF_USE_SCALAR' run option
Victoria Dye
3
-1
/
+19
2022-09-02
t/perf: add Scalar performance tests
Victoria Dye
1
-0
/
+39
2022-09-02
scalar-clone: add test coverage
Victoria Dye
1
-0
/
+151
2022-09-02
scalar: include in standard Git build & installation
Victoria Dye
1
-0
/
+210
2022-09-02
unpack-trees: fix sparse directory recursion check
Victoria Dye
1
-0
/
+9
2022-09-02
diff: fix filtering of merge commits under --remerge-diff
Elijah Newren
1
-0
/
+5
2022-09-02
diff: fix filtering of additional headers under --remerge-diff
Elijah Newren
1
-1
/
+16
2022-09-02
diff: have submodule_format logic avoid additional diff headers
Elijah Newren
1
-0
/
+8
2022-09-02
submodule--helper: fix a configure_added_submodule() leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-09-02
submodule--helper: free some "displaypath" in "struct update_data"
Ævar Arnfjörð Bjarmason
3
-0
/
+3
2022-09-02
submodule--helper: fix "sm_path" and other "module_cb_list" leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-09-02
submodule--helper: add and use *_release() functions
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-09-02
submodule--helper: fix a leak in "clone_submodule"
Ævar Arnfjörð Bjarmason
5
-0
/
+7
2022-09-02
submodule--helper: return "ret", not "1" from update_submodule()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-09-02
submodule--helper: move "resolve-relative-url-test" to a test-tool
Ævar Arnfjörð Bjarmason
2
-1
/
+43
2022-09-02
submodule--helper: move "check-name" to a test-tool
Ævar Arnfjörð Bjarmason
2
-1
/
+47
2022-09-02
submodule--helper: move "is-active" to a test-tool
Ævar Arnfjörð Bjarmason
5
-21
/
+89
2022-09-02
test-tool submodule-config: remove unused "--url" handling
Ævar Arnfjörð Bjarmason
1
-9
/
+2
[prev]
[next]