summary refs log tree commit diff
path: root/bin/README (follow)
Commit message (Collapse)AuthorAge
* Add shotty man page and build itJune McEnroe2019-07-09
|
* Add pteeJune McEnroe2019-07-08
|
* Add bit to bin.7June McEnroe2019-05-30
|
* Add orderJune McEnroe2019-05-15
|
* Move relay to binJune McEnroe2019-05-04
|
* Clean up scheme yet once moreJune McEnroe2019-02-12
|
* Unify *up scripts into one up.shJune McEnroe2019-02-12
|
* Add pattend to hiJune McEnroe2019-02-06
|
* Add aesJune McEnroe2019-02-05
| | | | | Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile.
* Add beef to READMEJune McEnroe2019-01-26
|
* Reunify gfx and binJune McEnroe2019-01-17
|
* Rename wat in bin.7June McEnroe2019-01-01
|
* Rename watch to recJune McEnroe2018-12-02
| | | | A watch binary already exists in various places (but isn't useful).
* Remove klonJune McEnroe2018-10-16
|
* Add ttpreJune McEnroe2018-10-08
|
* Add psf2pngJune McEnroe2018-09-28
|
* Add psfed, a PSF2 font editorJune McEnroe2018-09-24
|
* Fix README mandoc lintsJune McEnroe2018-09-19
|
* Rewrite bin.7 and render to plaintext READMEJune McEnroe2018-09-11
|
* Replace README with README.7June McEnroe2018-09-07
|
* Use tabs in READMEJune McEnroe2018-09-05
|
* Remove disown from READMEJune McEnroe2018-09-05
|
* Simplify glitch -x -y to just zeroJune McEnroe2018-09-05
|
* Add glitch -x and -yJune McEnroe2018-09-05
|
* Add glitch -i to READMEJune McEnroe2018-09-04
|
* Update usage of scheme in READMEJune McEnroe2018-08-20
|
* Add gfx README and LICENSEJune McEnroe2018-07-30
|
* Add -m option to glitchJune McEnroe2018-07-16
|
* Add modemJune McEnroe2018-05-13
|
* Add scheme to READMEJune McEnroe2018-03-31
|
* Add glitch to READMEJune McEnroe2018-03-02
|
* Add gfxx to READMEJune McEnroe2018-02-28
|
* Remove jrpJune McEnroe2018-02-25
| | | | It was fun.
* Reduce bit depth in pngoJune McEnroe2018-02-20
|
* Add pngo command line optionsJune McEnroe2018-02-19
|
* Index color if possible in pngoJune McEnroe2018-02-19
|
* Add pngo to READMEJune McEnroe2018-02-18
|
* Remove typoJune McEnroe2018-02-14
| | | | | The bin, not a typographical error. I only made it because I was switching keyboard layouts but now I'm back on QWERTY and can type fine.
* Uncapitalize "framebuffer"June McEnroe2018-02-01
| | | | Oops.
* Add fbattJune McEnroe2018-02-01
|
* Add bin/READMEJune McEnroe2018-02-01
pan>Add 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