summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
* Enable diff.colorMovedJune McEnroe2021-01-11
* Set less search case-insensitiveJune McEnroe2021-01-10
* Set EXINITJune McEnroe2021-01-10
* Add deg scriptJune McEnroe2021-01-04
* Tell "Music" rather than "iTunes"June McEnroe2020-12-31
* Remove bash_profile, bashrcJune McEnroe2020-12-23
* Switch from 1sh to dashJune McEnroe2020-12-23
* 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
* Convert :RFC number to numberJune McEnroe2020-12-19
* Move :RFC to plugin scriptJune McEnroe2020-12-19
* Open rfc-index.txt for :RFC without argumentJune McEnroe2020-12-19
* Add :RFC vim command to view IETF RFCsJune McEnroe2020-12-18
* Disable mouse in htopJune McEnroe2020-12-05
* Add x4 to LESSJune McEnroe2020-11-13
* Switch gr alias back to git rebaseJune McEnroe2020-10-27
* Allow cd host: to cd to same path over sshJune McEnroe2020-10-27
* Use SendEnv for cd host:pathJune McEnroe2020-10-27
* Allow cd host:path over sshJune McEnroe2020-10-27
* Move /opt/local back, cheat port select to use system manJune McEnroe2020-09-12
* Move /opt/local behind /usr againJune McEnroe2020-09-12
* Remove NetBSD from install scriptJune McEnroe2020-09-11
* Use MacPorts rather than pkgsrcJune McEnroe2020-09-11
* Add debian VM name to sshJune McEnroe2020-09-11
* Add versions scriptJune McEnroe2020-08-23
* Update htop config serializationJune McEnroe2020-08-18
* Set pull.rebase trueJune McEnroe2020-07-20
* Actually fix nvim and doas presence testsJune McEnroe2020-07-18
* Add simpler aes tr scriptJune McEnroe2020-06-17
* Fix doas checkJune McEnroe2020-06-16
* Add LC_COLLATE=C to ls aliasJune McEnroe2020-06-16
* Alias sudo=doas if availableJune McEnroe2020-06-11
* Add all VMs to ssh configJune McEnroe2020-06-11
* Remove mkshJune McEnroe2020-05-07
* Emulate 1sh prompts in bashJune McEnroe2020-05-07
* Update nvim MANPAGERJune McEnroe2020-05-07
* Remove bman functionJune McEnroe2020-05-06
* Add git-password script to get a password from git-credentialJune McEnroe2020-05-04
* Add Markus Kuhn's wcwidth implementationJune McEnroe2020-04-21
* Add np scriptJune McEnroe2020-03-31
* Remove .psqlrcJune McEnroe2020-03-27
* Only cd in .profile if /usr/home existsJune McEnroe2020-03-27
* Remove gpg configurationJune McEnroe2020-03-27
* Move .kshrc to .mkshrcJune McEnroe2020-03-27
* Remove wiki scriptJune McEnroe2020-02-20
* Simplify macOS notify-sendJune McEnroe2020-02-12
* Add \d to replace .Dd macroJune McEnroe2020-01-25
* Replace gr alias with git resetJune McEnroe2020-01-04
* Add \S to sort inside bracesJune McEnroe2019-12-26
463b10f&follow=1'>Add head-include configuration option.Mark Lodato This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. 2009-03-15CGIT 0.8.2.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli