Change in osmo-dev[master]: shorten descriptions

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Nov 8 10:32:20 UTC 2018


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/11673


Change subject: shorten descriptions
......................................................................

shorten descriptions

Change-Id: I3705f814ad46604777507d8fa9f53f8b02f71c0a
---
M src/gits
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/73/11673/1

diff --git a/src/gits b/src/gits
index 316fd03..d5c646d 100755
--- a/src/gits
+++ b/src/gits
@@ -379,20 +379,20 @@
         help="show a branch summary and indicate modifications")
 
     fetch = sub.add_parser("fetch", aliases=["f"],
-                   help="run 'git fetch' in each clone; useful before `gits rebase`")
+                   help="run 'git fetch' in each clone (use before rebase)")
     fetch.add_argument("remainder", nargs=argparse.REMAINDER,
                help="additional arguments to be passed to git fetch")
 
     sub.add_parser("rebase", aliases=["r", "re"],
-        help="interactively ff-merge master and rebase current branches")
+        help="interactively ff-merge master, rebase current branches")
 
     sh = sub.add_parser("sh",
-        help="run arbitrary shell command in each clone (`gits sh echo hi`)")
+        help="run shell command in each clone (`gits sh echo hi`)")
     sh.add_argument("remainder", nargs=argparse.REMAINDER,
         help="command to run in each clone")
 
     do = sub.add_parser("do",
-        help="run arbitrary git command in each clone (`gits do clean -dxf`)")
+        help="run git command in each clone (`gits do clean -dxf`)")
     do.add_argument("remainder", nargs=argparse.REMAINDER,
         help="git command to run in each clone")
 

-- 
To view, visit https://gerrit.osmocom.org/11673
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3705f814ad46604777507d8fa9f53f8b02f71c0a
Gerrit-Change-Number: 11673
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181108/6dd007c2/attachment.htm>


More information about the gerrit-log mailing list