Skip to content

Commit

Permalink
Release 0.4.7
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
admorgan committed Jul 7, 2024
1 parent 1041053 commit feac147
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 117 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
version: 0.4.7
date: Sun 7 Jul 2024 11:04:00 AM EST
- 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
---
version: 0.4.6
date: Fri 21 Apr 2023 10:18:34 AM EST
Expand Down
4 changes: 2 additions & 2 deletions Meta
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=meta: 0.0.2

name: git-subrepo
version: 0.4.6
version: 0.4.7
abstract: Git Submodule Alternative
homepage: https://github.com/ingydotnet/git-subrepo#readme
license: MIT
copyright: 2013-2023
copyright: 2013-2024

author:
name: Ingy döt Net
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.pod
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,8 @@ function is called:

=head1 Status

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

Trying subrepo out is simple and painless (this is not C<git submodule>).
Nothing is permanent (if you do not push to shared remotes). ie You can always
Expand Down
2 changes: 1 addition & 1 deletion doc/git-subrepo.swim
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ is called:

= Status

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

Trying subrepo out is simple and painless (this is not `git submodule`).
Expand Down
2 changes: 1 addition & 1 deletion lib/git-subrepo
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
bash+:import :std can version-check


VERSION=0.4.6
VERSION=0.4.7
REQUIRED_BASH_VERSION=4.0
REQUIRED_GIT_VERSION=2.7.0
GIT_TMP=$(git rev-parse --git-common-dir 2> /dev/null || echo .git)/tmp
Expand Down
Loading

0 comments on commit feac147

Please sign in to comment.