summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMartijn Dekker <martijn@inlv.org>2018-03-10 16:21:28 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-22 00:29:58 +0800
commite006ef83a79bc1800fd11346f16ee67526e59c74 (patch)
treee35cb605143908228d6743b3e430229bcb633bcc /src
parentparser: Fix single-quoted patterns in here-documents (diff)
downloaddash-e006ef83a79bc1800fd11346f16ee67526e59c74.tar.gz
dash-e006ef83a79bc1800fd11346f16ee67526e59c74.zip
shell: provide .gitignore
Here's a .gitignore file for the convenience of casual git users.

- M.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
57896a7d4dffd13c9&follow=1'>Add DCH to shottyJune McEnroe 2019-07-12Support insert mode in shottyJune McEnroe 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroemp;follow=1'>Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe