Tor Arne Vestbø
Tor Arne Vestbø
``` ❯ git show commit d0d4fb8105b557d2b2c710a2f01bdd2f22b99331 (HEAD -> dev) Author: Tor Arne Vestbø Date: Thu Oct 30 17:56:06 2025 +0100 Test manual push Change-Id: Ie7934d186a9c0e02bf16ccbcccfbe4844c22fef9 config_help.txt:1: Usage: configure [options] [--...
Confirmed that pushing without private works:
Filed https://github.com/gitbutlerapp/gitbutler/issues/10908 for the gerrit URL detection (using push, not fetch).
Does the sync handle upstream changes in the Gerrit remote? Ie someone editing a commit message or the change/files itself, creating another patch-set? I guess in that case the local...
What determines whether the Gerrit push UI is shown? If I set `gitbutler.gerritMode true` in my global `.gitconfig`, GB correctly pushes to `refs/for`, and shows the CR label: But doesn't...
> Does the sync handle upstream changes in the Gerrit remote? Ie someone editing a commit message or the change/files itself, creating another patch-set? I guess in that case the...
Here's another weird one: I pushed two commits in a virtual branch, and only the last one got a CR label, although both were pushed to Gerrit:
Small issue with how the Change-Id footer is added: https://codereview.qt-project.org/c/qt/qtbase/+/688097/1//COMMIT_MSG It doesn't take into account existing footers, always adding a newline. Would be nice if it detected that there's a...
> Here's another weird one: I pushed two commits in a virtual branch, and only the last one got a CR label, although both were pushed to Gerrit: > >...
Missing docs for new wait command, will add after initial feature review