aboutsummaryrefslogtreecommitdiffstats
path: root/generate-cmdlist.sh
AgeCommit message (Expand)AuthorFilesLines
2021-11-05generate-cmdlist.sh: don't parse command-list.txt thriceÆvar Arnfjörð Bjarmason1-7/+10
2021-11-05generate-cmdlist.sh: replace "grep' invocation with a shell versionÆvar Arnfjörð Bjarmason1-4/+20
2021-11-05generate-cmdlist.sh: do not shell out to "sed"Jeff King1-11/+12
2021-11-05generate-cmdlist.sh: stop sorting category linesÆvar Arnfjörð Bjarmason1-6/+1
2021-11-05generate-cmdlist.sh: replace for loop by printf's auto-repeat featureJohannes Sixt1-4/+1
2021-11-05generate-cmdlist.sh: run "grep | sort", not "sort | grep"Ævar Arnfjörð Bjarmason1-2/+2
2021-11-05generate-cmdlist.sh: don't call get_categories() from category_list()Ævar Arnfjörð Bjarmason1-3/+4
2021-11-05generate-cmdlist.sh: spawn fewer processesJohannes Sixt1-4/+3
2021-11-05generate-cmdlist.sh: trivial whitespace changeÆvar Arnfjörð Bjarmason1-1/+1
2020-09-09Fit to Plan 9's ANSI/POSIX compatibility layerKyohei Kadota1-1/+1
2020-04-16help: move list_config_help to builtin/helpEmily Shaffer1-19/+0
2019-04-19help -a: do not list commands that are excluded from the buildJohannes Schindelin1-1/+9
2018-10-29Update makefile in preparation for Documentation/config/*.txtNguyễn Thái Ngọc Duy1-1/+1
2018-08-21generate-cmdlist.sh: collect config from all config.txt filesNguyễn Thái Ngọc Duy1-1/+1
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy1-0/+19
2018-05-21git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy1-0/+17
2018-05-10Remove common-cmds.hNguyễn Thái Ngọc Duy1-43/+3
2018-05-10help: use command-list.h for common command listNguyễn Thái Ngọc Duy1-2/+2
2018-05-10generate-cmds.sh: export all commands to command-list.hNguyễn Thái Ngọc Duy1-4/+63
2018-05-10generate-cmds.sh: factor out synopsis extract codeNguyễn Thái Ngọc Duy1-7/+11
2017-11-22generate-cmdlist: avoid non-deterministic outputJonathan Nieder1-1/+1
2015-08-25generate-cmdlist: re-implement as shell scriptEric Sunshine1-0/+50
2015-05-21generate-cmdlist: parse common group commandsEric Sunshine1-23/+0
2012-04-24i18n: help: mark strings for translationNguyễn Thái Ngọc Duy1-1/+1
2011-08-05misc-sh: fix up whitespace in some other .sh files.Jon Seymour1-2/+2
2011-03-16standardize brace placement in struct definitionsJonathan Nieder1-2/+1
2008-11-30generate-cmdlist.sh: avoid selecting synopsis at wrong placeNguyễn Thái Ngọc Duy1-1/+1
2007-12-01Consolidate command list to one.Junio C Hamano1-23/+2
2007-11-14Make the list of common commands more exclusiveTheodore Ts'o1-6/+0
2007-06-13More staticJunio C Hamano1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-1/+1
2007-01-03git-tag: add flag to verify a tagSanti Béjar1-1/+0
2006-12-14git-show: grok blobs, trees and tags, tooJohannes Schindelin1-1/+1
2006-09-09Add git-archiveFranck Bui-Huu1-0/+1
2006-05-22git help: remove whatchanged from list of common commandsMartin Waitz1-1/+0
2006-03-19generate-cmdlist: style cleanups.Junio C Hamano1-3/+7
2006-03-19Add missing semicolon to sed command.Shawn Pearce1-1/+1
2006-03-09Nicer output from 'git'Fredrik Kuivinen1-0/+48