File tree 3 files changed +27
-4
lines changed
3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 1
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
+ ---
2
25
version: 0.4.0
3
26
date: Thu Nov 8 12:26:38 CET 2018
4
27
changes:
Original file line number Diff line number Diff line change 1
1
=meta: 0.0.2
2
2
3
3
name: git-subrepo
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
abstract: Git Submodule Alternative
6
6
homepage: https://github.com/ingydotnet/git-subrepo#readme
7
7
license: MIT
@@ -16,8 +16,8 @@ author:
16
16
homepage: http://ingy.net
17
17
18
18
requires:
19
- bash: 3.2 .0
20
- git: 1 .7.0
19
+ bash: 4.0 .0
20
+ git: 2 .7.0
21
21
test:
22
22
cmd: make test
23
23
install: make install
Original file line number Diff line number Diff line change 26
26
fi
27
27
bash+:import :std can
28
28
29
- VERSION=0.4.0
29
+ VERSION=0.4.1
30
30
REQUIRED_GIT_VERSION=2.7.0
31
31
GIT_TMP=" $( git rev-parse --git-common-dir 2> /dev/null || echo .git) /tmp"
32
32
You can’t perform that action at this time.
0 commit comments