aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/git.py
Commit message (Collapse)AuthorAgeFilesLines
* fix downloading of sources from binrepo for gitPer Øyvind Karlsen2016-05-291-7/+7
|
* implement git specific implementations of info() & status()Per Øyvind Karlsen2016-05-291-13/+37
|
* - don't clone all branches from svnPer Øyvind Karlsen2016-05-291-7/+67
| | | | | | - make sure to get all revisions when cloning - further adaptions to make tool more revision control agnostic - implement support for 'mgarepo up' for git-svn as well
* increase log window size to 1000 to speed up checkoutsPer Øyvind Karlsen2016-05-291-1/+1
|
* - do not use shell for running external programsPer Øyvind Karlsen2016-05-281-0/+57
- add suport for (quick) git-svn cloning of package repositories