summaryrefslogtreecommitdiff
path: root/builtin/help.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-1/+1
|\
| * doc txt & -h consistency: balance unbalanced "[" and "]"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
* | git help: special-case `scalar`Johannes Schindelin2022-09-021-0/+2
|/
* git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason2022-08-041-0/+9
* git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason2022-08-041-0/+9
* git help doc: use "<doc>" instead of "<guide>"Ævar Arnfjörð Bjarmason2022-08-041-1/+1
* Merge branch 'ab/help-fixes'Junio C Hamano2022-03-091-10/+53
|\
| * help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason2022-02-231-2/+14
| * help: error if [-a|-g|-c] and [-i|-m|-w] are combinedÆvar Arnfjörð Bjarmason2022-02-231-6/+35
| * help: correct usage & behavior of "git help --all"Ævar Arnfjörð Bjarmason2022-02-231-2/+3
| * help: note the option name on option incompatibilityÆvar Arnfjörð Bjarmason2022-02-231-7/+8
* | i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-2/+2
|/
* run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason2021-11-251-2/+1
* Merge branch 'ab/help-config-vars'Junio C Hamano2021-10-131-48/+83
|\
| * help: move column config discovery to help.c libraryÆvar Arnfjörð Bjarmason2021-09-231-6/+1
| * help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason2021-09-231-13/+41
| * help: simplify by moving to OPT_CMDMODE()Ævar Arnfjörð Bjarmason2021-09-231-45/+36
| * help: correct logic error in combining --all and --guidesÆvar Arnfjörð Bjarmason2021-09-231-0/+4
| * help: correct logic error in combining --all and --configÆvar Arnfjörð Bjarmason2021-09-231-9/+22
| * help: correct usage & behavior of "git help --guides"Ævar Arnfjörð Bjarmason2021-09-231-4/+7
| * help: correct the usage string in -h and documentationÆvar Arnfjörð Bjarmason2021-09-101-1/+2
* | help: make sure local html page exists before calling external processesMatthias Aßhauer2021-09-141-3/+6
|/
* help: convert git_cmd to page in one placeAndrei Rybak2021-07-061-9/+8
* help: drop usage of 'common' and 'useful' for guidesPhilippe Blain2020-08-041-1/+1
* Merge branch 'es/bugreport'Junio C Hamano2020-05-011-0/+86
|\
| * help: move list_config_help to builtin/helpEmily Shaffer2020-04-161-0/+86
* | parse_config_key(): return subsection len as size_tJeff King2020-04-101-1/+1
|/
* completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
* Merge branch 'rv/alias-help'Junio C Hamano2018-10-261-3/+31
|\
| * help: redirect to aliased commands for "git cmd --help"Rasmus Villemoes2018-10-111-3/+31
* | help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy2018-10-031-1/+1
|/
* completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy2018-05-291-1/+8
* help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+9
* Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano2018-05-291-32/+8
|\
| * Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-0/+1
| * help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-32/+0
| * help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy2018-05-211-0/+7
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/
* help: rename 'new' variablesBrandon Williams2018-02-221-5/+5
* Merge branch 'ks/help-alias-label'Junio C Hamano2017-09-251-1/+1
|\
| * help: change a message to be more preciseks/help-alias-labelKaartic Sivaraam2017-09-141-1/+1
* | help: release strbuf on error return in exec_woman_emacs()Rene Scharfe2017-09-071-0/+1
* | help: release strbuf on error return in exec_man_man()Rene Scharfe2017-09-071-0/+1
* | help: release strbuf on error return in exec_man_konqueror()Rene Scharfe2017-09-071-0/+1
|/
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* help: introduce option --exclude-guidesRalf Thielow2016-08-301-7/+23