]> git.cameronkatri.com Git - cgit.git/history - Makefile
Create initial testsuite
[cgit.git] / Makefile
2007-11-11 Lars HjemliCreate initial testsuite
2007-11-09 Lars HjemliMerge branch 'stable'
2007-11-09 Lars HjemliCGIT 0.7.1 v0.7.1
2007-11-09 Lars HjemliMakefile install: include cgit.png, do not empty cache
2007-11-08 Lars HjemliMerge branch 'stable'
2007-11-06 Lars HjemliMakefile: link with libiconv if NEEDS_LIBICONV is defined
2007-11-03 Lars HjemliCGIT 0.7 v0.7
2007-11-03 Lars HjemliUse GIT-1.5.3.5
2007-10-27 Lars HjemliMerge branch 'stable'
2007-10-27 Lars HjemliMerge branch 'filter-refs'
2007-10-27 Lars HjemliAdd support for refs view
2007-10-01 Lars HjemliMerge branch 'stable'
2007-10-01 Lars HjemliUse git-1.5.3.3
2007-09-19 Lars Hjemlicgit v0.6.3 v0.6.3
2007-09-19 Lars HjemliUpgrade to GIT 1.5.3.2
2007-09-08 Lars Hjemlicgit v0.6.2 v0.6.2
2007-09-08 Lars HjemliRevert part of "Makefile: add support for DESTDIR"
2007-09-08 Lars HjemliRevert "Makefile: add missing references to DESTDIR"
2007-09-08 Lars Hjemlicgit v0.6.1 v0.6.1
2007-09-08 Lars HjemliMakefile: add missing references to DESTDIR
2007-09-08 Chris PickelMake cgit honor CACHE_ROOT as defined in Makefile
2007-09-08 Chris PickelMakefile: add support for DESTDIR
2007-09-04 Lars Hjemlicgit v0.6 v0.6
2007-09-03 Lars HjemliMerge branch 'jo/dirlink'
2007-09-03 Lars HjemliMakefile: add target "get-git"
2007-09-03 Lars HjemliRewrite the makefile + gen-version.sh
2007-07-22 Lars HjemliMerge branch 'master' of git://git.klever.net/patchwork...
2007-07-22 Lars HjemliAdd ui-tag.c
2007-07-03 Michael Krelinmake gen-version.sh run even if . is not in PATH
2007-06-29 Lars HjemliMerge branch 'lh/menu'
2007-06-18 Lars HjemliAdd version info from git-describe
2007-06-16 Lars Hjemliui-tree: unify with ui-view, use path to select tree...
2007-05-23 Lars Hjemlicgit v0.5 v0.5
2007-05-20 Lars HjemliMerge branch 'repogroups'
2007-05-20 Lars HjemliMerge branch 'virtual-url'
2007-05-20 Lars HjemliMerge branch 'index-header'
2007-05-20 Lars HjemliUse git-1.5.2
2007-05-15 Lars HjemliInclude cgit.conf in Makefile
2007-05-15 Lars HjemliUse tables and css to create the diffstat graph, fix...
2007-05-14 Lars HjemliDon't hardcode urls when SCRIPT_NAME is available
2007-05-14 Lars HjemliLet makefile override the configfile location
2007-05-13 Lars Hjemlicgit v0.4 v0.4
2007-05-13 Lars HjemliAdd graphical diffstat to commit view
2007-05-11 Lars HjemliMakefile: add support for building w.o. preinstalled git
2007-05-11 Lars HjemliTag release v0.3 v0.3
2007-05-11 Lars HjemliAdd submodules.sh and use it during builds
2007-05-11 Lars HjemliAdded git as a submodule
2007-05-08 Lars HjemliAdd support for downloading single blobs
2007-05-08 Lars HjemliUpdate to libgit 1.5.2-rc2
2007-02-08 Lars HjemliAdd support for snapshots
2007-02-04 Lars Hjemlicgit v0.2 v0.2
2007-02-04 Lars HjemliAdd support for prefix and gitsrc arguments to 'make'
2007-01-28 Lars HjemliUnified install path
2007-01-17 Lars HjemliEnable building with debuginfo
2006-12-20 Lars Hjemlicgit 0.1 v0.1
2006-12-20 Lars HjemliLet make know that ui-diff.c depends on xdiff.h
2006-12-20 Lars HjemliAdd basic diff view
2006-12-15 Lars HjemliAdd ui-commit.c + misc ui cleanups
2006-12-13 Lars HjemliAdd separate makefile-rule to clear current cache
2006-12-12 Lars HjemliAdd display of tree content w/ui-tree.c
2006-12-11 Lars HjemliMove global variables + callback functions into shared.c
2006-12-11 Lars HjemliMove functions for generic object output into ui-view.c
2006-12-11 Lars HjemliMove log-functions into ui-log.c
2006-12-11 Lars HjemliMove repo summary functions into ui-summary.c
2006-12-11 Lars HjemliMove functions for repolist output into ui-repolist.c
2006-12-11 Lars HjemliMove common output-functions into ui-shared.c
2006-12-11 Lars HjemliRename config.c to parsing.c + move cgit_parse_query...
2006-12-11 Lars HjemliLet 'make install' clear all cachefiles
2006-12-10 Lars HjemliAdd version identifier in generated files
2006-12-10 Lars HjemliAdd caching infrastructure
2006-12-09 Lars HjemliReplace useless make rules with generic $(OBJECTS)...
2006-12-09 Lars HjemliImport cgit prototype from git tree