File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11---
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+ ---
222version: 0.4.1
323date: Thu Jan 9 17:11:21 CST 2020
424- Fix Bash version error messages and add to .rc
Original file line number Diff line number Diff line change 11=meta: 0.0.2
22
33name: git-subrepo
4- version: 0.4.1
4+ version: 0.4.2
55abstract: Git Submodule Alternative
66homepage: https://github.com/ingydotnet/git-subrepo#readme
77license: MIT
Original file line number Diff line number Diff line change 3030bash+:import :std can version-check
3131
3232
33- VERSION=0.4.1
33+ VERSION=0.4.2
3434REQUIRED_BASH_VERSION=4.0
3535REQUIRED_GIT_VERSION=2.7.0
3636GIT_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