File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11---
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+ ---
225version: 0.4.0
326date: Thu Nov 8 12:26:38 CET 2018
427changes:
Original file line number Diff line number Diff line change 11=meta: 0.0.2
22
33name: git-subrepo
4- version: 0.4.0
4+ version: 0.4.1
55abstract: Git Submodule Alternative
66homepage: https://github.com/ingydotnet/git-subrepo#readme
77license: MIT
@@ -16,8 +16,8 @@ author:
1616 homepage: http://ingy.net
1717
1818requires:
19- bash: 3.2 .0
20- git: 1 .7.0
19+ bash: 4.0 .0
20+ git: 2 .7.0
2121test:
2222 cmd: make test
2323install: make install
Original file line number Diff line number Diff line change 2626fi
2727bash+:import :std can
2828
29- VERSION=0.4.0
29+ VERSION=0.4.1
3030REQUIRED_GIT_VERSION=2.7.0
3131GIT_TMP=" $( git rev-parse --git-common-dir 2> /dev/null || echo .git) /tmp"
3232
You can’t perform that action at this time.
0 commit comments