-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Use right syntax for symbolic-ref command #21577
Conversation
Seems like git actually refuses if second argument does not start with
|
Also, please run |
Huh, wasn't aware that the default formatting didn't like spaces between plus signs. Anyway, fixed. You're right that it wouldn't have worked before. I was actually hoping to test more before the original change was merged, and didn't voice so because I wasn't expecting it to get merged so quickly. This is mostly the result of said testing. |
It's one of the ideocracies of |
* giteaoffical/main: fix: PR status layout on mobile (go-gitea#21547) Make rss/atom identifier globally unique (go-gitea#21550) Fix UI column width, button overflow Fomantic's grid (go-gitea#21559) Localize time units on activity heatmap (go-gitea#21570) Use right syntax for symbolic-ref command (go-gitea#21577) Update JS dependencies and misc tweaks (go-gitea#21583) Add index for hook_task table (go-gitea#21545) Revert: auto generate INTERNAL_TOKEN (go-gitea#21608)
Is this going to make it into 1.18, or should I submit a backport? Since the original change will be in 1.18. |
Follow-up to #21352: when testing this out, I found out that the syntax for the
symbolic-ref
command was different than originally assumed in that PR. Never got around to submitting a PR until now.