about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Expand)AuthorAge
...
* Use GIT-1.5.3.5Lars Hjemli2007-11-03
* Add support for refs viewLars Hjemli2007-10-27
* Use git-1.5.3.3Lars Hjemli2007-10-01
* cgit v0.6.3Lars Hjemli2007-09-20
* Upgrade to GIT 1.5.3.2Lars Hjemli2007-09-20
* cgit v0.6.2Lars Hjemli2007-09-08
* Revert part of "Makefile: add support for DESTDIR"Lars Hjemli2007-09-08
* Revert "Makefile: add missing references to DESTDIR"Lars Hjemli2007-09-08
* cgit v0.6.1Lars Hjemli2007-09-08
* Makefile: add missing references to DESTDIRLars Hjemli2007-09-08
* Make cgit honor CACHE_ROOT as defined in MakefileChris Pickel2007-09-08
* Makefile: add support for DESTDIRChris Pickel2007-09-08
* cgit v0.6Lars Hjemli2007-09-04
* Makefile: add target "get-git"Lars Hjemli2007-09-03
* Rewrite the makefile + gen-version.shLars Hjemli2007-09-03
* Add ui-tag.cLars Hjemli2007-07-22
* make gen-version.sh run even if . is not in PATHMichael Krelin2007-07-03
* Add version info from git-describeLars Hjemli2007-06-18
* ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-16
* cgit v0.5Lars Hjemli2007-05-24
* Use git-1.5.2Lars Hjemli2007-05-20
* Include cgit.conf in MakefileLars Hjemli2007-05-15
* Use tables and css to create the diffstat graph, fix scalingLars Hjemli2007-05-15
* Don't hardcode urls when SCRIPT_NAME is availableLars Hjemli2007-05-15
* Let makefile override the configfile locationLars Hjemli2007-05-14
* cgit v0.4Lars Hjemli2007-05-13
* Add graphical diffstat to commit viewLars Hjemli2007-05-13
* Makefile: add support for building w.o. preinstalled gitLars Hjemli2007-05-11
* Tag release v0.3Lars Hjemli2007-05-11
* Add submodules.sh and use it during buildsLars Hjemli2007-05-11
* Added git as a submoduleLars Hjemli2007-05-11
* Add support for downloading single blobsLars Hjemli2007-05-09
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-08
* Add support for snapshotsLars Hjemli2007-02-08
* cgit v0.2Lars Hjemli2007-02-05
* Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2007-02-05
* Unified install pathLars Hjemli2007-01-28
* Enable building with debuginfoLars Hjemli2007-01-17
* cgit 0.1Lars Hjemli2006-12-21
* Let make know that ui-diff.c depends on xdiff.hLars Hjemli2006-12-21
* Add basic diff viewLars Hjemli2006-12-20
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-16
* Add separate makefile-rule to clear current cacheLars Hjemli2006-12-13
* Add display of tree content w/ui-tree.cLars Hjemli2006-12-13
* Move global variables + callback functions into shared.cLars Hjemli2006-12-11
* Move functions for generic object output into ui-view.cLars Hjemli2006-12-11
* Move log-functions into ui-log.cLars Hjemli2006-12-11
* Move repo summary functions into ui-summary.cLars Hjemli2006-12-11
* Move functions for repolist output into ui-repolist.cLars Hjemli2006-12-11
* Move common output-functions into ui-shared.cLars Hjemli2006-12-11
;follow=1'>Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe