Big thanks for everything ! This is a copy of guix/guix#899
Following the recommendations from "command line instructions" on: guix/guix#885
graves@precision ~/projects/src/guix-main$ git fetch -u origin +refs/pull/885/head:madage/gnu: mullvadbrowser: Update to 14.5.4 [security-fixes].
fatal : spécificateur de réference invalide : '+refs/pull/885/head:madage/gnu:'
Even with proper quotes :
graves@precision ~/projects/src/guix-main$ git fetch -u origin "+refs/pull/885/head:madage/gnu: mullvadbrowser: Update to 14.5.4 [security-fixes]."
fatal : spécificateur de réference invalide : '+refs/pull/885/head:madage/gnu: mullvadbrowser: Update to 14.5.4 [security-fixes].'
Does that mean that spaces in the agit workflow break the fetching functionality?
I feel either it should fail when users try to upload a branch with spaces, or codeberg should support this usecase.
Big thanks for everything ! This is a copy of https://codeberg.org/guix/guix/issues/899
Following the recommendations from "command line instructions" on: https://codeberg.org/guix/guix/pulls/885
```
graves@precision ~/projects/src/guix-main$ git fetch -u origin +refs/pull/885/head:madage/gnu: mullvadbrowser: Update to 14.5.4 [security-fixes].
fatal : spécificateur de réference invalide : '+refs/pull/885/head:madage/gnu:'
```
Even with proper quotes :
```
graves@precision ~/projects/src/guix-main$ git fetch -u origin "+refs/pull/885/head:madage/gnu: mullvadbrowser: Update to 14.5.4 [security-fixes]."
fatal : spécificateur de réference invalide : '+refs/pull/885/head:madage/gnu: mullvadbrowser: Update to 14.5.4 [security-fixes].'
```
Does that mean that spaces in the agit workflow break the fetching functionality?
I feel either it should fail when users try to upload a branch with spaces, or codeberg should support this usecase.