aboutsummaryrefslogtreecommitdiffstats
path: root/MgaRepo/git.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert to 1.12.3 statePapoteur2016-11-051-194/+0
|
* fix 'mgarepo sync -d' for git-svn reposPer Øyvind Karlsen2016-10-041-3/+5
|
* add support for checking out branch after git-svn initPer Øyvind Karlsen2016-07-221-1/+7
|
* verify remote repository url at beginning of init()Per Øyvind Karlsen2016-07-091-0/+3
|
* add pull() functionPer Øyvind Karlsen2016-07-091-0/+5
|
* add url to VCS classPer Øyvind Karlsen2016-06-301-2/+2
|
* in stead of creating new lists for fetchcmd with revision argumentPer Øyvind Karlsen2016-06-291-1/+3
| | | | | appended for each revision, just replace last item in list with revision argument replaced with new revision
* split out repo initialization from clone() to init() and reuse update()Per Øyvind Karlsen2016-06-291-57/+41
| | | | for rest
* start on github ~bridge, so far only local git-svn repo importPer Øyvind Karlsen2016-06-291-0/+9
|
* store repo topdir in VCS classPer Øyvind Karlsen2016-06-281-2/+2
|
* check whether target path contains either of svn or git repoPer Øyvind Karlsen2016-06-031-3/+4
|
* implement optional conversion of svn author to full name & emailPer Øyvind Karlsen2016-06-031-5/+49
|
* fix incorrect naming of targetpath variablePer Øyvind Karlsen2016-06-021-1/+1
|
* fix so cloning into git repositories and updating of works targetpathPer Øyvind Karlsen2016-06-011-3/+3
| | | | specified
* make sure target path doesn't already have svn checkout before cloningPer Øyvind Karlsen2016-06-011-1/+4
| | | | into
* fix incorrectly named classPer Øyvind Karlsen2016-06-011-1/+1
|
* simplify initialization of ElementTreePer Øyvind Karlsen2016-05-311-10/+4
|
* 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