Skip to content

Commit b562f93

Browse files
committed
Release 0.4.3
1 parent 9913b95 commit b562f93

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
version: 0.4.3
3+
date: Sat 21 Nov 2020 03:28:43 PM EST
4+
- Apply PR#511 to fix a 0.4.2 regression in zsh
5+
---
26
version: 0.4.2
37
date: Tue Nov 17 14:10:10 CST 2020
48
- Covert to GitHub Actions for testing

Meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=meta: 0.0.2
22

33
name: git-subrepo
4-
version: 0.4.2
4+
version: 0.4.3
55
abstract: Git Submodule Alternative
66
homepage: https://github.com/ingydotnet/git-subrepo#readme
77
license: MIT

lib/git-subrepo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030
bash+:import :std can version-check
3131

3232

33-
VERSION=0.4.2
33+
VERSION=0.4.3
3434
REQUIRED_BASH_VERSION=4.0
3535
REQUIRED_GIT_VERSION=2.7.0
3636
GIT_TMP=$(git rev-parse --git-common-dir 2> /dev/null || echo .git)/tmp

share/zsh-completion/_git-subrepo

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
# DO NOT EDIT. This file generated by pkg/bin/generate-completion.pl.
55

6-
if [[ -z $GIT_SUBREPO_ROOT ]]; then
7-
echo 'GIT_SUBREPO_ROOT is null; has `/path/to/git-subrepo/.rc` been sourced?'
8-
return 3
9-
fi
10-
116
_git-subrepo() {
127
typeset -A opt_args
138
local curcontext="$curcontext" state line context

0 commit comments

Comments
 (0)