[Libreoffice-commits] core.git: logerrit
Ilmari Lauhakangas (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 1 14:39:52 UTC 2021
logerrit | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
New commits:
commit 1add28ba7eed357e47394bfe31f08b25e7fae01d
Author: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
AuthorDate: Wed May 26 17:26:52 2021 +0300
Commit: Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Jun 1 16:39:03 2021 +0200
logerrit: drop some subcommands in favour of Gerrit defaults
submit-wip and submit-private don't really add value
Change-Id: I4e30b213f5d6317538aad73fcb68e14e7cbb5032
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116198
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>
diff --git a/logerrit b/logerrit
index cfba094ac8d0..9c5999aa890b 100755
--- a/logerrit
+++ b/logerrit
@@ -59,8 +59,8 @@ case "$1" in
echo
echo " --- for submitters:"
echo " submit [BRANCH] submit your change for review"
- echo " submit-private [BRANCH] submit your change as private"
- echo " submit-wip [BRANCH] submit your change as work-in-progress"
+ echo " submit [BRANCH]%private submit your change as private"
+ echo " submit [BRANCH]%wip submit your change as work-in-progress"
echo " nextchange [BRANCH] reset branch to the remote to start with the next change"
echo " testfeature [BRANCH] [CHANGEID]"
echo " trigger a test of a feature branch on gerrit"
@@ -159,16 +159,6 @@ case "$1" in
submit)
submit "$2"
;;
- submit-private)
- submit "$2" '%private'
- ;;
- submit-wip)
- submit "$2" '%wip'
- ;;
- submit-draft)
- echo "Please use submit-private instead of submit-draft."
- exit 1
- ;;
nextchange)
if test -n "$(git status -s -uno)"
then
More information about the Libreoffice-commits
mailing list