fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-dev/+/31101 )
Change subject: gits: fix alias 're' of 'rebase' doing nothing
......................................................................
gits: fix alias 're' of 'rebase' doing nothing
Change-Id: Ib861155ee988503ee142c97fac531770700761db
---
M src/gits
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/01/31101/1
diff --git a/src/gits b/src/gits
index 735dc4e..de2fe88 100755
--- a/src/gits
+++ b/src/gits
@@ -465,7 +465,7 @@
print_status()
elif args.action in ['fetch', 'f']:
cmd_do(['fetch'] + args.remainder)
- elif args.action in ['rebase', 'r']:
+ elif args.action in ['rebase', 'r', 're']:
cmd_rebase()
elif args.action == 'sh':
cmd_sh(args.remainder)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/31101
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Ib861155ee988503ee142c97fac531770700761db
Gerrit-Change-Number: 31101
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange