summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* | | Add cwm bindings for tilingJune McEnroe2021-03-01
* | | Move LESS_TERMCAP settings to .shrcJune McEnroe2021-02-27
* | | Revert "Lower sctd temperature"June McEnroe2021-02-27
* | | Make mktemp -t compatible with OpenBSDJune McEnroe2021-02-26
* | | Lower sctd temperatureJune McEnroe2021-02-26
* | | Add feed reader for IMAP to planJune McEnroe2021-02-24
* | | Add mailist, liberapay to indexJune McEnroe2021-02-24
* | | Add -q flag to everJune McEnroe2021-02-24
* | | Remove sbubby, etc. from planJune McEnroe2021-02-24
* | | Switch to Go Mono on OpenBSDJune McEnroe2021-02-23
* | | Publish "Operating systems"June McEnroe2021-02-22
* | | Iterate over text files to generate feedJune McEnroe2021-02-22
* | | Add asciinema to supJune McEnroe2021-02-21
* | | Add Liberapay to supJune McEnroe2021-02-21
* | | Publish "Unpasswords"June McEnroe2021-02-20
* | | Fix (hopefully) matching shell reserved wordsJune McEnroe2021-02-19
* | | Handle negative inputs to degJune McEnroe2021-02-19
* | | Add Network EffectJune McEnroe2021-02-19
* | | Add bugzilla support to supJune McEnroe2021-02-17
* | | Just use pbcopy in upJune McEnroe2021-02-17
* | | Use curl --url for URL from emailJune McEnroe2021-02-17
* | | Add tildenews support to supJune McEnroe2021-02-16
* | | Add sup for setting single-use passwordsJune McEnroe2021-02-16
* | | Add missing %U for RFCs in bibsortJune McEnroe2021-02-16
* | | Set XTerm*charClass to select URLsJune McEnroe2021-02-15
* | | Add xdimmer to "Using OpenBSD"June McEnroe2021-02-15
* | | Publish "Using OpenBSD"June McEnroe2021-02-14
* | | Set font size back down to 11June McEnroe2021-02-14
* | | Add install targets to binJune McEnroe2021-02-10
* | | Colour battery level red when criticalJune McEnroe2021-02-10
* | | Set LC_CTYPE=en_US.UTF-8June McEnroe2021-02-10
* | | Add ~/.local/share/man to MANPATHJune McEnroe2021-02-09
* | | Fix adding /usr/games to PATHJune McEnroe2021-02-09
* | | Show battery level while charging, time while dischargingJune McEnroe2021-02-09
* | | Install sctJune McEnroe2021-02-09
* | | Show minutes left instead of battery percentageJune McEnroe2021-02-09
* | | Set antialiasing and unhinting globallyJune McEnroe2021-02-09
* | | Open youtube and twitch with mpvJune McEnroe2021-02-09
* | | Add volume control bindings to cwmJune McEnroe2021-02-09
* | | Use w3m to open other URLsJune McEnroe2021-02-09
* | | Disable mouse mode in xtermJune McEnroe2021-02-09
* | | Add pbcopy, pbpaste, open dispatch scriptsJune McEnroe2021-02-09
* | | Use flags for pbd client behaviourJune McEnroe2021-02-09
* | | Add macOS-like copy and paste to xtermJune McEnroe2021-02-08
* | | Only update clock script every minuteJune McEnroe2021-02-08
* | | Use 4M- for window resizing in cwmJune McEnroe2021-02-08
* | | Tweak trackpad scaling, mouse accelerationJune McEnroe2021-02-08
* | | Use xsel in up and add it do install.shJune McEnroe2021-02-08
* | | Swap root window coloursJune McEnroe2021-02-07
* | | Add -X flag to install X stuff on OpenBSDJune McEnroe2021-02-07
lass='nohover-highlight'> 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