summaryrefslogtreecommitdiff
path: root/gen-version.sh
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-10-05 18:55:49 +0200
committerLars Hjemli <hjemli@gmail.com>2008-10-05 18:55:49 +0200
commitdf46123b0e55027bc39403df285851d37f25a473 (patch)
tree0aa2dcc29d332e7bf5153405552d483d9a3c3d68 /gen-version.sh
parentc6bea0375aa7898ea3229483741944303740801e (diff)
downloadcgit-df46123b0e55027bc39403df285851d37f25a473.tar.gz
cgit-df46123b0e55027bc39403df285851d37f25a473.tar.bz2
cgit-df46123b0e55027bc39403df285851d37f25a473.zip
Replace cgitrc with cgitrc.5.txt
The new file describes all cgitrc options in a more structured manner then the cgitrc example file and it might also work as the source for a cgitrc man page. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'gen-version.sh')
0 files changed, 0 insertions, 0 deletions
'logheader'>2012-09-22Bring zsh completion up to parity with bash completionBrian Mattern1-59/+92 2012-09-22EDITOR should be italicized.Jason A. Donenfeld1-2/+2 2012-09-22Allow git repo to be elsewhere via env var.Jason A. Donenfeld2-9/+24 2012-09-22I don't want --help or --version in bash completion.Jason A. Donenfeld1-1/+1 2012-09-22Vastly simplify GPG secret key finding logic.Jason A. Donenfeld1-1/+1 - Only use secret keys - Use entire UID - --with-colons makes parsing easy 2012-09-22simplify logic slightlyBrian Mattern1-9/+12 2012-09-22turn -o filenames back onBrian Mattern1-10/+6 only auto-expand if there is a single completion match 2012-09-22bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and ↵Jeffrey Ratcliffe1-14/+10 ampersands, and clean up 2012-09-21Better gpg key completion for `pass init`Brian Mattern1-2/+15 2012-09-21Append to COMPREPLY instead of inserting by indexBrian Mattern1-3/+1