Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Add console_clean to usage message for simplenode | Alexey Romanov | 2011-03-04 | 1 | -1/+1 | |
* | | | | Fix bug that causes appup generation to fail | joewilliams | 2011-03-03 | 2 | -22/+43 | |
* | | | | Add Christopher Brown to THANKS file | Tuncer Ayaz | 2011-03-03 | 1 | -0/+1 | |
* | | | | honor local deps before code path | Christopher Brown | 2011-03-02 | 1 | -26/+49 | |
* | | | | Convert the entries in the code path to absolute paths | Juan Jose Comellas | 2011-02-26 | 2 | -1/+14 | |
* | | | | Ignore app files not in ebin | joewilliams | 2011-02-25 | 1 | -4/+4 | |
* | | | | Fix regression in rebar_lfe_compiler | Tuncer Ayaz | 2011-02-22 | 1 | -2/+3 | |
* | | | | Use erlang:function_exported/3 | Tuncer Ayaz | 2011-02-21 | 1 | -2/+2 | |
* | | | | Fix Dialyzer warning and slightly reformat code | Tuncer Ayaz | 2011-02-21 | 1 | -3/+7 | |
* | | | | Add up to date instructions in case LFE is missing | Tim Dysinger | 2011-02-21 | 1 | -7/+11 | |
* | | | | Add fail_on_warning support for LFE | Tim Dysinger | 2011-02-21 | 1 | -4/+8 | |
* | | | | Add -spec support to rebar_ct command line | Tim Watson | 2011-02-21 | 5 | -22/+86 | |
| |_|/ |/| | | ||||||
* | | | Clean up and simplify {vsn, VCS} support | Dave Smith | 2011-02-18 | 1 | -12/+11 | |
* | | | Add {vsn,Vcs} support for bzr, hg and svn | Tuncer Ayaz | 2011-02-17 | 1 | -6/+15 | |
* | | | Expand {vsn,git} in app.src to git-describe output | Adam Kocoloski | 2011-02-17 | 2 | -2/+14 | |
* | | | Add Anders 'andekar' to THANKS file | Tuncer Ayaz | 2011-02-17 | 1 | -0/+1 | |
* | | | Clean up trailing whitespace | joewilliams | 2011-02-17 | 3 | -5/+5 | |
* | | | Clean up rebar_appups and rebar_upgrade | joewilliams | 2011-02-17 | 4 | -109/+92 | |
* | | | Add PropEr support | Tuncer Ayaz | 2011-02-16 | 1 | -17/+24 | |
* | | | Fix generate-appups regression (atom vs list) | joewilliams | 2011-02-16 | 1 | -1/+1 | |
* | | | Add 'generate-appups' command | joewilliams | 2011-02-15 | 6 | -11/+233 | |
* | | | Give an absolute path to code:add_path/1 | Anthony Ramine | 2011-02-15 | 1 | -1/+1 | |
* | | | Remove gratuitous spaces | Tuncer Ayaz | 2011-02-15 | 1 | -5/+5 | |
* | | | Add common_test suite template | Tim Watson | 2011-02-15 | 2 | -0/+169 | |
* | | | Clarify trailing slash for PIPE_DIR | Joseph Wayne Norton | 2011-02-15 | 1 | -2/+2 | |
* | | | Document eunit_first_files | Tuncer Ayaz | 2011-02-13 | 1 | -0/+3 | |
* | | | Remove export_all directive | Tuncer Ayaz | 2011-02-13 | 1 | -3/+2 | |
* | | | Add eunit_first_files option | Joseph Wayne Norton | 2011-02-13 | 1 | -1/+4 | |
* | | | Support 2 forms of implicit HEAD for git | David Reid | 2011-02-13 | 1 | -0/+8 | |
* | | | Clean up code | Tuncer Ayaz | 2011-02-06 | 26 | -385/+523 | |
* | | | Fix warning | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 | |
* | | | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 40 | -40/+40 | |
* | | | Update nodetool in upgrade_project | Tuncer Ayaz | 2011-01-31 | 1 | -0/+22 | |
* | | | Add Tim Watson to THANKS file | Tuncer Ayaz | 2011-01-30 | 1 | -0/+1 | |
* | | | Fix file existence checks | Tuncer Ayaz | 2011-01-29 | 3 | -11/+11 | |
* | | | Fix Dialyzer warnings in rebar_upgrade | Tuncer Ayaz | 2011-01-29 | 1 | -2/+2 | |
* | | | Move BUILD_TIME and VCS_INFO macros | Tim Watson | 2011-01-29 | 2 | -8/+8 | |
* | | | Fix bug 294 | Tuncer Ayaz | 2011-01-29 | 1 | -0/+22 | |
* | | | Use filename:join instead of ?FMT | Tuncer Ayaz | 2011-01-28 | 1 | -2/+4 | |
* | | | Update shell completion: generate-upgrade | Tuncer Ayaz | 2011-01-28 | 1 | -3/+3 | |
* | | | Fix help: previous_release is mandatory | Tuncer Ayaz | 2011-01-28 | 1 | -1/+1 | |
* | | | Update THANKS file | Tuncer Ayaz | 2011-01-27 | 1 | -0/+4 | |
* | | | Add 'generate-upgrade' command | joewilliams | 2011-01-27 | 17 | -5/+720 | |
* | | | Fix circular dependency | Tuncer Ayaz | 2011-01-27 | 2 | -45/+45 | |
* | | | Use an order independent method for exact matches when looking for command ca... | Dave Smith | 2011-01-25 | 1 | -3/+3 | |
* | | | Add support for abbreviated command names | Klas Johansson | 2011-01-24 | 2 | -12/+75 | |
* | | | Move command line handling funs into rebar.erl | Tuncer Ayaz | 2011-01-24 | 2 | -173/+187 | |
* | | | Update getopt | Tuncer Ayaz | 2011-01-23 | 1 | -6/+13 | |
* | | | Add file local variables to nodetool escript | Tuncer Ayaz | 2011-01-21 | 1 | -1/+2 | |
* | | | Synchronize nodetool escript with riak version | Tuncer Ayaz | 2011-01-21 | 1 | -1/+36 |