summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Use local libeditJune McEnroe2019-01-12
|
* Replace libedit MakefileJune McEnroe2019-01-12
|
* Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe2019-01-11
|
* Add PSlit for prompt escapesJune McEnroe2019-01-11
|
* Don't make depend automaticallyJune McEnroe2019-01-11
|
* Add cashrcJune McEnroe2019-01-11
|
* Set default ENV to ~/.config/cash/cashrcJune McEnroe2019-01-11
|
* Add "blank" lines to cash.1June McEnroe2019-01-11
| | | | No way I'll be able to maintain it without.
* Document RPS1 and RPS2June McEnroe2019-01-10
|
* Add cash install and uninstall targetsJune McEnroe2019-01-10
|
* Fix header dependencies in cash MakefileJune McEnroe2019-01-10
|
* Clean up cash MakefileJune McEnroe2019-01-10
|
* Reference cash-specific builtin man pagesJune McEnroe2019-01-10
|
* Create cash-printf.1June McEnroe2019-01-10
|
* Create cash-test.1June McEnroe2019-01-10
|
* Create cash-kill.1June McEnroe2019-01-10
|
* Create cash.1June McEnroe2019-01-10
|
* Import /usr/src/usr.bin/printf/printf.1 from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/test/test.1 from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/kill/kill.1 from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Set RPROMPT from RPS1 and RPS2June McEnroe2019-01-10
|
* Fix unused copyright and rcsid in cashJune McEnroe2019-01-10
|
* Remove cash/testsJune McEnroe2019-01-10
|
* Remove funcsJune McEnroe2019-01-10
|
* Remove profile and dot.profileJune McEnroe2019-01-10
|
* Replace strchrnul with strchrJune McEnroe2019-01-10
|
* Replace eaccess with faccessatJune McEnroe2019-01-10
|
* Replace st_mtim with st_mtimespecJune McEnroe2019-01-10
|
* Replace sys_nsig with NSIGJune McEnroe2019-01-10
|
* Replace cash MakefileJune McEnroe2019-01-10
|
* Move bltin out of subdirectoryJune McEnroe2019-01-10
|
* Import /usr/src/usr.bin/printf/printf.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/test/test.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/kill/kill.c from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Import /usr/src/bin/sh from FreeBSD 12.0-RELEASEJune McEnroe2019-01-10
|
* Remove character NETHACKOPTIONSJune McEnroe2019-01-04
|
* Clean up schemeJune McEnroe2019-01-04
|
* Rename wat in bin.7June McEnroe2019-01-01
|
* Remove edi (again)June McEnroe2019-01-01
|
* Rename rec to watJune McEnroe2019-01-01
|
* Make all copyright headers consistentJune McEnroe2019-01-01
|
* Bump copyright yearJune McEnroe2019-01-01
|
* Run ls if gs failsJune McEnroe2018-12-31
|
* Simplify htop displayJune McEnroe2018-12-29
|
* Add Daughters — You Won't Get What You WantJune McEnroe2018-12-21
|
* Add La Dispute — FULTON STREET IJune McEnroe2018-12-21
|
* Add KASHIWA Daisuke — StellaJune McEnroe2018-12-17
|
* Fix rot13 port bin pathJune McEnroe2018-12-16
|
* Remove explicit Os from gfx man pagesJune McEnroe2018-12-11
|
* Add TF2 sensitivity bindsJune McEnroe2018-12-11
|
ECTORY, and then fail to remove them once the tests are done. This change does currently affect the location of the test-results/ directory though. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15t0109: test more URLsJohn Keeping In order to ensure that we don't access $HOME at some point after initial startup when rendering a specific view, run the strace test on a range of different pages. This ensures that we don't end up reading a configuration later for some specific view. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld Several options must be specified prior to scan-path. This is consistant source of user confusion. Document these facts. Suggested-by: Lukas Fleischer <cgit@cryptocrack.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer In cgit_print_snapshot_links() we strip leading "v" and "V", while we currently only prepend a lower case "v" when parsing a snapshot file name. This results in broken snapshot links for tags that start with an upper case "V". Avoid this by prepending a "V" as a fallback. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer Note that we cannot use skip_all here since some tests have already been executed when ZIP tests are reached. Use test prerequisites to skip everything using unzip(1) if the binary is not available instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer