|
| 1 | +--- |
| 2 | +version: 0.4.1 |
| 3 | +date: Thu Jan 9 17:11:21 CST 2020 |
| 4 | +- Fix Bash version error messages and add to .rc |
| 5 | +- Nicer YAML formatting in .travis.yml |
| 6 | +- Wrap a long line |
| 7 | +- Update the docs |
| 8 | +- Force `make update` to always update docs |
| 9 | +- Don't use XXX in perl stuff |
| 10 | +- Add testing on MacOS |
| 11 | +- Remove conflicting -C from install -d commands. |
| 12 | +- Update version requirement documentation |
| 13 | +- Correct error message in branch |
| 14 | +- Use topo-order in subrepo branch |
| 15 | +- Make “git subrepo clean -f ...” delete refs correctly |
| 16 | +- Fix #410 Push empty repositories with recent git versions |
| 17 | +- Make subrepo work when run in a worktree |
| 18 | +- Simplify finding subrepos |
| 19 | +- Ask git to find the .gitrepo files |
| 20 | +- Doc: fix sentence repetition |
| 21 | +- Fix typos |
| 22 | +- Fixed typo |
| 23 | +- Travis CI not checking out a branch. |
| 24 | +--- |
| 25 | +version: 0.4.0 |
| 26 | +date: Thu Nov 8 12:26:38 CET 2018 |
| 27 | +changes: |
| 28 | +- Fix #325 Do not squash main repo commits |
| 29 | +- Improve error message for worktree handling |
| 30 | +- Make version checking portable. #307 |
| 31 | +- #307, improve version check |
| 32 | +- #307, update version requirement |
| 33 | +- Fix part #308, Add stderr output if commands fail |
| 34 | +- Fix #306: Add check to prevent following commits with no .gitrepo |
| 35 | +- Remove dry-run flag as it's not implemented. Make sure branch --force delete worktree |
| 36 | +- Fix #296, Replace --first-parent with --ancestry-path |
| 37 | +- Fix #291, specify Trusty host to get new 2.x git |
| 38 | +- Fix #258, add --no-tags to git fetch |
| 39 | +- Test that no remotes are created during clone |
| 40 | +- #257 Remove remote creation to avoid problems with fetch --all |
| 41 | +- (origin/issue/150_to_0.4.0) Fix remove-worktree, remove unused parameters |
| 42 | +- Regenerate completion files |
| 43 | +- filter-branch operation should not be done on HEAD |
| 44 | +- Cleanup push and add hint to push directly after pull |
| 45 | +- Simplify cleanup and add worktree to status |
| 46 | +- Add --method option to init/clone, add a 'config' command |
| 47 | +- Updated unit tests to support the new logic |
| 48 | +- Use 'git worktree' for merge/rebase |
| 49 | +- Update docs to reflect how things should work |
| 50 | +- Make it possible to specify commit messages |
| 51 | +- Redesign, trash the tree hash approach and use merges instead |
| 52 | +- Add release branches to travis-ci |
| 53 | +- Add --method option to init/clone, add a 'config' command |
| 54 | +- Detect multiple pulls, use -u flag to decide |
| 55 | +- Don't reuse previous commit message when using --all |
| 56 | +- Update the docs for pull and push |
| 57 | +- Update error messages when failing merge/rebase |
| 58 | +- Fix env var bug in test/push.t |
| 59 | +- Do not overwrite author information |
| 60 | +--- |
| 61 | +version: 0.3.1 |
| 62 | +date: Tue Jan 3 23:08:56 PST 2017 |
| 63 | +changes: |
| 64 | +- Updated release for homebrew |
| 65 | +- Fix #192 |
| 66 | +--- |
| 67 | +version: 0.3.0 |
| 68 | +date: Wed Dec 2 19:19:43 PST 2015 |
| 69 | +changes: |
| 70 | +- Fix issue #98 and host of others (89, 91, 95, 96) |
| 71 | +- Adds support for the merge-base command |
| 72 | +- Adds stability to many commands |
| 73 | +- Command completion updates |
| 74 | +- Rename `init` to `.rc` |
| 75 | +- @grimmySwe++ @dzzh++ @jrosdahl++ @perlpunk++ |
| 76 | +--- |
| 77 | +version: 0.2.3 |
| 78 | +date: Sun Aug 9 13:44:22 PDT 2015 |
| 79 | +changes: |
| 80 | +- Fix issues #75 and #76 |
| 81 | +--- |
| 82 | +version: 0.2.2 |
| 83 | +date: Wed Jul 22 09:45:13 PDT 2015 |
| 84 | +changes: |
| 85 | +- Added the `init` subcommand |
| 86 | +- Applied doc fixes |
| 87 | +--- |
| 88 | +version: 0.2.1 |
| 89 | +date: Sat Mar 28 07:52:22 PDT 2015 |
| 90 | +changes: |
| 91 | +- Allows subrepo clone to clone to an empty branch; fixes #26. |
| 92 | +- Refs in status |
| 93 | +- Empty parent set to 'none' in .gitrepo file. |
| 94 | +- Bug fixes |
| 95 | +--- |
| 96 | +version: 0.2.0 |
| 97 | +date: Sat Jan 24 06:22:05 PST 2015 |
| 98 | +changes: |
| 99 | +- Massive overhaul |
| 100 | +- .gitrepo files remain the same so backwards compatible |
| 101 | +- Introduce the branch and commit subcommands |
| 102 | +- The checkout subcommand goes away |
| 103 | +- Operations work much smoother like normal Git flow |
| 104 | +- Much more testing |
| 105 | +- Better doc |
| 106 | +--- |
| 107 | +version: 0.1.0 |
| 108 | +date: Fri Feb 21 12:25:53 2014 -0800 |
| 109 | +changes: |
| 110 | +- First version |
0 commit comments