summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add support for building w.o. preinstalled gitLars Hjemli2007-05-111-1/+13
* Tag release v0.3v0.3Lars Hjemli2007-05-111-1/+1
* Add submodules.sh and use it during buildsLars Hjemli2007-05-111-13/+36
* Added git as a submoduleLars Hjemli2007-05-111-1/+1
* Add support for downloading single blobsLars Hjemli2007-05-091-1/+1
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-081-5/+7
* Add support for snapshotsLars Hjemli2007-02-081-1/+2
* cgit v0.2v0.2Lars Hjemli2007-02-051-1/+1
* Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2007-02-051-6/+12
* Unified install pathLars Hjemli2007-01-281-4/+3
* Enable building with debuginfoLars Hjemli2007-01-171-0/+4
* cgit 0.1v0.1Lars Hjemli2006-12-211-1/+1
* Let make know that ui-diff.c depends on xdiff.hLars Hjemli2006-12-211-0/+2
* Add basic diff viewLars Hjemli2006-12-201-1/+1
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-1/+1
* Add separate makefile-rule to clear current cacheLars Hjemli2006-12-131-2/+4
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-131-1/+1
* Move global variables + callback functions into shared.cLars Hjemli2006-12-111-2/+2
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-111-1/+1
* Move log-functions into ui-log.cLars Hjemli2006-12-111-1/+2
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-111-1/+1
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-111-1/+1
* Move common output-functions into ui-shared.cLars Hjemli2006-12-111-1/+1
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-111-2/+3
* Let 'make install' clear all cachefilesLars Hjemli2006-12-111-0/+2
* Add version identifier in generated filesLars Hjemli2006-12-101-6/+8
* Add caching infrastructureLars Hjemli2006-12-101-2/+4
* Replace useless make rules with generic $(OBJECTS) dependencyLars Hjemli2006-12-091-5/+1
* Import cgit prototype from git treeLars Hjemli2006-12-091-0/+24
df67cbb0d001d7ca02&follow=1'>Handle being given numbers as feed nameAntonio Terceiro2-0/+16 Force feed names to be strings because they will be handled as strings later. 2015-01-13Rakefile: remove wrong (and thus unused) flagAntonio Terceiro1-1/+0 2015-01-13Remove deprecated 'test suite' fileAntonio Terceiro1-12/+0 I want to always run all tests 2015-01-13Rakefile: re-indentAntonio Terceiro1-35/+35 2015-01-13Rakefile: run tests in verbose modeAntonio Terceiro1-1/+2 2014-10-071.2.3 releaseAntonio Terceiro1-1/+1 2014-10-07Fix cleanup of maildirsAntonio Terceiro3-1/+16 Thanks to Sylvain L. Sauvage for the bug report 2014-05-18feed2imap-test: reuse cache dir/protect configAntonio Terceiro1-1/+1 this reduces the noise in the output and helps testing feed updates 2014-02-13feed2imap-test: can now take a feed URL as argumentAntonio Terceiro1-3/+22 2014-02-13update .gitignoreAntonio Terceiro1-0/+2 2014-02-13fix dependency on ruby-feedparserAntonio Terceiro1-1/+1 2014-02-05Release 1.2.2Antonio Terceiro2-2/+2 2014-02-05config: fix regression with arrays as targetAntonio Terceiro2-1/+17 2013-08-28Fix teardown method nameAntonio Terceiro1-1/+1