-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'extends' feature to overlay repos files when importing
- Loading branch information
1 parent
ce80335
commit eb14aa5
Showing
7 changed files
with
293 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
........ | ||
=== ./immutable/hash (git) === | ||
Cloning into '.'... | ||
Note: switching to '377d5b3d03c212f015cc832fdb368f4534d0d583'. | ||
|
||
You are in 'detached HEAD' state. You can look around, make experimental | ||
changes and commit them, and you can discard any commits you make in this | ||
state without impacting any branches by switching back to a branch. | ||
|
||
If you want to create a new branch to retain commits you create, you may | ||
do so (now or later) by using -c with the switch command. Example: | ||
|
||
git switch -c <new-branch-name> | ||
|
||
Or undo this operation with: | ||
|
||
git switch - | ||
|
||
Turn off this advice by setting config variable advice.detachedHead to false | ||
|
||
HEAD is now at 377d5b3... update changelog | ||
=== ./immutable/hash_tar (tar) === | ||
Downloaded tarball from 'https://github.com/dirk-thomas/vcstool/archive/afb4946c6a96aef37ad7770382b321beff0e0f26.tar.gz' and unpacked it | ||
=== ./immutable/hash_zip (zip) === | ||
Downloaded zipfile from 'https://github.com/dirk-thomas/vcstool/archive/377d5b3d03c212f015cc832fdb368f4534d0d583.zip' and unpacked it | ||
=== ./immutable/tag (git) === | ||
Cloning into '.'... | ||
Note: switching to '0.2.7'. | ||
|
||
You are in 'detached HEAD' state. You can look around, make experimental | ||
changes and commit them, and you can discard any commits you make in this | ||
state without impacting any branches by switching back to a branch. | ||
|
||
If you want to create a new branch to retain commits you create, you may | ||
do so (now or later) by using -c with the switch command. Example: | ||
|
||
git switch -c <new-branch-name> | ||
|
||
Or undo this operation with: | ||
|
||
git switch - | ||
|
||
Turn off this advice by setting config variable advice.detachedHead to false | ||
|
||
HEAD is now at 80aadd6... 0.2.7 | ||
=== ./vcstool (git) === | ||
Cloning into '.'... | ||
=== ./vcstool-custom (git) === | ||
Cloning into '.'... | ||
Note: switching to '0.2.10'. | ||
|
||
You are in 'detached HEAD' state. You can look around, make experimental | ||
changes and commit them, and you can discard any commits you make in this | ||
state without impacting any branches by switching back to a branch. | ||
|
||
If you want to create a new branch to retain commits you create, you may | ||
do so (now or later) by using -c with the switch command. Example: | ||
|
||
git switch -c <new-branch-name> | ||
|
||
Or undo this operation with: | ||
|
||
git switch - | ||
|
||
Turn off this advice by setting config variable advice.detachedHead to false | ||
|
||
HEAD is now at 865990f... 0.2.10 | ||
=== ./vcstool-old (git) === | ||
Cloning into '.'... | ||
Note: switching to '0.1.2'. | ||
|
||
You are in 'detached HEAD' state. You can look around, make experimental | ||
changes and commit them, and you can discard any commits you make in this | ||
state without impacting any branches by switching back to a branch. | ||
|
||
If you want to create a new branch to retain commits you create, you may | ||
do so (now or later) by using -c with the switch command. Example: | ||
|
||
git switch -c <new-branch-name> | ||
|
||
Or undo this operation with: | ||
|
||
git switch - | ||
|
||
Turn off this advice by setting config variable advice.detachedHead to false | ||
|
||
HEAD is now at 0ac0d6f... 0.1.2 | ||
=== ./without_version (git) === | ||
Cloning into '.'... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
extends: list_extends2.repos | ||
repositories: | ||
immutable/hash_tar: | ||
type: tar | ||
url: https://github.com/dirk-thomas/vcstool/archive/afb4946c6a96aef37ad7770382b321beff0e0f26.tar.gz | ||
version: vcstool-afb4946c6a96aef37ad7770382b321beff0e0f26 | ||
vcstool-custom: | ||
type: git | ||
url: https://github.com/dirk-thomas/vcstool.git | ||
version: 0.2.10 | ||
vcstool-old: | ||
type: git | ||
url: https://github.com/dirk-thomas/vcstool.git | ||
version: 0.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
extends: list.repos | ||
repositories: | ||
immutable/tag: | ||
type: git | ||
url: https://github.com/dirk-thomas/vcstool.git | ||
version: 0.2.7 | ||
vcstool-old: | ||
type: git | ||
url: https://github.com/dirk-thomas/vcstool.git | ||
version: 0.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
extends: list_extends_loop2.repos | ||
repositories: | ||
vcstool: | ||
type: git | ||
url: https://github.com/dirk-thomas/vcstool.git | ||
version: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
extends: list_extends_loop.repos | ||
repositories: | ||
vcstool: | ||
type: git | ||
url: https://github.com/dirk-thomas/vcstool.git | ||
version: 0.1.27 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters