Skip to content

Commit

Permalink
Merge branch 'hotfix-1.0.2.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffWelling committed Nov 10, 2011
2 parents 7bc0d35 + 7033e26 commit de62df1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To install these packages on a Debian system, or a Debian based system like Ubun
While the version of rubygems available from the repositories on Debian 5.0.5 stable will work just fine for using the command line `ti` program, using `ticgitweb` requires some extra effort.
Older versions of rubygems, such as the one available on Debian 5.0.5, will not work out of the box with the new gem repositories because the .deb in stable relies on rubyforge rather than rubygems for its operations. See [this bug](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558251) for an example. If you are running an older version of rubygems, you may need to get the latest rubygems package from http://rubygems.org/ or [apt](http://jaqque.sbih.org/kplug/apt-pinning.html) [pinning](http://jeffwelling.github.com//2010/09/05/Apt-Pinning.html) before being able to properly install the git and ticgit gems.

**A Note about the git gem**
**A Note About The Git Gem**

The git gem requires a git version of 1.6.0.0 or later, but on Debian stable, git-core is currently (Sept 6th 2010) at 1.5.6.5. This isn't a fatal problem and we can continue using version 1.5.6.5 with the git gem, but you will see notices like this if you do

Expand All @@ -64,8 +64,11 @@ If these annoy you as they do me and you've set up [apt](http://jaqque.sbih.org/

And those notices should go away.

**A Note About Coloured Git Output**

If you use `[color] ui = always` instead of `[color] ui = true` then you will encounter a problem with the deprecated git gem parsing the color codes. Because it doesn't strip the color codes before parsing the output, it chokes and makes everything explode.

Since time spent working on monkeypatching the git gem would soon be rendered fruitless by the eventual planned upgrade away from it, for the time being the suggested solution is to use `[color] ui = true`.

### Installing ##
Installation on a Debian stable system. Note that the command line interface for TicGit-ng can be run from Debian stable, but some of the gems required for the web interface may require you to use [apt](http://jaqque.sbih.org/kplug/apt-pinning.html) [pinning](http://jeffwelling.github.com//2010/09/05/Apt-Pinning.html) to run without errors. See below
Expand Down
2 changes: 1 addition & 1 deletion lib/ticgit-ng/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TicGitNG
VERSION = '1.0.2.10'
VERSION = '1.0.2.11'
end

0 comments on commit de62df1

Please sign in to comment.