summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/tests/t0110-rawdiff.sh (unfollow)
Commit message (Collapse)Author
2021-06-08Show number of weeks for scalar if evenJune McEnroe
2021-06-08Squashed 'www/git.causal.agency/cgit/' changes from 55fa25ad..5258c297June McEnroe
5258c297 git: update to v2.32.0 6dbbffe0 git: update to v2.31.1 62eb8db4 md2html: use proper formatting for hr d889cae8 git: update to v2.31.0 4ffadc1e git: update to v2.30.1 bd6f5683 tests: t0107: support older and/or non-GNU tar f69626c6 md2html: use sane_lists extension cef27b67 git: update to v2.30.0 b1739247 git: update to v2.29.2 fe99c76e git: update to v2.29.1 adcc4f82 tests: try with commit-graph a1039ab1 tests: do not copy snapshots to /tmp/ a4de0e81 global: replace hard coded hash length 779631c6 global: replace references to 'sha1' with 'oid' 629659d2 git: update to v2.29.0 205837d4 git: update to v2.28.0 f780396c git: update to v2.27.0 0462f08d git: update to v2.26.0 git-subtree-dir: www/git.causal.agency/cgit git-subtree-split: 5258c297ba6fb604ae1415fbc19a3fe42457e49e
2021-06-08Fetch git .tar.gz for compatibilityJune McEnroe
OpenBSD tar(1) has no -J.
2021-06-03Configure xlockJune McEnroe
The manual page claims that usefirst defaults to off, and yet it doesn't, at least on OpenBSD?
2021-06-02Add top gap in cwmJune McEnroe
A little bothered by having to hardcode this 38 value from the height of the xterm clock window.
2021-05-23Add The Year of the FloodJune McEnroe
Abrupt ending.
2021-05-20Add cwm keys for putting windows in cornersJune McEnroe
2021-05-19Replace freenode with tilde.chatJune McEnroe
RIP.
2021-05-17Install firefox on OpenBSDJune McEnroe
I feel like I'm using Windows when I open firefox... But it's so hard to get by without it :(
2021-05-09Add All the Birds in the SkyJune McEnroe
The writing style seemed very odd at the beginning. Not sure the end was sastisfying.
2021-05-05Publish "Swans Are Dead"June McEnroe
2021-05-04Handle missing last names in bibsortJune McEnroe
2021-05-03Emulate MANSECT for mandoc which lacks itJune McEnroe
2021-05-02Add ff aliasJune McEnroe
2021-05-02Alias ag to ag --pagerJune McEnroe
2021-04-28Add copy mode to typerJune McEnroe
2021-04-26Remove hnelJune McEnroe
I haven't had a use for it in years.
2021-04-26Draw foundations in reverse orderJune McEnroe
2021-04-26Only use cells for moveColumnJune McEnroe
So long as the move queuer doesn't use empty tableau stacks correctly, it shouldn't use them at all. This way it's easier to do the correct moves manually.
2021-04-26Remove samba_mdns rc scriptJune McEnroe
Newer samba package forces me to use avahi :(
2021-04-26Match space between #! and /bin/shJune McEnroe
2021-04-26Remove vim aliasJune McEnroe
I type vi now (it's shorter), so vim can be vim when I need it.
2021-04-26Remove neovim configsJune McEnroe
I don't use it anymore except when I need UTF-8, and I'd rather just use unconfigured vim for that.
2021-04-26Add The PenelopiadJune McEnroe
Tedious. I must give up on the classics fanfiction genre.
2021-04-25Publish "Time Machine"June McEnroe
2021-04-25Check in dash autogen files for realJune McEnroe
2021-04-25Copy automake filesJune McEnroe
2021-04-25Revert "Check in dash autogen files"June McEnroe
This reverts commit 84094668ce6873b0922940b2d863ee852839e9f2. Well apparently this just created symlinks to system files. Stupid.
2021-04-20Add The Once and Future WitchesJune McEnroe
2021-04-18Rearrange Makefile once more once more once moreJune McEnroe
Well now I can add targets to ALL in config.mk so that's simpler.
2021-04-18Add -R reverse typerJune McEnroe
2021-04-18Flip card renderingJune McEnroe
2021-04-17Add freecellJune McEnroe
2021-04-12Fix crash trying to print "this commit" on 404sJune McEnroe
For example any URL that starts with a real repo name but isn't valid.
2021-04-11Simplify rfctagsJune McEnroe
I wasn't thinking perl enough.
2021-04-10Add The Relentless MoonJune McEnroe
More interesting than I remember the second book being, but so long too.
2021-04-04Check in dash autogen filesJune McEnroe
So that I don't need to install autoconf/automake to build it.
2021-03-29Add BellwetherJune McEnroe
Found in a street library. Was surprised to find something other than mystery. It was amusing, but the writing and overall story was not great.
2021-03-23Add typer -P and -c to connect to pounceJune McEnroe
Of course, running this full time would really fill up the buffer...
2021-03-23Add typer botJune McEnroe
Ok maybe I'm an asshole.
2021-03-21Add Her Body and Other PartiesJune McEnroe
I have a problem with short stories. They pull you in and then take you nowhere. The stories were good though, and I especially liked the SVU one.
2021-03-16Add some missing justification to "C Style"June McEnroe
2021-03-16Publish "C Style"June McEnroe
2021-03-15Add The City We BecameJune McEnroe
Gotta say the writing of Queens as a math nerd was kinda cringe though.
2021-03-14Add bubger to causal.agency pageJune McEnroe
2021-03-10Remove bubger from planJune McEnroe
It's done, tagged 1.0.
2021-03-06Optionally compress RFCs, decompress in rfc(1)June McEnroe
2021-03-06Remove rfc.vimJune McEnroe
I don't use neovim regularly anymore and I prefer rfc as an analog to man.
2021-03-04Publish "Mailing List"June McEnroe
2021-03-01Add cwm bindings for tilingJune McEnroe
n Keeping <john@keeping.me.uk> 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping By default, Git's test suite puts the trash directories and test-results directory into its own directory, not that containing the tests being run. This is less convenient for inspecting test failures, so set the output directory to CGit's tests/ directory instead. Note that there is currently a bug in Git whereby it will create the trash directories in our tests/ directory regardless of the value of TEST_OUTPUT_DIRECTORY, 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