summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Add dropboxJune McEnroe2012-09-04
* Use real pacman for update checkingJune McEnroe2012-08-31
* Rewrote zshrcJune McEnroe2012-08-31
* Make awesome play nice with latest viciousJune McEnroe2012-08-24
* Remove pkgfile hookJune McEnroe2012-08-24
* Add my Tomorrow-Night-based themeJune McEnroe2012-08-20
* Add Awesome iconsJune McEnroe2012-07-08
* Fuck awesomeJune McEnroe2012-07-07
* Switch to default ruby when leaving project directoryJune McEnroe2012-07-07
* Set up RVMJune McEnroe2012-07-07
* Add gfrop commandJune McEnroe2012-07-07
* Make gs output terseJune McEnroe2012-07-02
* Fix unclutter cursor flicker on GTK appsJune McEnroe2012-07-02
* Start unclutter at loginJune McEnroe2012-05-05
* Task stuffJune McEnroe2012-05-05
* Float QEMU windowsJune McEnroe2012-05-05
* Remove unreversible minimize keymapJune McEnroe2012-05-05
* Start gnome-keyring-daemon at loginJune McEnroe2012-05-04
* Add effuse ignore fileJune McEnroe2012-04-30
* Use pacman-color in auto-SyuJune McEnroe2012-04-30
* Use pacman-color in ZSHJune McEnroe2012-04-29
* Add ncmpcpp configurationJune McEnroe2012-04-01
* Count only incomplete tasks in promptJune McEnroe2012-04-01
* Add t alias for taskJune McEnroe2012-03-30
* Move task count to beginning of promptJune McEnroe2012-03-30
* Add holidays to TaskJune McEnroe2012-03-30
* Simplify READMEJune McEnroe2012-03-30
* Add Task configurationJune McEnroe2012-03-30
* Add task count to promptJune McEnroe2012-03-30
* Remove ZSH gvim function and clean up .zshrcJune McEnroe2012-03-30
* Add Terminal configurationJune McEnroe2012-03-28
* Add Awesome configurationJune McEnroe2012-03-28
* Update list of configurationsJune McEnroe2012-03-28
* Reformat for use with EffuseJune McEnroe2012-03-28
* Removed vimrcJune McEnroe2012-01-14
* PineapplesJune McEnroe2012-01-08
* Use smarttab in VIMJune McEnroe2011-12-09
* I have no ideaJune McEnroe2011-12-09
* Highlight column 80 in vimJune McEnroe2011-11-29
* Changed terminal colors to use Tomorrow paletteJune McEnroe2011-11-29
* Removed broken ZSH thingyJune McEnroe2011-11-29
* Switched vim colorscheme to Tomorrow-NightJune McEnroe2011-11-29
* Update updates to update updates more oftenJune McEnroe2011-11-23
* Removed $machine to make room for larger kernel nameJune McEnroe2011-11-14
* Added whitespace highlighting to Vim and fixed the first line of ConkyJune McEnroe2011-11-13
* Refactored xinitrcJune McEnroe2011-09-24
* Fixed user mounting permissions and stuffJune McEnroe2011-09-23
* Use da.gd for external IP in conky and always on top using mousewheelJune McEnroe2011-09-19
* Lock after 30 minutes instead of 10June McEnroe2011-09-13
* Added Xfce Terminal configJune McEnroe2011-09-10
ighlight'> 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