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