#1098243 git-buildpackage: does a push --all not useful?

#1098243#5
Date:
2025-02-18 09:38:34 UTC
From:
To:
Dear Maintainer,

The option --all is available for some commands (clone, pull) but not for push.
To me it seems that 'gbp push' is not equivalent to 'git push --all', mainly
when
a clone does not show the pristine-tar branch at first and some updates are
done on this branch.

I faced something like:

$ gbp clone git@salsa.debian.org:Peutch-guest/tworld.git
$ git branch
* master
  upstream
$ git pristine-tar commit ../tworld_2.3.0.orig.tar.gz
$ gbp push

and the pristine-tar commit was not pushed until a 'git push --all'.

Regards,
Patrice