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