[Asterisk-code-review] digium git: Add additional capabilities for manipulating bra... (repotools[master])

Matt Jordan asteriskteam at digium.com
Tue May 19 21:00:12 CDT 2015


Hello Kevin Harwell,

I'd like you to reexamine a change.  Please visit

    https://gerrit.asterisk.org/381

to look at the new patch set (#4).

Change subject: digium_git: Add additional capabilities for manipulating branches/tags
......................................................................

digium_git: Add additional capabilities for manipulating branches/tags

This patch adds the following:

* The ability to specify which branch should be tracked when checking out and
  creating a remote branch. This is needed anytime we don't want to track
  master in the newly created remote branch.

* The ability to checkout a local branch or tag. When a remote branch already
  exists, we don't want to create it again.

* The ability to check if a remote branch exists. This prevents errors,
  and lets scripts pick whether they want to create a remote branch or a
  local branch.

* The ability to commit local changes, and push them to the 'origin'
  remote. This includes both tags and branches.

REP-15

Change-Id: I2d13af5a8201d349b37f64f9855e45b70309aa95
---
M digium_git.py
1 file changed, 106 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/81/381/4
-- 
To view, visit https://gerrit.asterisk.org/381
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2d13af5a8201d349b37f64f9855e45b70309aa95
Gerrit-PatchSet: 4
Gerrit-Project: repotools
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Samuel Galarneau <sgalarneau at digium.com>



More information about the asterisk-code-review mailing list