]> xenbits.xensource.com Git - people/gdunlap/xsatool.git/commit
Implement 'repo update'
authorGeorge Dunlap <george.dunlap@citrix.com>
Wed, 7 Jun 2017 14:07:49 +0000 (15:07 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Wed, 7 Jun 2017 14:07:49 +0000 (15:07 +0100)
commit52c82ae213e4430ebaa8ea8873a7443350cdba3c
tree50f0254b306cf9d0d30f01d3542dc579f32e1f08
parenta7ff8f28cb09c03e917b22d244ade24f7b5d3f52
Implement 'repo update'

Implement Repo.Branches() with a pattern.  Add code to handle empty
output and 'stray' values.

Implement MainRepoUpdate, which will call 'git fetch' and 'git merge'
on master and stable-* branches.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
git.go
main.go
repo.go