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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-21
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
1
-3
/
+3
2022-09-21
Merge branch 'vd/scalar-generalize-diagnose'
Junio C Hamano
1
-1
/
+1
2022-09-21
builtin/diagnose.c: don't translate the two mode values
Alex Henrie
1
-1
/
+1
2022-09-21
gc: don't translate literal commands
Alex Henrie
1
-3
/
+3
2022-09-19
Merge branch 'vd/scalar-to-main'
Junio C Hamano
1
-0
/
+2
2022-09-19
Merge branch 'jk/list-objects-filter-cleanup'
Junio C Hamano
4
-4
/
+8
2022-09-19
Merge branch 'zh/ls-files-format'
Junio C Hamano
1
-1
/
+1
2022-09-19
Merge branch 'sy/mv-out-of-cone'
Junio C Hamano
1
-27
/
+134
2022-09-15
Merge branch 'jk/proto-v2-ref-prefix-fix'
Junio C Hamano
1
-3
/
+15
2022-09-14
Merge branch 'ab/submodule-helper-leakfix'
Junio C Hamano
1
-64
/
+163
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
26
-78
/
+78
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
26
-70
/
+98
2022-09-13
Merge branch 'ow/rev-parse-parseopt-fix'
Junio C Hamano
1
-0
/
+3
2022-09-13
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
2
-5
/
+8
2022-09-13
Merge branch 'ab/submodule-helper-prep'
Junio C Hamano
1
-305
/
+241
2022-09-12
ls-files: fix black space in error message
ZheNing Hu
1
-1
/
+1
2022-09-12
list-objects-filter: add and use initializers
Jeff King
4
-6
/
+7
2022-09-09
builtin/mv.c: fix possible segfault in add_slash()
Shaoxuan Yuan
1
-1
/
+1
2022-09-09
Merge branch 'jc/format-patch-force-in-body-from'
Junio C Hamano
1
-0
/
+9
2022-09-09
Merge branch 'js/range-diff-with-pathspec'
Junio C Hamano
1
-24
/
+77
2022-09-08
rev-parse --parseopt: detect missing opt-spec
Øystein Walle
1
-0
/
+3
2022-09-08
fetch: add branch.*.merge to default ref-prefix extension
Jeff King
1
-3
/
+15
2022-09-08
fetch: stop checking for NULL transport->remote in do_fetch()
Jeff King
1
-1
/
+1
2022-09-07
notes, remote: show unknown subcommands between `'
SZEDER Gábor
2
-2
/
+2
2022-09-07
notes: simplify default operation mode arguments check
SZEDER Gábor
1
-4
/
+7
2022-09-05
Merge branch 'bc/gc-crontab-fix'
Junio C Hamano
1
-16
/
+23
2022-09-05
Merge branch 'ac/bitmap-lookup-table'
Junio C Hamano
2
-0
/
+15
2022-09-02
git help: special-case `scalar`
Johannes Schindelin
1
-0
/
+2
2022-09-02
submodule--helper: fix a configure_added_submodule() leak
Ævar Arnfjörð Bjarmason
1
-2
/
+2
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
1
-1
/
+2
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
1
-1
/
+20
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
1
-1
/
+27
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
1
-5
/
+5
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
1
-2
/
+7
2022-09-02
submodule--helper: libify "must_die_on_failure" code paths (for die)
Ævar Arnfjörð Bjarmason
1
-12
/
+17
[next]