-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge targets can't be annotated tags #27
Comments
vaab
added a commit
to 0k/git-aggregator
that referenced
this issue
May 23, 2020
…csone#28) Avoids also contacting twice (``fetch`` and then ``pull``) remote before merging. Signed-off-by: Valentin Lab <[email protected]>
vaab
added a commit
to 0k/git-aggregator
that referenced
this issue
May 23, 2020
…csone#28) Avoids also contacting twice (``fetch`` and then ``pull``) remote before merging. Signed-off-by: Valentin Lab <[email protected]>
janverb
pushed a commit
to janverb/git-aggregator
that referenced
this issue
Dec 23, 2020
…csone#28) Avoids also contacting twice (``fetch`` and then ``pull``) remote before merging. Signed-off-by: Valentin Lab <[email protected]>
NL66278
pushed a commit
to Therp/git-aggregator
that referenced
this issue
Feb 17, 2023
…csone#28) Avoids also contacting twice (``fetch`` and then ``pull``) remote before merging. Signed-off-by: Valentin Lab <[email protected]>
thomaspaulb
pushed a commit
to sunflowerit/git-aggregator
that referenced
this issue
Jul 18, 2023
…csone#28) Avoids also contacting twice (``fetch`` and then ``pull``) remote before merging. Signed-off-by: Valentin Lab <[email protected]>
thomaspaulb
pushed a commit
to sunflowerit/git-aggregator
that referenced
this issue
Jul 22, 2023
…csone#28) Avoids also contacting twice (``fetch`` and then ``pull``) remote before merging. Signed-off-by: Valentin Lab <[email protected]>
I've tested, and the current version of gitaggregator (4.0) already supports annotated tags as from the issue example. So this issue can be closed. |
Proof: #27 |
thomaspaulb
pushed a commit
to sunflowerit/git-aggregator
that referenced
this issue
Jul 22, 2023
…csone#28) Avoids also contacting twice (``fetch`` and then ``pull``) remote before merging. Signed-off-by: Valentin Lab <[email protected]>
I have the same problem. I am using Ubuntu 24.04 with virtual env configured for python 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Annotated tags will crash git-aggregate when used as merge targets:
Using
git
version2.7.4
, andgitaggregate
version1.6.0
.Would output:
I've already solved this and will be posting a PR in a few minutes.
The text was updated successfully, but these errors were encountered: