Skip to content

Commit feac147

Browse files
committed
Release 0.4.7
- Convert testing to use docker with updated git versions - Fix numerous places where quoting was incorrect causing path name collisions - Fix pull-force test to deal with git not defaulting to merges on pulls after 2.33 - Fix issue where docker tests didn't work with git 2.30 or higher because of increased permission scrutiny. - Update readme to say this tools is in production environments - Update readme to use internet archive for old articles about subrepo no longer available on their original source
1 parent 1041053 commit feac147

File tree

8 files changed

+111
-117
lines changed

8 files changed

+111
-117
lines changed

Changes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
version: 0.4.7
2+
date: Sun 7 Jul 2024 11:04:00 AM EST
3+
- Convert testing to use docker with updated git versions
4+
- Fix numerous places where quoting was incorrect causing path name collisions
5+
- Fix pull-force test to deal with git not defaulting to merges on pulls after 2.33
6+
- Fix issue where docker tests didn't work with git 2.30 or higher because of
7+
increased permission scrutiny.
8+
- Update readme to say this tools is in production environments
9+
- Update readme to use internet archive for old articles about subrepo no longer
10+
available on their original source
111
---
212
version: 0.4.6
313
date: Fri 21 Apr 2023 10:18:34 AM EST

Meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=meta: 0.0.2
22

33
name: git-subrepo
4-
version: 0.4.6
4+
version: 0.4.7
55
abstract: Git Submodule Alternative
66
homepage: https://github.com/ingydotnet/git-subrepo#readme
77
license: MIT
8-
copyright: 2013-2023
8+
copyright: 2013-2024
99

1010
author:
1111
name: Ingy döt Net

ReadMe.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@ function is called:
642642

643643
=head1 Status
644644

645-
The git-subrepo command has been used in production and seems to get
646-
the job done. Development is still ongoing but mostly just for fixing bugs.
645+
The git-subrepo command has been used in production and seems to get the job
646+
done. Development is still ongoing but mostly just for fixing bugs.
647647

648648
Trying subrepo out is simple and painless (this is not C<git submodule>).
649649
Nothing is permanent (if you do not push to shared remotes). ie You can always

doc/git-subrepo.swim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ is called:
577577

578578
= Status
579579

580-
The git-subrepo command has been in use for well over a year and seems to get
580+
The git-subrepo command has been used in production and seems to get
581581
the job done. Development is still ongoing but mostly just for fixing bugs.
582582

583583
Trying subrepo out is simple and painless (this is not `git submodule`).

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.6
33+
VERSION=0.4.7
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

0 commit comments

Comments
 (0)