index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2022-09-02
submodule--helper: use "code" in run_update_command()
Ævar Arnfjörð Bjarmason
-14
/
+13
2022-09-02
submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string()
Ævar Arnfjörð Bjarmason
-13
/
+11
2022-09-02
submodule--helper: don't call submodule_strategy_to_string() in BUG()
Ævar Arnfjörð Bjarmason
-6
/
+6
2022-09-02
submodule--helper: add missing braces to "else" arm
Ævar Arnfjörð Bjarmason
-1
/
+2
2022-09-02
submodule--helper: return "ret", not "1" from update_submodule()
Ævar Arnfjörð Bjarmason
-2
/
+2
2022-09-02
submodule--helper: rename "int res" to "int ret"
Ævar Arnfjörð Bjarmason
-9
/
+9
2022-09-02
submodule--helper: don't redundantly check "else if (res)"
Ævar Arnfjörð Bjarmason
-2
/
+1
2022-09-02
submodule--helper: refactor "errmsg_str" to be a "struct strbuf"
Glen Choo
-8
/
+6
2022-09-02
submodule--helper: add "const" to passed "struct update_data"
Ævar Arnfjörð Bjarmason
-5
/
+7
2022-09-02
submodule--helper: add "const" to copy of "update_data"
Glen Choo
-2
/
+2
2022-09-02
submodule--helper: add "const" to passed "module_clone_data"
Ævar Arnfjörð Bjarmason
-23
/
+26
2022-09-02
submodule--helper: move "sb" in clone_submodule() to its own scope
Ævar Arnfjörð Bjarmason
-7
/
+14
2022-09-02
submodule--helper: use xstrfmt() in clone_submodule()
Ævar Arnfjörð Bjarmason
-8
/
+9
2022-09-02
submodule--helper: replace memset() with { 0 }-initialization
Ævar Arnfjörð Bjarmason
-4
/
+2
2022-09-02
submodule--helper style: add \n\n after variable declarations
Ævar Arnfjörð Bjarmason
-2
/
+23
2022-09-02
submodule--helper style: don't separate declared variables with \n\n
Ævar Arnfjörð Bjarmason
-28
/
+5
2022-09-02
submodule--helper: move "resolve-relative-url-test" to a test-tool
Ævar Arnfjörð Bjarmason
-24
/
+43
2022-09-02
submodule--helper: move "check-name" to a test-tool
Ævar Arnfjörð Bjarmason
-25
/
+47
2022-09-02
submodule--helper: move "is-active" to a test-tool
Ævar Arnfjörð Bjarmason
-30
/
+90
2022-09-02
test-tool submodule-config: remove unused "--url" handling
Ævar Arnfjörð Bjarmason
-9
/
+2
2022-09-02
submodule--helper: remove unused "list" helper
Ævar Arnfjörð Bjarmason
-65
/
+0
2022-09-02
submodule--helper: remove unused "name" helper
Ævar Arnfjörð Bjarmason
-19
/
+0
2022-09-02
submodule tests: test for "add <repository> <abs-path>"
Ævar Arnfjörð Bjarmason
-0
/
+5
2022-09-02
submodule tests: test usage behavior
Ævar Arnfjörð Bjarmason
-0
/
+26
2022-09-01
The seventeenth batch
Junio C Hamano
-1
/
+12
2022-09-01
Merge branch 'en/merge-multi-strategies'
Junio C Hamano
-9
/
+11
2022-09-01
Merge branch 'en/t4301-more-merge-tree-tests'
Junio C Hamano
-1
/
+573
2022-09-01
Merge branch 'en/merge-unstash-only-on-clean-merge'
Junio C Hamano
-1
/
+13
2022-09-01
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano
-335
/
+875
2022-09-01
Merge branch 'ds/bundle-uri-clone'
Junio C Hamano
-0
/
+374
2022-09-01
git-compat-util.h: use "deprecated" for UNUSED variables
Ævar Arnfjörð Bjarmason
-1
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
-269
/
+269
2022-09-01
t: retire unused chainlint.sed
Eric Sunshine
-399
/
+0
2022-09-01
t/Makefile: teach `make test` and `make prove` to run chainlint.pl
Eric Sunshine
-3
/
+17
2022-09-01
test-lib: replace chainlint.sed with chainlint.pl
Eric Sunshine
-3
/
+8
2022-09-01
test-lib: retire "lint harder" optimization hack
Eric Sunshine
-21
/
+3
2022-09-01
t/chainlint: add more chainlint.pl self-tests
Eric Sunshine
-2
/
+336
2022-09-01
chainlint.pl: allow `|| echo` to signal failure upstream of a pipe
Eric Sunshine
-0
/
+24
2022-09-01
chainlint.pl: complain about loops lacking explicit failure handling
Eric Sunshine
-7
/
+153
2022-09-01
chainlint.pl: don't flag broken &&-chain if failure indicated explicitly
Eric Sunshine
-2
/
+62
2022-09-01
chainlint.pl: don't flag broken &&-chain if `$?` handled explicitly
Eric Sunshine
-0
/
+26
2022-09-01
chainlint.pl: don't require `&` background command to end with `&&`
Eric Sunshine
-1
/
+20
2022-09-01
t/Makefile: apply chainlint.pl to existing self-tests
Eric Sunshine
-14
/
+46
2022-09-01
chainlint.pl: don't require `return|exit|continue` to end with `&&`
Eric Sunshine
-2
/
+63
2022-09-01
chainlint.pl: validate test scripts in parallel
Eric Sunshine
-1
/
+49
2022-09-01
chainlint.pl: add parser to identify test definitions
Eric Sunshine
-3
/
+60
2022-09-01
chainlint.pl: add parser to validate tests
Eric Sunshine
-0
/
+46
2022-09-01
chainlint.pl: add POSIX shell parser
Eric Sunshine
-0
/
+243
2022-09-01
chainlint.pl: add POSIX shell lexical analyzer
Eric Sunshine
-0
/
+177
2022-09-01
t: add skeleton chainlint.pl
Eric Sunshine
-0
/
+115
[prev]
[next]