Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-31 | launch_here: be more compatible with git < 1.5.x | Giuseppe Bilotta | |
People living in the stone age (e.g. those stuck using Debian stable) still have git 1.4.4.4, which doesn't support git log --pretty=format. So we parse the git log --pretty=raw format instead, which should be available even on such older systems. For the same reason, parse git diff-index --stat instead of git diff --shortstat. | |||
2009-01-23 | launch_here: rewrite git revision retrieval | Giuseppe Bilotta | |
Use low-level ('plumbing') git commands to retrieve the current commit/revision/work tree status when we're being launched from a git tree. This is faster (less shell escapes) and should work equally well with all git versions (past, present and future). | |||
2009-01-23 | launch_here: add commit subject rather than svn id to revision | Giuseppe Bilotta | |
There are no git-svn-ids in our repository, so don't look for them. Instead, put the last commit subject next to the revision to ease identification of the commit. | |||
2008-10-17 | Start working on 0.9.15 | Giuseppe Bilotta | |
2008-10-16 | Version 0.9.14 | Giuseppe Bilotta | |
2008-10-16 | Version rbot-0.9.14 | Giuseppe Bilotta | |
2008-09-04 | launch_here: fix svn version codepath | Giuseppe Bilotta | |
'up' was a leftover variabled since the code was in bin/rbot. Use SCM_DIR instead. | |||
2008-09-02 | Version 0.9.13 | Giuseppe Bilotta | |
2008-08-09 | Start working on 0.9.13 | Giuseppe Bilotta | |
2008-08-08 | Version 0.9.12 | Giuseppe Bilotta | |
2008-07-29 | Start working on 0.9.12 | Giuseppe Bilotta | |
2008-07-24 | Version 0.9.11 | Giuseppe Bilotta | |
2008-07-18 | Version 0.9.11-rc3 | Giuseppe Bilotta | |
2008-07-10 | Version 0.9.11-rc2 | Giuseppe Bilotta | |
2008-07-01 | Version 0.9.11-rc1 | Giuseppe Bilotta | |
2008-06-20 | * directory independent launch_here.rb: 3rd attempt | dmitry kim | |
2008-06-11 | * launch_here.rb: patch $0 to make restart work | dmitry kim | |
2008-06-11 | * launch_here.rb should be runnable from any directory | dmitry kim | |
2008-03-12 | * we're now "git version", not "svn version" by default | dmitry kim | |
2007-09-12 | namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::* | Giuseppe Bilotta | |
2006-10-19 | Improve launch_here script with the suggestions from ticket #112 | Giuseppe Bilotta | |
2006-08-04 | Whoops.. removed the automatic adding of --debug. :) | Chris Gahan | |
2006-08-04 | A little handy script that launches the rbot daemon from this directory (no ↵ | Chris Gahan | |
need to install it!) |