From 247c27f647ee180e5fb515c123159085eaf173f1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 21 Dec 2018 11:15:20 -0500 Subject: Add La Dispute — FULTON STREET I MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- txt/music.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'txt') diff --git a/txt/music.md b/txt/music.md index c162af9d..254a2cf5 100644 --- a/txt/music.md +++ b/txt/music.md @@ -1,3 +1,4 @@ +- [La Dispute — FULTON STREET I][67] - [KASHIWA Daisuke — Stella][66] - [Jeff Wayne — The Eve of the War][65] - [Julia Holter — I Shall Love 2][64] @@ -141,3 +142,4 @@ [64]: https://youtu.be/k5uwPaCvbhA [65]: https://youtu.be/6YwFvmnbj3E [66]: https://youtu.be/ei7cdynwRMA +[67]: https://ladispute.bandcamp.com/track/fulton-street-i -- cgit 1.4.1 option value='master'>master DON'T USE THIS! --- web frontend for git
about summary refs log tree commit diff
path: root/cgit.h (unfollow)
Commit message (Collapse)Author
2009-06-07Add 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-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