alanbian / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

Expand repo-level wrappers for branch management #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Christopher Tate <ctate@google.com> on Wed Apr 08 13:28:12 PDT 2009
Source: JIRA REPO-21

Because a common Android workflow involves topic branches spanning multiple
embedded git projects, it would be nice to have some repo-level facilities for
viewing and selecting among currently-started topic branches.  In particular,
it would be pretty convenient to have:

    repo checkout branchname

as an easy-to-remember, easy-to-type shortcut for 'repo forall -c git checkout
branchname'.  It would also be really nice to have repo synthesize a concise
view of all extant branches, something like

    repo branches [package1, package2, ...]

that would wrap the corresponding 'repo forall [package1, package2, ...] -c
git branch | sort -u' etc.

Original issue reported on code.google.com by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:10

GoogleCodeExporter commented 9 years ago
Update by Shawn Pearce <sop@google.com> on Fri Apr 10 13:49:36 PDT 2009

Original comment by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:11

GoogleCodeExporter commented 9 years ago
Update by Shawn Pearce <sop@google.com> on Fri Apr 10 16:05:36 PDT 2009

Original comment by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:11

GoogleCodeExporter commented 9 years ago
Comment by Shawn Pearce <sop@google.com> on Fri Apr 10 16:06:05 PDT 2009

Fixed by
  https://review.source.android.com/9493
  https://review.source.android.com/9498

Original comment by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:11

GoogleCodeExporter commented 9 years ago
Update by Shawn Pearce <sop@google.com> on Fri Apr 10 16:06:05 PDT 2009

Fixed in version 1.6.5.

Original comment by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:11