You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have core.editor set to flatpak run --file-forwarding re.sonny.Commit @@ - this opens Commit in a new window, and it doesn't need to be installed on the host. This works fine for git commit, but lab parses the arguments after flatpak as one big argument:
error: 'run --file-forwarding re.sonny.Commit @@' is not a flatpak command. Did you mean 'build-commit-from'?
See 'flatpak --help'
2021/10/04 17:43:47 mr_create.go:180: /home/chris/Projects/lab/cmd/mr_create.go:179 exit status 1
The text was updated successfully, but these errors were encountered:
I have
core.editor
set toflatpak run --file-forwarding re.sonny.Commit @@
- this opens Commit in a new window, and it doesn't need to be installed on the host. This works fine forgit commit
, butlab
parses the arguments afterflatpak
as one big argument:The text was updated successfully, but these errors were encountered: