File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ version: 0.4.2
3
+ date: Tue Nov 17 14:10:10 CST 2020
4
+ - Covert to GitHub Actions for testing
5
+ - Add docker support to test multiple git/bash versions together
6
+ - Require Bash 4.0+
7
+ - Use shellcheck as linter and address issues discovered
8
+ - Discovered bug in git where @ is not a valid workspace name
9
+ - Add --force command to subrepo pull
10
+ - Now works with paths that contain spaces
11
+ - Numerous documentation fixes
12
+ - When two branches pointed to the same commit, we would
13
+ sometimes pick the wrong branch.
14
+ - ZSH completion fixes
15
+ - Allow tests to run outside a git repo
16
+ - Would not work if a different date format was set in git config
17
+ - Address delay in filter-branch on newer versions of git
18
+ - Display the git merge message on merge failure
19
+ - Allow FISH integration on MacOS.
20
+ - Add manpage support for FISH shell
21
+ ---
2
22
version: 0.4.1
3
23
date: Thu Jan 9 17:11:21 CST 2020
4
24
- Fix Bash version error messages and add to .rc
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.1
4
+ version: 0.4.2
5
5
abstract: Git Submodule Alternative
6
6
homepage: https://github.com/ingydotnet/git-subrepo#readme
7
7
license: MIT
Original file line number Diff line number Diff line change 30
30
bash+:import :std can version-check
31
31
32
32
33
- VERSION=0.4.1
33
+ VERSION=0.4.2
34
34
REQUIRED_BASH_VERSION=4.0
35
35
REQUIRED_GIT_VERSION=2.7.0
36
36
GIT_TMP=$( git rev-parse --git-common-dir 2> /dev/null || echo .git) /tmp
You can’t perform that action at this time.
0 commit comments