File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ version: 0.4.6
3
+ date: Fri 21 Apr 2023 10:18:34 AM EST
4
+ - Remove stale worktrees in the push command
5
+ ---
2
6
version: 0.4.5
3
7
date: Thu 22 Sep 2022 23:03:24 PM EST
4
8
- Add --file option
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.5
4
+ version: 0.4.6
5
5
abstract: Git Submodule Alternative
6
6
homepage: https://github.com/ingydotnet/git-subrepo#readme
7
7
license: MIT
8
- copyright: 2013-2022
8
+ copyright: 2013-2023
9
9
10
10
author:
11
11
name: Ingy döt Net
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.5
33
+ VERSION=0.4.6
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