webmat / git_remote_branch
- Source
- Commits
- Network (9)
- Issues (0)
- Downloads (9)
- Wiki (1)
- Graphs
-
Tree:
68daa69
git_remote_branch / CHANGELOG
| 28356c10 » | webmat | 2008-11-12 | 1 | * Release 0.3.0 * | |
| 2 | |||||
| 3 | Housekeeping | ||||
| 4 | - Support for a bunch of platforms has been added (Windows, Ubuntu, Ruby 1.9) | ||||
| 5 | - git_remote_branch now has actual online documentation: grb.rubyforge.org | ||||
| 8961e4ea » | webmat | 2008-11-13 | 6 | - give useful error message if grb can't find the git executable | |
| 28356c10 » | webmat | 2008-11-12 | 7 | ||
| 8 | Features | ||||
| 9 | - track now works even if you already have a local branch of the same name | ||||
| 10 | - it uses git config instead of branch --track in that case | ||||
| 8961e4ea » | webmat | 2008-11-13 | 11 | - the difference can be seen by running | |
| 28356c10 » | webmat | 2008-11-12 | 12 | - grb explain track master | |
| 13 | - grb explain track non_existent_branch | ||||
| 2e276e87 » | webmat | 2008-11-14 | 14 | - Let you force the usage of a specific git executable by setting the environment variable GRB_GIT to point to it. It's pretty much undocumented for now, except for this mention :-) The tests for the useful error message use this feature. So it works. | |
| 28356c10 » | webmat | 2008-11-12 | 15 | ||
| 5c0e921f » | webmat | 2008-08-06 | 16 | * Release 0.2.6 * | |
| 17 | Three new actual features | ||||
| 18 | - grb rename, contributed by Caio Chassot (caiochassot.com) | ||||
| 19 | - grb publish, to make available and track a local branch | ||||
| 20 | - the --silent option, if you want to use grb in a script | ||||
| 21 | |||||
| 22 | And other stuff | ||||
| 23 | - the grb bin file now works when symlinked (also thanks to Caio Chassot) | ||||
| 24 | - Lots and lots of unit and functional tests | ||||
| 25 | - bug fixes | ||||
| 26 | - more flexibility for running grb outside of a git repository (e.g. for 'explain' or 'help') | ||||
| 27 | - Now officially under the MIT license | ||||
| 28 | - refactored a bunch of rake tasks | ||||
| 29 | |||||
| 30 | |||||
| 31 | Versions lost in time: | ||||
| 32 | 0.2.1, 0.2.2, 0.2.3, 0.2.4 | ||||

