summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-22 01:48:07 -0500
committerJune McEnroe <june@causal.agency>2020-02-22 01:48:07 -0500
commit856fb5ba7054e38a6b07084e06bc9b5c6443bc8e (patch)
tree60a7f4a3a32c9284093f27fae382ac47ac4f7fa6 /txt
parentRemove wiki script (diff)
downloadsrc-856fb5ba7054e38a6b07084e06bc9b5c6443bc8e.tar.gz
src-856fb5ba7054e38a6b07084e06bc9b5c6443bc8e.zip
Add See Ya Later
Diffstat (limited to 'txt')
-rw-r--r--txt/music.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/txt/music.txt b/txt/music.txt
index 98bee246..797fbfaf 100644
--- a/txt/music.txt
+++ b/txt/music.txt
@@ -1,3 +1,6 @@
+William Bonney — See Ya Later
+<https://youtu.be/-uCUlvUlr9s>
+
 Four Tet — Hands
 <https://youtu.be/ojZoQbRt1tc>
 
t of repos the url will now be used as a prefix-filter. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-09-15Add support for --scan-tree=<path> option to cgitLars Hjemli This option makes cgit scan a directory tree looking for git repositories, generating suitable definitions for a cgitrc file on stdout. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-09-15Teach cgit how to use PATH_INFOLars Hjemli This commit makes cgit use the cgi variables SCRIPT_NAME and PATH_INFO when virtual-root is unspecified in cgitrc and no url-parameter is specified on the querystring. This has two nice effects: * Virtual urls works out of the box, no more need for rewrite-rules in httpd. * Virtual urls with special querystring characters are handled correctly. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-09-15ui-tag: show the taggers emailLars Hjemli If it's specified there's no point in hiding it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-09-15parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli When parsing commits and tags cgit made too many assumptions about the formatting of said objects. This patch tries to make the code be more prepared to handle 'malformed' objects. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-09-03Update Makefile to use GIT-1.6.0.1Lars Hjemli When updating the git submodule to 1.6.0.1 (and 1.6.0), the Makefile was left behind. This fixes it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-09-02use Host: header to generate cgit_hosturlEric Wong I run an instance of lighttpd for cgit behind nginx (nginx doesn't execute CGI). So the port (SERVER_PORT=33333) that lighttpd runs on sends to cgit is different from the standard port 80 that public clients connect to (via nginx). This was causing the Atom feed URL to show the private port number that lighttpd was running on. Since the HTTP/1.1 "Host" header includes the port number if running on a non-standard port, it allows non-client-facing HTTP servers to transparently generate public URLs that clients can see. So use the "Host" header if it is available and fall back to SERVER_NAME/SERVER_PORT for some clients that don't set HTTP_HOST. Signed-off-by: Eric Wong <normalperson@yhbt.net> 2008-09-02Use GIT-1.6.0.1Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-09-02ui-plain: handle subdirectoriesLars Hjemli The callback from read_tree_recursive just needs to check the type of each tree entry; if it's a dir we want to continue scanning, if it's a regular file we'll assume it's the one we requested. And while at it, remove some stray fprintfs. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-09-01Use GIT-1.6.0Lars Hjemli 2008-09-01cache.c: use %zd for off_t argumentLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail> 2008-08-06Supply status description to html_status()Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-06Use GIT-1.6.0.rc1Lars Hjemli Now that rc1 is released as a tarball `make get-git` should start working again. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-06Makefile: Git dependency, take 3Lars Hjemli In commit a1266edfe the build instructions for the git libs where moved to their real targets, which in turn depended on the phony target `git`. But since `git` is an actual directory in cgit the git libs wouldn't be recompiled when needed. So with this patch (third time lucky), cgit is declared to depend on the really phony target `libgit` and the build instructions for `libgit` is to unconditionally rebuild git/libgit.a and git/xdiff/lib.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-06ui-tree: link to plain view instead of blob viewLars Hjemli The urls for plain view makes it possible to download blobs without knowing their SHA1, but the function needs to be promoted and the link from tree view seems like a perfect fit. PS: Although hidden, the blob view still is nice for direct blob access so there's no point in removing it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-06Implement plain viewLars Hjemli This implements a way to access plain blobs by path (similar to the tree view) instead of by sha1. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-06Add support for cloning over httpLars Hjemli This patch implements basic support for cloning over http, based on the work on git-http-backend by Shawn O. Pearce. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-05cgitrc: explain new local-time optionStefan Naewe Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-01Add atom-supportLars Hjemli This enables a page which generates atom feeds for the current branch and path, heavily inspired by the atom-support in gitweb. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-01Added `local-time` option to cgitrcStefan Naewe When `local-time` is set, commit, tag and patch timestamps will be printed in the servers timezone. Also, regardless of the value of `local-time`, these timestamps will now always show the timezone. Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-08-01Makefile: another take on git dependency rulesLars Hjemli When building cgit we depend on xdiff/lib.a and libgit.a in the git directory, but the previous attempt on describing this dependency failed since the build instructions for the libs was placed under the phony `git` target. This patch fixes the issue by moving the build instructions to their real targets. It also makes it clear that only the `cgit` target depends on the git binaries (since they're only used during linking). And while at it, the patch also cleans up the list of phony targets. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-27Modify default value for a few cgitrc optionsLars Hjemli The default max-length used when printing commit messages and repo descriptions can be increased due to the new layout (no sidebar). Also, on the repo summary page I believe it makes sense to only show the ten most recent branches and tags by default, just as it makes sense to show the ten most recent commit messages for the active branch. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-27Be prepared for empty repositoriesLars Hjemli Before this patch, cgit would segfault on repositories with no refs. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-27ui-shared: show repo owner along with descriptionLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-27ui-summary: show clone urlsLars Hjemli If either repo.clone-url or clone-prefix is specified in cgitrc, all space-separated values in the config option is printed as a possible clone url on the repo summary page. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-22Makefile: remove the `distclean` and `emptycache` targetsLars Hjemli The `distclean` was hardly useful while the `emptycache` was actively harmful. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-22Makefile: do not touch the git objects with `make clean`Lars Hjemli I've been avoiding `make clean` for a long time due to its eagerness to kill all the git objectfiles. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-22Makefile: fix git dependency rulesLars Hjemli The objectfiles depends unconditionally on some specific git binaries while those git binaries depends on the phony `git` target and this patch seems to get these dependencies spelled out correctly. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-22tests/Makefile: not everyone has `.` in $PATHLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-21Adjust to new calling convention for read_tree_recursive()Lars Hjemli In GIT-1.6.0, read_tree_recursive takes an extra void pointer for callback data. We might want to use this to avoid some global variables, but for now lets just make sure that we can still compile. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-07-21Use GIT-1.6.0-rc0Lars Hjemli 2008-07-19Add a favicon option to cgitrcLars Hjemli This option is used to specify a shortcut icon on all cgit pages. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-06-26Add support for including a footer on all pagesLars Hjemli The new cgitrc option `footer` can be used to include a html-file which replaces the standard 'generated by cgit' message at the bottom of each page. Suggested-by: Peter Danenberg <pcd@wikitex.org> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2008-06-25Use GIT-1.5.6Lars Hjemli 2008-06-24allow specification of directly linked blobs mimetypesMichael Krelin Signed-off-by: Michael Krelin <hacker@klever.net> 2008-06-24allow blob extract blobs by head/path combination