about summary refs log tree commit diff
path: root/Makefile (unfollow)
Commit message (Expand)Author
2008-09-03Update Makefile to use GIT-1.6.0.1Lars Hjemli
2008-09-02use Host: header to generate cgit_hosturlEric Wong
2008-09-02Use GIT-1.6.0.1Lars Hjemli
2008-09-02ui-plain: handle subdirectoriesLars Hjemli
2008-09-01Use GIT-1.6.0Lars Hjemli
2008-09-01cache.c: use %zd for off_t argumentLars Hjemli
2008-08-06Supply status description to html_status()Lars Hjemli
2008-08-06Use GIT-1.6.0.rc1Lars Hjemli
2008-08-06Makefile: Git dependency, take 3Lars Hjemli
2008-08-06ui-tree: link to plain view instead of blob viewLars Hjemli
2008-08-06Implement plain viewLars Hjemli
2008-08-06Add support for cloning over httpLars Hjemli
2008-08-05cgitrc: explain new local-time optionStefan Naewe
2008-08-01Add atom-supportLars Hjemli
2008-08-01Added `local-time` option to cgitrcStefan Naewe
2008-08-01Makefile: another take on git dependency rulesLars Hjemli
2008-07-27Modify default value for a few cgitrc optionsLars Hjemli
2008-07-27Be prepared for empty repositoriesLars Hjemli
2008-07-27ui-shared: show repo owner along with descriptionLars Hjemli
2008-07-27ui-summary: show clone urlsLars Hjemli
2008-07-22Makefile: remove the `distclean` and `emptycache` targetsLars Hjemli
2008-07-22Makefile: do not touch the git objects with `make clean`Lars Hjemli
2008-07-22Makefile: fix git dependency rulesLars Hjemli
2008-07-22tests/Makefile: not everyone has `.` in $PATHLars Hjemli
2008-07-21Adjust to new calling convention for read_tree_recursive()Lars Hjemli
2008-07-21Use GIT-1.6.0-rc0Lars Hjemli
2008-07-19Add a favicon option to cgitrcLars Hjemli
2008-06-26Add support for including a footer on all pagesLars Hjemli
2008-06-25Use GIT-1.5.6Lars Hjemli
2008-06-24allow specification of directly linked blobs mimetypesMichael Krelin
2008-06-24allow blob extract blobs by head/path combinationMichael Krelin
2008-05-21Added root-desc to default configuration.Harley Laue
2008-05-20ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli
2008-05-20cache.c: fix error checking in print_slot()Lars Hjemli
2008-05-18cache.c: do not ignore errors from print_slot()Lars Hjemli
2008-05-18cache.c: use xread()/xwrite() from libgitLars Hjemli
2008-05-18cache.c: make all io-related functions return errno on errorLars Hjemli
2008-05-18cache.c: read(2) returns -1 on error, not 0Lars Hjemli
2008-05-18Use GIT-1.5.5.1Lars Hjemli
2008-05-18Include commit-id in link from diff-statLars Hjemli
2008-05-18ui-commit: handle root commitsLars Hjemli
2008-05-04Add link to index page from repo header, remove page nameLars Hjemli
2008-05-03Add footer with page creation time and cgit version on all pagesLars Hjemli
2008-05-03Add a pager on the repolistLars Hjemli
2008-05-03Add cgit_index_link() function with support for offsetLars Hjemli
2008-04-29Print an error if filename is not found in html_include.Harley Laue
2008-04-29Add 'about site' and 'about repo' pagesLars Hjemli
2008-04-29Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli
2008-04-29Make it possible for a single cmd to work both with and without a repoLars Hjemli
2008-04-29Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli
ad27fa355&follow=1'>Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe