| Commit message (Expand) | Author | Age | Files | Lines |
* | Treat HEAD as a branch to fix regressions caused by 3ef7db5 | Bob Ippolito | 2011-11-16 | 1 | -4/+4 |
* | Remove gratuitous space in debug log | Tuncer Ayaz | 2011-11-09 | 1 | -1/+1 |
* | Allow plugins to participate in pre and post processing | Tim Watson | 2011-10-20 | 1 | -0/+1 |
* | Export $REBAR_DEPS_DIR and $ERL_LIBS variables | Anton Lavrik | 2011-09-02 | 1 | -0/+13 |
* | Clean up and fix vcs functions and logging | Tuncer Ayaz | 2011-09-02 | 1 | -25/+32 |
* | Add support for checking out specific git commit | Ben Ellis | 2011-09-01 | 1 | -3/+8 |
* | Fix {git,Url} support (Reported-by: Garrett Smith) | Tuncer Ayaz | 2011-07-08 | 1 | -1/+5 |
* | Add list-deps command | Dave Smith | 2011-04-21 | 1 | -1/+21 |
* | Simplify find_dep_in_dir | Tuncer Ayaz | 2011-03-13 | 1 | -1/+1 |
* | Fix comments | Tuncer Ayaz | 2011-03-13 | 1 | -12/+12 |
* | honor local deps before code path | Christopher Brown | 2011-03-02 | 1 | -26/+49 |
* | Support 2 forms of implicit HEAD for git | David Reid | 2011-02-13 | 1 | -0/+8 |
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -21/+30 |
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
* | Apply Tidier suggestions | Tuncer Ayaz | 2011-01-13 | 1 | -6/+9 |
* | Return more descriptive dependency errors | Tuncer Ayaz | 2011-01-06 | 1 | -4/+7 |
* | Unify executable invocation | Juhani Rankimies | 2011-01-06 | 1 | -18/+22 |
* | Implement update-deps and disable auto update | Tuncer Ayaz | 2010-12-17 | 1 | -23/+42 |
* | Add VCS dir check for bzr and svn | Tuncer Ayaz | 2010-12-07 | 1 | -0/+5 |
* | Check for VCS directory before attempting source update. | Dave Smith | 2010-12-07 | 1 | -5/+22 |
* | Return descriptive errors from is_app_available() | Adam Kocoloski | 2010-11-30 | 1 | -10/+10 |
* | Fix git tag and branch dependency handling | Misha Gorodnitzky | 2010-11-20 | 1 | -6/+8 |
* | Create ebin directory if it is missing for deps | Anders | 2010-11-09 | 1 | -2/+6 |
* | Tidier improvements | Kostis Sagonas | 2010-10-26 | 1 | -5/+2 |
* | First pass at updating dependencies (svn, hg, bzr untested) | David Reid | 2010-10-03 | 1 | -5/+29 |
* | Dialyzer related cleanups | Kostis Sagonas | 2010-10-10 | 1 | -11/+14 |
* | Fix bug 676 | Tuncer Ayaz | 2010-10-02 | 1 | -2/+2 |
* | Make SVN version matching locale agnostic | Tuncer Ayaz | 2010-10-02 | 1 | -1/+1 |
* | Fix dialyzer warnings in scm client vsn checks | Tuncer Ayaz | 2010-09-29 | 1 | -12/+9 |
* | Fix dialyzer warning for filename:join/2 calls | Tuncer Ayaz | 2010-09-29 | 1 | -2/+2 |
* | Added support for checking out tags from git | Benjamin Nortier | 2010-09-15 | 1 | -2/+8 |
* | Fix bug 499; do not delete dependencies that are not in the deps/ directory | Dave Smith | 2010-08-20 | 1 | -2/+4 |
* | fix get-deps on win32 | Juhani Rankimies | 2010-08-04 | 1 | -4/+4 |
* | Change semantics of skip_deps=true such that deps still get pre/post processe... | Dave Smith | 2010-06-21 | 1 | -6/+11 |
* | Stuffed in a global for deps dir. | Russell Brown | 2010-06-12 | 1 | -2/+16 |
* | Make delete-deps a bit smarter | Dave Smith | 2010-06-11 | 1 | -1/+15 |
* | Re-add support for delete-deps | Dave Smith | 2010-06-09 | 1 | -3/+5 |
* | Re-add support for skip_deps | Dave Smith | 2010-06-09 | 1 | -3/+8 |
* | Heavy-duty refactor to support truly transitive dependencies | Dave Smith | 2010-06-09 | 1 | -126/+97 |
* | fix hg and git clone commands for when repo does not exactly match applicatio... | Bob Ippolito | 2010-05-11 | 1 | -2/+2 |
* | Add a global config option skip_deps which when present will cause dependenci... | David Reid | 2010-04-29 | 1 | -1/+7 |
* | Refactoring app file access to be via rebar_app_utils in prep for supporting ... | Dave Smith | 2010-04-28 | 1 | -7/+5 |
* | Verify that we work with minimal git of 1.5 | Dave Smith | 2010-04-19 | 1 | -1/+1 |
* | Tested mercurial checkout down to 1.1 | Dave Smith | 2010-04-14 | 1 | -1/+1 |
* | Support older, more deployed version of mercurial | Dave Smith | 2010-04-14 | 1 | -3/+3 |
* | Adding check-deps and helper target for compilation | Dave Smith | 2010-03-25 | 1 | -0/+19 |
* | Revamp deps system to NOT pull down deps automatically. You must now use pull... | Dave Smith | 2010-03-16 | 1 | -34/+67 |
* | Support for downloading deps via bzr. | David Reid | 2010-03-05 | 1 | -1/+10 |
* | Support downloading deps via SVN. | David Reid | 2010-03-04 | 1 | -4/+11 |
* | A bit of consolidation of version checking for scm clients; adding support fo... | Dave Smith | 2010-01-07 | 1 | -29/+32 |