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
2022-09-07
send-email docs: de-duplicate configuration sections
Ævar Arnfjörð Bjarmason
2
-37
/
+39
2022-09-07
grep docs: de-duplicate configuration sections
Ævar Arnfjörð Bjarmason
2
-29
/
+7
2022-09-07
docs: add and use include template for config/* includes
Ævar Arnfjörð Bjarmason
9
-3
/
+21
2022-09-07
rev-list: disable commit graph with --verify-objects
Jeff King
2
-0
/
+29
2022-09-07
lookup_commit_in_graph(): use prepare_commit_graph() to check for graph
Jeff King
1
-1
/
+1
2022-09-05
The eighteenth batch
Junio C Hamano
1
-0
/
+17
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
2
-18
/
+25
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 'rs/tempfile-cleanup-race-fix'
Junio C Hamano
2
-9
/
+7
2022-09-05
Merge branch 'ac/bitmap-lookup-table'
Junio C Hamano
18
-671
/
+1335
2022-09-05
Merge branch 'tb/midx-with-changing-preferred-pack-fix'
Junio C Hamano
3
-46
/
+139
2022-09-02
Documentation/technical: include Scalar technical doc
Victoria Dye
2
-61
/
+1
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: add to 'git help -a' command list
Victoria Dye
2
-1
/
+2
2022-09-02
scalar: implement the `help` subcommand
Johannes Schindelin
1
-0
/
+20
2022-09-02
git help: special-case `scalar`
Johannes Schindelin
1
-0
/
+2
2022-09-02
scalar: include in standard Git build & installation
Victoria Dye
10
-142
/
+28
2022-09-02
scalar: fix command documentation section header
Victoria Dye
1
-2
/
+2
2022-09-02
unpack-trees: fix sparse directory recursion check
Victoria Dye
2
-2
/
+11
2022-09-02
diff: fix filtering of merge commits under --remerge-diff
Elijah Newren
2
-0
/
+6
2022-09-02
diff: fix filtering of additional headers under --remerge-diff
Elijah Newren
2
-1
/
+18
2022-09-02
diff: have submodule_format logic avoid additional diff headers
Elijah Newren
2
-6
/
+31
2022-09-02
submodule--helper: fix a configure_added_submodule() leak
Ævar Arnfjörð Bjarmason
2
-2
/
+3
2022-09-02
submodule--helper: free rest of "displaypath" in "struct update_data"
Ævar Arnfjörð Bjarmason
1
-7
/
+8
2022-09-02
submodule--helper: free some "displaypath" in "struct update_data"
Ævar Arnfjörð Bjarmason
4
-1
/
+5
2022-09-02
submodule--helper: fix a memory leak in print_status()
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-09-02
submodule--helper: fix a leak in module_add()
Ævar Arnfjörð Bjarmason
1
-2
/
+6
2022-09-02
submodule--helper: fix obscure leak in module_add()
Ævar Arnfjörð Bjarmason
1
-11
/
+11
2022-09-02
submodule--helper: fix "reference" leak
Ævar Arnfjörð Bjarmason
1
-6
/
+15
2022-09-02
submodule--helper: fix a memory leak in get_default_remote_submodule()
Ævar Arnfjörð Bjarmason
1
-1
/
+5
2022-09-02
submodule--helper: fix a leak with repo_clear()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-09-02
submodule--helper: fix "sm_path" and other "module_cb_list" leaks
Ævar Arnfjörð Bjarmason
2
-1
/
+21
2022-09-02
submodule--helper: fix "errmsg_str" memory leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-09-02
submodule--helper: add and use *_release() functions
Ævar Arnfjörð Bjarmason
2
-1
/
+28
2022-09-02
submodule--helper: don't leak {run,capture}_command() cp.dir argument
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-09-02
submodule--helper: "struct pathspec" memory leak in module_update()
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2022-09-02
submodule--helper: fix most "struct pathspec" memory leaks
Ævar Arnfjörð Bjarmason
1
-23
/
+51
2022-09-02
submodule--helper: fix trivial get_default_remote_submodule() leak
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-09-02
submodule--helper: fix a leak in "clone_submodule"
Ævar Arnfjörð Bjarmason
6
-5
/
+12
2022-09-02
Merge branch 'ab/submodule-helper-prep' into ab/submodule-helper-leakfix
Junio C Hamano
16
-371
/
+467
2022-09-02
submodule--helper: fix bad config API usage
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-09-02
submodule--helper: libify even more "die" paths for module_update()
Ævar Arnfjörð Bjarmason
1
-16
/
+25
2022-09-02
submodule--helper: libify more "die" paths for module_update()
Ævar Arnfjörð Bjarmason
1
-21
/
+37
2022-09-02
submodule--helper: check repo{_submodule,}_init() return values
Ævar Arnfjörð Bjarmason
3
-2
/
+13
2022-09-02
submodule--helper: libify "must_die_on_failure" code paths (for die)
Ævar Arnfjörð Bjarmason
1
-12
/
+17
[prev]
[next]