File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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+ ---
26version: 0.4.2
37date: Tue Nov 17 14:10:10 CST 2020
48- Covert to GitHub Actions for testing
Original file line number Diff line number Diff line change 11=meta: 0.0.2
22
33name: git-subrepo
4- version: 0.4.2
4+ version: 0.4.3
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.2
33+ VERSION=0.4.3
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments