| Commit message (Expand) | Author | Age | Files | Lines |
* | [#1675] Disable color in git log command | Juan Facorro | 2017-11-29 | 1 | -1/+1 |
* | OTP-21 readiness, Full Unicode support | Fred Hebert | 2017-11-16 | 1 | -9/+10 |
* | git vsn from tag both strip 'v' prefix | Tristan Sloughter | 2017-11-02 | 1 | -0/+3 |
* | Warn user when a local git or hg resource is used | Fred Hebert | 2017-10-05 | 1 | -0/+14 |
* | Unicode support in all the places | Fred Hebert | 2017-08-06 | 1 | -24/+23 |
* | Fix git SHAs comparison for update. | Alin Popa | 2017-03-12 | 1 | -9/+7 |
* | Use different git commands for different git versions | Björn-Egil Dahlberg | 2016-12-07 | 1 | -13/+59 |
* | Fixes for windows environment: 1) copy empty directories when cloning (since ... | Steve Strong | 2016-06-28 | 1 | -1/+1 |
* | Debug log update | Stuart Thackray | 2016-05-27 | 1 | -1/+1 |
* | #1185 fix windows git working directory | Post hawk | 2016-05-18 | 1 | -2/+9 |
* | Fixed git version bug | Yakov | 2016-04-04 | 1 | -1/+1 |
* | only need to compare ref and not ref+url in git resource | Tristan Sloughter | 2016-01-08 | 1 | -2/+2 |
* | if not in a git repo but have 'git' as vsn, fallback to 0.0.0 | Tristan Sloughter | 2015-10-04 | 1 | -23/+30 |
* | Improve semantic versioning from git between tags | Zachary Hueras | 2015-09-21 | 1 | -1/+7 |
* | Only match current HEAD tag in git semver | Zachary Hueras | 2015-09-21 | 1 | -1/+1 |
* | make v prefix in git tag version optional | Tristan Sloughter | 2015-09-19 | 1 | -1/+1 |
* | Revert "Improved git versioning" | Tristan Sloughter | 2015-09-19 | 1 | -8/+2 |
* | Improve semantic versioning from git between tags | Zachary Hueras | 2015-09-16 | 1 | -1/+7 |
* | Only match current HEAD tag in git semver | Zachary Hueras | 2015-09-16 | 1 | -1/+1 |
* | Make the v-prefix optional in git semver | Zachary Hueras | 2015-09-16 | 1 | -1/+1 |
* | Modify parse_git_url to be more generic | David Leach | 2015-08-11 | 1 | -14/+21 |
* | Escape paths and args in shell commands | Fred Hebert | 2015-07-18 | 1 | -9/+19 |
* | Fix missing 'cd' that depended on cwd changes | Fred Hebert | 2015-07-10 | 1 | -1/+3 |
* | Only have the port cd, not rebar3 as a whole | Fred Hebert | 2015-07-08 | 1 | -15/+10 |
* | handle http:// git deps in check fif upgrade needed | Tristan Sloughter | 2015-07-06 | 1 | -0/+4 |
* | Fix common test run duplication on windows | Viacheslav Kovalev | 2015-06-26 | 1 | -1/+1 |
* | fix rebar_git_resource | derwinlu | 2015-05-07 | 1 | -14/+16 |
* | only fetch branch needed, remove rebar_vsn_plugins from erlware_commons | Tristan Sloughter | 2015-05-03 | 1 | -1/+1 |
* | on upgrade of git branch check against remote | Tristan Sloughter | 2015-05-03 | 1 | -4/+7 |
* | Fix typo in error message | Viacheslav V. Kovalev | 2015-03-10 | 1 | -1/+1 |
* | use rebar_utils:sh for git and hg commands to have better errors and logs | Tristan Sloughter | 2015-03-03 | 1 | -15/+32 |
* | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 1 | -9/+9 |
* | needs_update: on ref defined deps only have to match prefix if 7+ chars | Tristan Sloughter | 2015-02-16 | 1 | -8/+15 |
* | fixes for dialyzer findings | Tristan Sloughter | 2014-11-30 | 1 | -6/+1 |
* | fix git resource update check, bad url comparison | Tristan Sloughter | 2014-11-22 | 1 | -14/+27 |
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -6/+6 |
* | properly reset cwd after finding version of git resource | Tristan Sloughter | 2014-11-05 | 1 | -1/+1 |
* | support branch/tag/ref-less git deps | Tristan Sloughter | 2014-11-05 | 1 | -2/+4 |
* | add make_vsn to rebar_resource for replacing app vsns | Tristan Sloughter | 2014-11-03 | 1 | -1/+66 |
* | run legacy style hooks for compile provider | Tristan Sloughter | 2014-11-01 | 1 | -0/+2 |
* | verify checked out dep is the same as specified in the config and update if not | Tristan Sloughter | 2014-11-01 | 1 | -1/+36 |
* | create rebar_resource behaviour and create git resource | Tristan Sloughter | 2014-10-30 | 1 | -0/+44 |