summaryrefslogtreecommitdiff
path: root/t/t0012-help.sh
AgeCommit message (Expand)Author
2022-02-23help: don't print "\n" before single-section outputÆvar Arnfjörð Bjarmason
2022-02-23help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason
2022-02-23help: error if [-a|-g|-c] and [-i|-m|-w] are combinedÆvar Arnfjörð Bjarmason
2022-02-23help: correct usage & behavior of "git help --all"Ævar Arnfjörð Bjarmason
2022-02-23help tests: test "git" and "git help [-a|-g] spacingÆvar Arnfjörð Bjarmason
2022-02-08t0012: verify that built-ins handle `-h` even without gitdirJohannes Schindelin
2021-10-13Merge branch 'ab/help-config-vars'Junio C Hamano
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason
2021-09-23help tests: test --config-for-completion option & outputÆvar Arnfjörð Bjarmason
2021-09-23help: correct logic error in combining --all and --guidesÆvar Arnfjörð Bjarmason
2021-09-23help: correct logic error in combining --all and --configÆvar Arnfjörð Bjarmason
2021-09-23help tests: add test for --config outputÆvar Arnfjörð Bjarmason
2021-09-23help: correct usage & behavior of "git help --guides"Ævar Arnfjörð Bjarmason
2021-09-14help: make sure local html page exists before calling external processesMatthias Aßhauer
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2018-10-04help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy
2018-05-21help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy
2018-05-10help: use command-list.h for common command listNguyễn Thái Ngọc Duy
2017-06-05t0012: test "-h" with builtinsJeff King
2016-08-30help: make option --help open man pages only for Git commandsRalf Thielow
2016-08-30help: introduce option --exclude-guidesRalf Thielow