summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* | | Add 'doc/zlib/' from commit 'e1ebbcf0ed43f21dd504f1f109e5d12b6bc99460'June McEnroe2020-12-27
|\ \ \
| * | | Replace Makefile with portable oneJune McEnroe2020-12-27
| * | | Convert zlib.h comments to mdocJune McEnroe2020-12-27
| / /
* | | Add "this commit" option to switch formAlyssa Ross2020-12-27
* | | Show subject in commit page titleJune McEnroe2020-12-27
* | | Show symlink targets in tree listingJune McEnroe2020-12-27
* | | Disallow blame in robots.txtJune McEnroe2020-12-27
* | | Don't link to blame for binary blobsJune McEnroe2020-12-27
* | | Bail from blame if blob is binaryJune McEnroe2020-12-27
* | | Remove dependency on memrchrJune McEnroe2020-12-27
* | | Remove cgit/git submoduleJune McEnroe2020-12-27
* | | Merge commit '85016e706cd00e527dba3fa83b2783dfb56a4ffa' as 'www/git.causal.ag...June McEnroe2020-12-27
|\| |
| * | Squashed 'www/git.causal.agency/cgit/' content from commit 02221fd3June McEnroe2020-12-27
| /
* | Remove 1shJune McEnroe2020-12-23
* | Remove bash_profile, bashrcJune McEnroe2020-12-23
* | Fix dash Makefile compatibility with BSD makeJune McEnroe2020-12-23
* | Switch from 1sh to dashJune McEnroe2020-12-23
* | Fix multi-line prompts when right prompts are usedJune McEnroe2020-12-23
* | Add RPS1 and RPS2 right prompt variablesJune McEnroe2020-12-23
* | Cache the expanded prompt for editlineJune McEnroe2020-12-23
* | Bind libedit's secret filename completion functionJune McEnroe2020-12-22
* | Build with libedit by defaultJune McEnroe2020-12-22
* | Fail if building --with-libedit and can't find libeditJune McEnroe2020-12-22
* | Merge commit '9e55e38997ed4d6998af9e113e215a926c24988e' as 'bin/dash'June McEnroe2020-12-22
|\|
| * Squashed 'bin/dash/' content from commit a45870fJune McEnroe2020-12-22
* Limit prune.sh to ~/.config ~/.localJune McEnroe2020-12-22
* Match the number part of the argument to :RFCJune McEnroe2020-12-21
* Move rfc.vim to doc/rfcJune McEnroe2020-12-21
* Move rfc to doc/rfcJune McEnroe2020-12-21
* Move wcfix to port/wcwidthJune McEnroe2020-12-21
* Update PDF URLsJune McEnroe2020-12-21
* Move pdf to doc/pdfJune McEnroe2020-12-21
* Remove TF2 configJune McEnroe2020-12-21
* Emit tags for section headings without trailing dotsJune McEnroe2020-12-20
* Depend on rfc-index.txt.gz in MakefileJune McEnroe2020-12-20
* Convert :RFC number to numberJune McEnroe2020-12-19
* Move :RFC to plugin scriptJune McEnroe2020-12-19
* Sort RFC tags fileJune McEnroe2020-12-19
* Open rfc-index.txt for :RFC without argumentJune McEnroe2020-12-19
* Include rfc-index.txt in RFC syncJune McEnroe2020-12-19
* Add :RFC vim command to view IETF RFCsJune McEnroe2020-12-18
* Add scripts to download, compress and tag IETF RFCsJune McEnroe2020-12-18
* Fix bibsort name sorting for middle names, trailing titlesJune McEnroe2020-12-18
* Add bibsortJune McEnroe2020-12-15
* Add modem -r flag to set baud rateJune McEnroe2020-12-08
* Clean up variable expansions in c.shJune McEnroe2020-12-07
* Add I Feel It AllJune McEnroe2020-12-06
* Handle const strings in c -eJune McEnroe2020-12-05
* Disable mouse in htopJune McEnroe2020-12-05
* Note lack of macro expansions in Q(...)June McEnroe2020-12-03
h?h=1.3.0&id=2d386e227e0b75474efcfe82e9fec7d0f21c6df4&follow=1'>t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld Otherwise we can't easily embed links to other /about/ pages. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2015-08-12filters: apply HTML escapingLazaros Koromilas http://www.w3.org/International/questions/qa-escapes#use 2015-08-12git: update to v2.5.0Christian Hesse Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt