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