summaryrefslogtreecommitdiff
path: root/help.c
Commit message (Expand)AuthorAgeFilesLines
* help: fix doubled words in explanation for developer interfacesFangyi Zhou2022-09-161-1/+1
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-2/+3
* git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason2022-08-041-0/+12
* git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason2022-08-041-0/+12
* help.c: remove common category behavior from drop_prefix() behaviorÆvar Arnfjörð Bjarmason2022-08-041-4/+5
* help.c: refactor drop_prefix() to use a "switch" statement"Ævar Arnfjörð Bjarmason2022-08-041-2/+8
* Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-0/+4
|\
| * help: include fsmonitor--daemon feature flag in version infoJeff Hostetler2022-03-251-0/+4
* | help: don't print "\n" before single-section outputÆvar Arnfjörð Bjarmason2022-02-231-1/+4
* | help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason2022-02-231-3/+5
* | help.c: split up list_all_cmds_help() functionÆvar Arnfjörð Bjarmason2022-02-231-7/+20
* | help.c: use puts() instead of printf{,_ln}() for consistencyÆvar Arnfjörð Bjarmason2022-02-231-3/+4
|/
* help: make auto-correction prompt more consistentKashav Madan2021-12-161-1/+1
* help: move column config discovery to help.c libraryÆvar Arnfjörð Bjarmason2021-09-231-2/+14
* help.c: help.autocorrect=prompt waits for user actionAzeem Bande-Ali2021-08-141-1/+20
* help.c: help.autocorrect=never means "do not compute suggestions"Drew DeVault2020-11-251-3/+22
* help: do not expect built-in commands to be hardlinkedJohannes Schindelin2020-10-071-0/+2
* Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-1/+1
|\
| * config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-1/+1
* | help: drop usage of 'common' and 'useful' for guidesPhilippe Blain2020-08-041-2/+2
|/
* help: add shell-path to --build-optionsEmily Shaffer2020-05-121-0/+1
* bugreport: gather git version and build infoEmily Shaffer2020-04-161-18/+28
* help: move list_config_help to builtin/helpEmily Shaffer2020-04-161-85/+0
* Fix spelling errors in messages shown to usersElijah Newren2019-11-101-1/+1
* Merge branch 'rs/help-unknown-ref-does-not-return'Junio C Hamano2019-09-301-1/+2
|\
| * help: make help_unknown_ref() NORETURNRené Scharfe2019-08-301-1/+2
* | Merge branch 'jk/help-unknown-ref-fix'Junio C Hamano2019-06-131-4/+4
|\ \ | |/ |/|
| * help_unknown_ref(): check for refname ambiguityJeff King2019-05-151-3/+3
| * help_unknown_ref(): duplicate collected refnamesJeff King2019-05-151-1/+1
* | completion: fix multiple command removalsJeff King2019-03-211-2/+2
* | git: read local config in --list-cmdsJeff King2019-03-211-7/+0
|/
* help: align the longest command in the command listingNguyễn Thái Ngọc Duy2019-01-311-1/+2
* help -a: handle aliases with long names gracefullyJohannes Schindelin2018-12-121-1/+9
* help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy2018-10-031-4/+46
* Merge branch 'hn/highlight-sideband-keywords'Junio C Hamano2018-08-201-0/+1
|\
| * sideband: highlight keywords in remote sideband outputHan-Wen Nienhuys2018-08-081-0/+1
* | Merge branch 'mk/http-backend-content-length'Junio C Hamano2018-08-171-0/+1
|\ \ | |/ |/|
| * http-backend: respect CONTENT_LENGTH for receive-packMax Kirillov2018-07-271-0/+1
| * Merge branch 'nd/command-list'Junio C Hamano2018-06-011-27/+217
| |\
* | | completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy2018-05-291-3/+31
* | | help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+56
* | | Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano2018-05-291-27/+217
|\ \ \ | |/ / |/| / | |/
| * completion: allow to customize the completable command listNguyễn Thái Ngọc Duy2018-05-211-0/+33
| * help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-211-4/+17
| * help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy2018-05-211-0/+16
| * git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy2018-05-211-0/+23
| * completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy2018-05-211-0/+32
| * help: use command-list.h for common command listNguyễn Thái Ngọc Duy2018-05-101-36/+109
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/