aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0012-help.sh
AgeCommit message (Expand)AuthorFilesLines
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano1-8/+2
2025-01-17t0012: optionally check that "-h" output goes to stdoutJeff King1-2/+9
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt1-0/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-8/+8
2022-09-16help: fix doubled words in explanation for developer interfacesFangyi Zhou1-1/+1
2022-08-04git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason1-0/+2
2022-08-04git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason1-1/+11
2022-03-31cli: add -v and -h shorthandsGarrit Franke1-1/+1
2022-02-23help: don't print "\n" before single-section outputÆvar Arnfjörð Bjarmason1-1/+0
2022-02-23help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason1-0/+37
2022-02-23help: error if [-a|-g|-c] and [-i|-m|-w] are combinedÆvar Arnfjörð Bjarmason1-0/+10
2022-02-23help: correct usage & behavior of "git help --all"Ævar Arnfjörð Bjarmason1-0/+3
2022-02-23help tests: test "git" and "git help [-a|-g] spacingÆvar Arnfjörð Bjarmason1-0/+45
2022-02-08t0012: verify that built-ins handle `-h` even without gitdirJohannes Schindelin1-1/+6
2021-10-13Merge branch 'ab/help-config-vars'Junio C Hamano1-0/+49
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason1-3/+14
2021-09-23help tests: test --config-for-completion option & outputÆvar Arnfjörð Bjarmason1-1/+16
2021-09-23help: correct logic error in combining --all and --guidesÆvar Arnfjörð Bjarmason1-1/+6
2021-09-23help: correct logic error in combining --all and --configÆvar Arnfjörð Bjarmason1-1/+2
2021-09-23help tests: add test for --config outputÆvar Arnfjörð Bjarmason1-0/+13
2021-09-23help: correct usage & behavior of "git help --guides"Ævar Arnfjörð Bjarmason1-0/+4
2021-09-14help: make sure local html page exists before calling external processesMatthias Aßhauer1-0/+16
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2018-10-03help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy1-2/+2
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy1-0/+6
2018-05-21help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy1-0/+9
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy1-1/+1
2018-05-10help: use command-list.h for common command listNguyễn Thái Ngọc Duy1-0/+9
2017-06-05t0012: test "-h" with builtinsJeff King1-0/+12
2016-08-30help: make option --help open man pages only for Git commandsRalf Thielow1-0/+8
2016-08-30help: introduce option --exclude-guidesRalf Thielow1-0/+44