-
Under the hood, a `git` tag has (at least?) two SHAs: one for the commit object corresponding to the tag, and another for the tag itself.
`zizmor` currently has a false positive on the latter: it …
-
In git a tag is supposed to be a permanent pointer to a specific commit. A git branch, on the other hand, is expected to be a pointer that keeps changing.
Current use of `weekly` as a git tag leads…
ottok updated
12 hours ago
-
### Steps to reproduce
1. Create a branch and `propose` it
2. Merge the proposal in GitHub
3. Run `git town sync -a`
I expected Git Town to delete the branch, but it didn't.
### Command out…
-
It would be useful to tag the repo and then produce a Github release every time you publish a new package. This will let people do a diff between releases, and provides a nice place to read the CHANGE…
-
In the last weeks, I have noticed a few cases in which some PR jobs start failing with errors like:
~~~
==============================================================================
Syncing reposito…
-
**Describe the bug**
The command "cloc --git-diff-rel --csv --by-file refs/tags/first-tag refs/tags/second-tag" returns 3 record but the difference between "first-tag" and "second-tag" is only of 2 r…
-
**Describe the bug**
I am encountering an issue with ArgoCD Image Updater when handling sequential builds that result in two different images. The write-back method is set to git, and it appears that…
-
### As ...
Patti - Platform Admin
### I want ...
To enforce commits signature verification when pulling git code or data ("git as a data source")
### So that ...
I want to be sure that the code o…
-
Hi! Thanks for creating this.
The only Git tag I see in this repo is for 1.0.2, however versions 1.0.3 and 1.0.4 have been pushed to PyPI. Could tags be pushed for this and releases going forwards?…
-
Hi hi! I was just about to create an AUR package for this, based on the choices we made earlier in other repositories. However, I learned something new.
We have a choice to keep our AUR package up …