summary refs log tree commit diff
path: root/www (follow)
Commit message (Expand)AuthorAge
...
* Publish "Voices"June McEnroe2022-03-06
* Remove cgitJune McEnroe2022-02-14
* Narrow filterJune McEnroe2022-02-14
* Publish "Introducing Jorts"June McEnroe2022-02-02
* Publish "Albums 2021"June McEnroe2022-01-13
* Publish "Books 2021"June McEnroe2022-01-12
* Publish "Desert Island Discs"June McEnroe2022-01-08
* Publish "Topics"June McEnroe2022-01-08
* Remove donate linkJune McEnroe2021-12-11
* Remove Liberapay buttonsJune McEnroe2021-12-11
* Update my little description of myselfJune McEnroe2021-11-03
* Publish "Names"June McEnroe2021-10-30
* Only match first Nm for feedJune McEnroe2021-10-24
* Remove capsicum support from upJune McEnroe2021-10-17
* Fix nested Bl-compact CSS rulesJune McEnroe2021-10-15
* Limit Atom feed to 20 most recent entriesJune McEnroe2021-10-03
* Replace filter shell scripts with C programJune McEnroe2021-10-02
* Remove igpJune McEnroe2021-10-01
* Change default WEBROOTs to /var/wwwJune McEnroe2021-10-01
* Build and copy static binaries to /var/wwwJune McEnroe2021-09-30
* Silence owner-info errorJune McEnroe2021-09-30
* Remove link to gopherJune McEnroe2021-09-29
* Add boot commands for serial consoleJune McEnroe2021-09-26
* Publish "Installing OpenBSD on Linode"June McEnroe2021-09-26
* Use tiny UTF-8-aware col -b replacementJune McEnroe2021-09-26
* Install up to cgi-binJune McEnroe2021-09-25
* Clean up up (ugh) somewhat againJune McEnroe2021-09-25
* Sandbox up on both FreeBSD and OpenBSDJune McEnroe2021-09-25
* Make up build away from FreeBSDJune McEnroe2021-09-23
* Call sandbox in CGI modeJune McEnroe2021-09-22
* Support HTTP PUT in upJune McEnroe2021-09-22
* Remove default faviconJune McEnroe2021-09-22
* Publish "git-comment"June McEnroe2021-09-10
* Show about path in page titleJune McEnroe2021-09-06
* Add comment on how cool understanding old code isJune McEnroe2021-09-01
* Publish "V6 pwd"June McEnroe2021-09-01
* Change liberapay link name to donateJune McEnroe2021-08-23
* Make minute adjustments to causal.agencyJune McEnroe2021-08-12
* Publish "seprintf"June McEnroe2021-06-12
* Remove bubger -t flag from "Mailing List"June McEnroe2021-06-11
* Publish "Sparse Checkout"June McEnroe2021-06-09
* Generate valid Atom feedsJune McEnroe2021-06-08
* Set CGIT_VERSION to "causal agency"June McEnroe2021-06-08
* Merge commit 'f46c4521d761a0b9909e17ef29065c0aa09c7ab7'June McEnroe2021-06-08
* Fetch git .tar.gz for compatibilityJune McEnroe2021-06-08
* Replace freenode with tilde.chatJune McEnroe2021-05-19
* Publish "Swans Are Dead"June McEnroe2021-05-05
* Publish "Time Machine"June McEnroe2021-04-25
* Fix crash trying to print "this commit" on 404sJune McEnroe2021-04-12
* Add some missing justification to "C Style"June McEnroe2021-03-16
/td> Snapshots can now be enabled/disabled by default for all repositories in cgitrc with param "snapshots". Additionally, any repo can override the default setting with param "repo.snapshots". By default, no snapshotting is enabled. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-08Add support for snapshotsLars Hjemli Make a link from the commit viewer to a snapshot of the corresponding tree. Currently only zip-format is supported. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05cgit v0.2Lars Hjemli Main changes since v0.1: -list tags in repo summary -allow search in log-view -read repository paths from cgitrc Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add support for lightweight tagsLars Hjemli There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli