| Commit message (Expand) | Author | Age | Files | Lines |
* | RepoProject: read the 'dest-branch' attribute of a project | Kaushik Lingarkar | 2024-07-02 | 1 | -0/+30 |
* | RepoCommand: Copy manifest upstream into .gitmodules ref field | Ivan Frade | 2024-05-30 | 2 | -0/+133 |
* | RepoProject: read the "upstream" attribute of a project | Ivan Frade | 2024-05-30 | 1 | -0/+39 |
* | BaseSuperprojectWriter: report invalid paths as manifest errors | Ivan Frade | 2022-08-23 | 1 | -0/+24 |
* | [errorprone] Fix DefaultCharset warning in BareSuperprojectWriterTest | Luca Milanesio | 2022-02-04 | 1 | -1/+3 |
* | Merge changes I11366273,I256e1572 | Ivan Frade | 2022-02-01 | 1 | -0/+104 |
|\ |
|
| * | RepoCommand: Offer to set extra files in the destination repository | Ivan Frade | 2022-01-31 | 1 | -1/+26 |
| * | RepoCommand: Move bare/regular superproject writing to their own classes | Ivan Frade | 2022-01-31 | 1 | -0/+79 |
* | | [test] RepoCommandTest: guard tests for executable files | Thomas Wolf | 2022-02-01 | 1 | -7/+14 |
|/ |
|
* | RepoCommand: Do not set 'branch' if the revision is a tag | Ivan Frade | 2021-05-26 | 1 | -0/+48 |
* | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 3 | -114/+15 |
* | RepoCommand: Preserve executable bit in <copyfile> | Ivan Frade | 2018-10-31 | 1 | -0/+118 |
* | RepoCommand.RemoteReader: Add method to read contents and mode of file | Ivan Frade | 2018-10-31 | 1 | -12/+19 |
* | RepoCommandTest: Extract method to assert file contents | Ivan Frade | 2018-10-30 | 1 | -42/+17 |
* | Explicitly specify charset when constructing BufferedReader | David Pursehouse | 2018-09-26 | 1 | -29/+30 |
* | Make inner classes static where possible | David Pursehouse | 2018-09-26 | 1 | -1/+1 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 2 | -12/+12 |
* | Merge "Support remove-project node in the manifest parser" | Jonathan Nieder | 2018-08-20 | 1 | -0/+26 |
|\ |
|
| * | Support remove-project node in the manifest parser | Masaya Suzuki | 2018-08-20 | 1 | -0/+26 |
* | | Use project names instead of paths for the submodule name | Masaya Suzuki | 2018-07-27 | 1 | -28/+66 |
|/ |
|
* | Repository: Deprecate #peel method | David Pursehouse | 2018-05-22 | 1 | -1/+1 |
* | RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resource | David Pursehouse | 2018-03-15 | 1 | -34/+36 |
* | RepoCommandTest: Refactor to use try-with-resource | David Pursehouse | 2018-03-15 | 1 | -395/+373 |
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 2 | -11/+11 |
* | RepoCommand: generate relative submodule URLs from absolute URLs. | Han-Wen Nienhuys | 2018-02-21 | 1 | -0/+58 |
* | RepoCommand: don't record new commit if tree did not change | Han-Wen Nienhuys | 2018-02-19 | 1 | -2/+54 |
* | RepoCommand: persist unreadable submodules in .gitmodules | Han-Wen Nienhuys | 2018-02-19 | 1 | -33/+44 |
* | Use constants from StandardCharsets instead of hard-coded strings | David Pursehouse | 2017-12-07 | 1 | -4/+5 |
* | Cleanup: Organize imports | Matthias Sohn | 2017-08-30 | 1 | -0/+1 |
* | Fix out-of-bounds exception in RepoCommand#relative | Han-Wen Nienhuys | 2017-05-24 | 1 | -0/+1 |
* | RepoCommand: Add linkfile support. | Dan Willemsen | 2017-04-18 | 1 | -0/+162 |
* | Fix RepoCommand to allow for relative URLs | Han-Wen Nienhuys | 2017-04-13 | 1 | -0/+127 |
* | Cleanup and test trailing slash handling in ManifestParser | Han-Wen Nienhuys | 2017-04-11 | 2 | -0/+131 |
* | ManifestParser: Throw exception if remote does not have fetch attribute | Han-Wen Nienhuys | 2017-04-10 | 1 | -0/+33 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 1 | -1/+1 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -0/+1 |
* | RepoCommandTest: Don't wrap create{Bare,Work}Directory in t-w-r | David Pursehouse | 2017-01-28 | 1 | -362/+321 |
* | Organize imports | David Pursehouse | 2016-11-14 | 1 | -1/+1 |
* | Fix javadoc errors and unused imports introduced by ddd0fe25 | Matthias Sohn | 2016-06-01 | 1 | -3/+0 |
* | RepoCommand: record manifest shallow recommendation in .gitmodules | Stefan Beller | 2016-05-31 | 1 | -0/+48 |
* | RepoCommand: record manifest groups as submodule labels | Stefan Beller | 2016-05-31 | 1 | -0/+49 |
* | RepoCommandTest: Improve assertion message for remote branch recording | Stefan Beller | 2016-05-25 | 1 | -2/+2 |
* | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-15 | 1 | -2/+3 |
|\ |
|
| * | ManifestParserTest: Don't use deprecated StringBufferInputStream | David Pursehouse | 2016-02-15 | 1 | -2/+3 |
* | | Merge branch 'stable-4.2' | Matthias Sohn | 2016-02-12 | 1 | -26/+30 |
|\| |
|
| * | RepoCommandTest: Open Git instances in try-with-resource | David Pursehouse | 2016-02-12 | 1 | -26/+30 |
* | | [gitrepo] Support revision in remote tag. | Yuxuan 'fishy' Wang | 2016-01-27 | 1 | -0/+53 |
|/ |
|
* | Skip nested copyfiles in RepoCommand. | Yuxuan 'fishy' Wang | 2015-12-22 | 1 | -1/+6 |
* | Fixed jgit test failures on Windows | Andrey Loskutov | 2015-10-12 | 1 | -11/+16 |
* | RepoCommand: Add setRecordRemoteBranch option to record upstream branch | Stefan Beller | 2015-10-05 | 1 | -0/+45 |