summary refs log tree commit diff
path: root/bin/.gitignore (follow)
Commit message (Expand)AuthorAge
* Add shotty man page and build itJune McEnroe2019-07-09
* Add pteeJune McEnroe2019-07-08
* Simplify and build bitJune McEnroe2019-05-30
* Add orderJune McEnroe2019-05-15
* Move relay to binJune McEnroe2019-05-04
* Add setoptJune McEnroe2019-02-24
* Unify *up scripts into one up.shJune McEnroe2019-02-12
* Generate html for binsJune McEnroe2019-02-10
* Add pattend to hiJune McEnroe2019-02-06
* Add aesJune McEnroe2019-02-05
* Add beef Befunge-93 interpreterJune McEnroe2019-01-26
* Reunify gfx and binJune McEnroe2019-01-17
* Reorganize bin and Makefile once againJune McEnroe2019-01-17
* Rename rec to watJune McEnroe2019-01-01
* Rename watch to recJune McEnroe2018-12-02
* Rearrange bin Makefile once moreJune McEnroe2018-11-14
* Remove klonJune McEnroe2018-10-16
* Add ttpreJune McEnroe2018-10-08
* Add psf2pngJune McEnroe2018-09-28
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
* Remove GAMES from BINSJune McEnroe2018-09-11
* Add klon.6June McEnroe2018-09-07
* Generate scheme.hJune McEnroe2018-08-20
* Add open(1) forwarding to pbdJune McEnroe2018-08-08
* Move graphical programs out of binJune McEnroe2018-07-30
* Add modemJune McEnroe2018-05-13
* Add brotJune McEnroe2018-04-10
* Add scheme.png targetJune McEnroe2018-03-31
* Add color scheme PNG generatorJune McEnroe2018-03-31
* Copy glitch from pngoJune McEnroe2018-03-02
* Remove jrpJune McEnroe2018-02-25
* Add WIP pngo which produces glitch artJune McEnroe2018-02-15
* Move PNG filename counter into gfxxJune McEnroe2018-02-14
* Add PNG stream splitterJune McEnroe2018-02-13
* Silence BSD ctags warningsJune McEnroe2018-02-09
* Move gfx frontends around to simplify buildJune McEnroe2018-02-09
* Add janky X11 graphics frontendJune McEnroe2018-02-07
* Add tags targetJune McEnroe2018-02-06
* Set up Makefile for gfxx-cocoa or gfxx-fbJune McEnroe2018-02-04
* Separate gfxx and its framebuffer frontendJune McEnroe2018-02-03
* Add fbattJune McEnroe2018-02-01
* Add gfxxJune McEnroe2018-02-01
* Add fbclockJune McEnroe2018-01-29
* Add portable bins targetJune McEnroe2018-01-28
* Add klonJune McEnroe2018-01-22
* Remove ishJune McEnroe2017-10-26
* Add beginning of very basic shell, ishJune McEnroe2017-10-13
* Add typing gameJune McEnroe2017-09-14
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06
ogsubject'>Layout updateLars Hjemli 2007-02-08Make snapshot feature configurableLars Hjemli 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