public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/evilchelu/braid.git
evilchelu (author)
Wed Apr 30 08:29:35 -0700 2008
commit  5c999f3cca84ee3fb26cb29d5943baf5e35f1f54
tree    e56cf12a3acb4628405e39e4f59b44962b7d01a7
parent  bb25f827bbc027ce961fffa3d61fea258069dcb3
braid /
name age message
file .gitignore Tue Apr 29 09:24:36 -0700 2008 ignore gem build output [evilchelu]
file History.txt Wed Oct 31 09:43:50 -0700 2007 initial import [evilchelu]
file License.txt Wed Feb 13 16:21:15 -0800 2008 update license [evilchelu]
file Manifest.txt Tue Apr 29 14:16:30 -0700 2008 fix readme and manifest and bump to 0.3.7 [evilchelu]
file README.txt Tue Apr 29 14:16:30 -0700 2008 fix readme and manifest and bump to 0.3.7 [evilchelu]
file Rakefile Wed Oct 31 09:43:50 -0700 2007 initial import [evilchelu]
directory bin/ Tue Apr 29 01:52:39 -0700 2008 Run fetch earlier when updating. Fix config ini... [norbert]
file braid.gemspec Tue Apr 29 14:16:30 -0700 2008 fix readme and manifest and bump to 0.3.7 [evilchelu]
directory config/ Thu Apr 24 18:34:01 -0700 2008 update version to 0.3.5 [evilchelu]
directory lib/ Wed Apr 30 08:29:35 -0700 2008 setup doesn't need to run in the work branch [evilchelu]
directory log/ Wed Oct 31 09:43:50 -0700 2007 initial import [evilchelu]
directory script/ Wed Oct 31 09:43:50 -0700 2007 initial import [evilchelu]
file setup.rb Wed Oct 31 09:43:50 -0700 2007 initial import [evilchelu]
directory spec/ Wed Apr 30 06:40:10 -0700 2008 require a specific git version. 1.5.4.5 for now [evilchelu]
directory tasks/ Mon Apr 21 06:12:11 -0700 2008 Fix the specs. [norbert]
README.txt
= Braid

http://evil.che.lu/projects/braid/

== Description

Braid is a simple tool to help track git and svn vendor branches in a git
repository.

In purpose, it's similar to piston, but it's especially built on top of git
commands. This allows better integration with git and easier management of
merges.

Braid is "hosted on github":http://github.com/evilchelu/braid.

*NOTE:* You will need at least git 1.5.4.5+ to run braid. You'll also need the
open4 and main gems.

== Install with rubygems

  gem sources -a http://gems.github.com/  # only need to do this once
  gem install evilchelu-braid

== Install from the git repository

Get a clone of the git repository using:

  git clone git://github.com/evilchelu/braid.git
  cd braid
  rake install_gem
  braid --help # see usage

=== Usage

  braid help
  braid help COMMANDNAME

For more usage examples, documentation, feature requests and bug reporting,
check out the "braid wiki":http://github.com/evilchelu/braid/wikis.

=== Contributing

If you want to send a patch in, please fork the project on github, commit your
changes and send a pull request.

=== Mad props

Braid used to be quite lame before "Norbert Crombach":http://primetheory.org/
("github":http://github.com/norbert) resuscitated it by contribuing a bunch of
code.

He rocks! Go buy him a beer.