summary refs log tree commit diff
BranchCommit messageAuthorAge
masterMake the = between options and values optionalJune McEnroe6 months
 
TagDownloadAuthorAge
3.2pounce-3.2.tar.gz  pounce-3.2.zip  June McEnroe6 months
3.1pounce-3.1.tar.gz  pounce-3.1.zip  June McEnroe4 years
3.0pounce-3.0.tar.gz  pounce-3.0.zip  June McEnroe5 years
2.5pounce-2.5.tar.gz  pounce-2.5.zip  June McEnroe5 years
2.4pounce-2.4.tar.gz  pounce-2.4.zip  June McEnroe5 years
2.3pounce-2.3.tar.gz  pounce-2.3.zip  June McEnroe6 years
2.2pounce-2.2.tar.gz  pounce-2.2.zip  June McEnroe6 years
2.1p1pounce-2.1p1.tar.gz  pounce-2.1p1.zip  June McEnroe6 years
2.1pounce-2.1.tar.gz  pounce-2.1.zip  June McEnroe6 years
2.0pounce-2.0.tar.gz  pounce-2.0.zip  June McEnroe6 years
1.4p2pounce-1.4p2.tar.gz  pounce-1.4p2.zip  June McEnroe6 years
1.4p1pounce-1.4p1.tar.gz  pounce-1.4p1.zip  June McEnroe6 years
1.4pounce-1.4.tar.gz  pounce-1.4.zip  June McEnroe6 years
1.3p1pounce-1.3p1.tar.gz  pounce-1.3p1.zip  June McEnroe6 years
1.3pounce-1.3.tar.gz  pounce-1.3.zip  June McEnroe6 years
1.2p1pounce-1.2p1.tar.gz  pounce-1.2p1.zip  June McEnroe6 years
1.2pounce-1.2.tar.gz  pounce-1.2.zip  June McEnroe7 years
1.1pounce-1.1.tar.gz  pounce-1.1.zip  June McEnroe7 years
1.0p3pounce-1.0p3.tar.gz  pounce-1.0p3.zip  June McEnroe7 years
1.0p2pounce-1.0p2.tar.gz  pounce-1.0p2.zip  June McEnroe7 years
1.0p1pounce-1.0p1.tar.gz  pounce-1.0p1.zip  June McEnroe7 years
1.0pounce-1.0.tar.gz  pounce-1.0.zip  June McEnroe7 years
llow=1'>Set LANG in cgit filtersJune McEnroe ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. 2019-12-20Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide 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