Commit Graph

9 Commits

Author SHA1 Message Date
Unknwon 0a18ab0f2b CommitChanges: allow set both committer and author 2016-08-27 13:37:00 -07:00
Richard Mahn 0888f003de Added functions to handle checking out branches and moving files (#12)
* Adds functions to handle checking out branches and moving files

Adds support for checking out a new branch
Fix for branch pull requests

* Adds methods to get files changes between two commits
2016-06-01 01:24:11 -07:00
Adam Strzelecki d78e7eee65 Fix regression causing no submodule info
This fixes regression introduced in ebd9fb2253,
that GetSubModules was always returning empty submodule info because
c.submoduleCache != nil check was always true since parseCommitData was setting
commit.submoduleCache = newObjectCache() so it was always not-nil.

Now we initialize submoduleCache in first GetSubModules call, next call will
return cached entries.
2016-01-13 18:48:32 +01:00
Unknwon ebd9fb2253 speed up for getting a lot commits 2015-12-13 22:57:47 -05:00
Unknwon 1ffc4bc36d readboferelimit 2015-12-10 16:28:22 -05:00
Unknwon 4cc1cbbfea complete migration from gogs module 2015-12-09 20:45:25 -05:00
Unknwon de77627290 more APIs 2015-12-02 01:11:00 -05:00
Unknwon 19510da781 more helpers 2015-11-27 02:15:42 -05:00
Unknwon e97767e2eb migrate some commands 2015-11-27 00:24:02 -05:00