summaryrefslogtreecommitdiffstats
path: root/help.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-10Fix spelling errors in messages shown to usersElijah Newren1-1/+1
2019-09-30Merge branch 'rs/help-unknown-ref-does-not-return'Junio C Hamano1-1/+2
2019-08-30help: make help_unknown_ref() NORETURNRené Scharfe1-1/+2
2019-06-13Merge branch 'jk/help-unknown-ref-fix'Junio C Hamano1-4/+4
2019-05-15help_unknown_ref(): check for refname ambiguityJeff King1-3/+3
2019-05-15help_unknown_ref(): duplicate collected refnamesJeff King1-1/+1
2019-03-21completion: fix multiple command removalsJeff King1-2/+2
2019-03-21git: read local config in --list-cmdsJeff King1-7/+0
2019-01-31help: align the longest command in the command listingNguyễn Thái Ngọc Duy1-1/+2
2018-12-12help -a: handle aliases with long names gracefullyJohannes Schindelin1-1/+9
2018-10-03help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy1-4/+46
2018-08-20Merge branch 'hn/highlight-sideband-keywords'Junio C Hamano1-0/+1
2018-08-17Merge branch 'mk/http-backend-content-length'Junio C Hamano1-0/+1
2018-08-08sideband: highlight keywords in remote sideband outputHan-Wen Nienhuys1-0/+1
2018-07-27http-backend: respect CONTENT_LENGTH for receive-packMax Kirillov1-0/+1
2018-06-01Merge branch 'nd/command-list'Junio C Hamano1-27/+217
2018-05-29completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy1-3/+31
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy1-0/+56
2018-05-29Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano1-27/+217
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy1-0/+33
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy1-4/+17
2018-05-21help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy1-0/+16
2018-05-21git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy1-0/+23
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy1-0/+32
2018-05-10help: use command-list.h for common command listNguyễn Thái Ngọc Duy1-36/+109
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2017-12-14version --build-options: report commit, too, if possibleJohannes Schindelin1-0/+5
2017-12-14version --build-options: also report host CPUEric Sunshine1-0/+1
2017-06-26Merge branch 'mb/reword-autocomplete-message'Junio C Hamano1-6/+12
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-24Merge branch 'js/alias-early-config'Junio C Hamano1-1/+1
2017-06-21auto-correct: tweak phrasingMarc Branchaud1-6/+12
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano1-5/+20
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-15help: use early config when autocorrecting aliasesJohannes Schindelin1-1/+1
2017-06-05version: convert to parse-optionsJeff King1-5/+20
2017-05-30Merge branch 'bw/forking-and-threading'Junio C Hamano1-42/+1
2017-05-12usability: don't ask questions if no reply is requiredJean-Noel Avila1-2/+2
2017-04-25run-command: expose is_executable functionBrandon Williams1-42/+1
2017-01-30help: improve is_executable() on WindowsHeiko Voigt1-3/+18
2016-09-29use QSORTRené Scharfe1-10/+5
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King1-0/+6
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King1-4/+2
2015-06-24Merge branch 'js/sleep-without-select'Junio C Hamano1-1/+1
2015-06-05help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt1-1/+1
2015-06-05Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2015-05-25append_similar_ref(): rewrite to take an object_id argumentMichael Haggerty1-4/+2
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-1/+3