index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t0012-help.sh
Age
Commit message (
Expand
)
Author
2026-03-11
help: cleanup the contruction of keys_uniq
Amisha Chhajed
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
2025-01-17
t0012: optionally check that "-h" output goes to stdout
Jeff King
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-09-27
git: fix leaking argv when handling builtins
Patrick Steinhardt
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
2022-09-16
help: fix doubled words in explanation for developer interfaces
Fangyi Zhou
2022-08-04
git docs: add a category for file formats, protocols and interfaces
Ævar Arnfjörð Bjarmason
2022-08-04
git docs: add a category for user-facing file, repo and command UX
Ævar Arnfjörð Bjarmason
2022-03-31
cli: add -v and -h shorthands
Garrit Franke
2022-02-23
help: don't print "\n" before single-section output
Ævar Arnfjörð Bjarmason
2022-02-23
help: add --no-[external-commands|aliases] for use with --all
Ævar Arnfjörð Bjarmason
2022-02-23
help: error if [-a|-g|-c] and [-i|-m|-w] are combined
Ævar Arnfjörð Bjarmason
2022-02-23
help: correct usage & behavior of "git help --all"
Ævar Arnfjörð Bjarmason
2022-02-23
help tests: test "git" and "git help [-a|-g] spacing
Ævar Arnfjörð Bjarmason
2022-02-08
t0012: verify that built-ins handle `-h` even without gitdir
Johannes Schindelin
2021-10-13
Merge branch 'ab/help-config-vars'
Junio C Hamano
2021-09-23
help / completion: make "git help" do the hard work
Ævar Arnfjörð Bjarmason
2021-09-23
help tests: test --config-for-completion option & output
Ævar Arnfjörð Bjarmason
2021-09-23
help: correct logic error in combining --all and --guides
Ævar Arnfjörð Bjarmason
2021-09-23
help: correct logic error in combining --all and --config
Ævar Arnfjörð Bjarmason
2021-09-23
help tests: add test for --config output
Ævar Arnfjörð Bjarmason
2021-09-23
help: correct usage & behavior of "git help --guides"
Ævar Arnfjörð Bjarmason
2021-09-14
help: make sure local html page exists before calling external processes
Matthias Aßhauer
2021-02-10
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
2018-10-03
help -a: improve and make --verbose default
Nguyễn Thái Ngọc Duy
2018-05-21
help: use command-list.txt for the source of guides
Nguyễn Thái Ngọc Duy
2018-05-21
help: add "-a --verbose" to list all commands with synopsis
Nguyễn Thái Ngọc Duy
2018-05-21
git.c: convert --list-* to --list-cmds=*
Nguyễn Thái Ngọc Duy
2018-05-10
help: use command-list.h for common command list
Nguyễn Thái Ngọc Duy
2017-06-05
t0012: test "-h" with builtins
Jeff King
2016-08-30
help: make option --help open man pages only for Git commands
Ralf Thielow
2016-08-30
help: introduce option --exclude-guides
Ralf Thielow