summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
* Set diff.colorMovedWSJune McEnroe2022-02-03
* Add whincludeJune McEnroe2022-02-02
* Allow arguments to nasd scriptJune McEnroe2022-01-29
* Use diff-highlight for GIT_PAGER if availableJune McEnroe2022-01-18
* Add ~/.cargo to PATHJune McEnroe2022-01-17
* Set extended in viJune McEnroe2022-01-17
* Update git author nameJune McEnroe2021-12-07
* Invert doas/sudo aliasJune McEnroe2021-09-27
* Add pyro to ssh configJune McEnroe2021-09-26
* Disable HashKnownHostsJune McEnroe2021-09-25
* Add scout to ssh configJune McEnroe2021-09-25
* Revert "Add cat alias using less"June McEnroe2021-09-25
* Scroll by single lines in xtermJune McEnroe2021-09-23
* Hide htop "function bar"June McEnroe2021-09-23
* Allow FocusEvents in xtermJune McEnroe2021-09-23
* Use command -v rather than typeJune McEnroe2021-08-25
* Add cat alias using lessJune McEnroe2021-08-12
* Don't run sctdJune McEnroe2021-06-28
* sctd more aggressivelyJune McEnroe2021-06-14
* Set iclower, not icJune McEnroe2021-06-14
* Stop mpv from dumping coreJune McEnroe2021-06-09
* Configure xlockJune McEnroe2021-06-03
* Add top gap in cwmJune McEnroe2021-06-02
* Add cwm keys for putting windows in cornersJune McEnroe2021-05-20
* Install firefox on OpenBSDJune McEnroe2021-05-17
* Emulate MANSECT for mandoc which lacks itJune McEnroe2021-05-03
* Add ff aliasJune McEnroe2021-05-02
* Alias ag to ag --pagerJune McEnroe2021-05-02
* Remove vim aliasJune McEnroe2021-04-26
* Remove neovim configsJune McEnroe2021-04-26
* 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
* Lower sctd temperatureJune McEnroe2021-02-26
* Switch to Go Mono on OpenBSDJune McEnroe2021-02-23
* Handle negative inputs to degJune McEnroe2021-02-19
* Set XTerm*charClass to select URLsJune McEnroe2021-02-15
* Set font size back down to 11June McEnroe2021-02-14
* 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
td> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08ui-view: show pathname if specified in querystringLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-21Layout 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