Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | git: Repository methods changes | Antonio Jesus Navarro Perez | 2017-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To have a more consistent public API, we decided to rename some methods, and add others: - Commit method renamed to CommitObject - Commits method renamed to CommitObjects - Tree method renamed to TreeObject - Trees method renamed to TreeObjects - Tags method renamed to TagObjects - Tag method renamed to TagObject - Added method Tags that returns tag references - Added method Branches that returns branch references - Added method Notes that returns note references - Added BlobObject method - Added BlobObjects method Also, we added more functionality related to references: - Added iterator to iterate References with a specific filter Some notes: - #298 | |||||
* | | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 1 | -1/+1 | |
| | | ||||||
* | | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -6/+6 | |
|/ | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | |||||
* | replace os.FileMode use with filemode.FileMode | Alberto Cortés | 2017-03-01 | 1 | -25/+24 | |
| | ||||||
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -1/+0 | |
| | ||||||
* | submodule update implementation | Máximo Cuadros | 2017-02-15 | 1 | -26/+19 | |
| | ||||||
* | submodule init and update implementation | Máximo Cuadros | 2017-02-14 | 1 | -19/+60 | |
| | ||||||
* | submodule init implementation | Máximo Cuadros | 2017-02-13 | 1 | -10/+48 | |
| | ||||||
* | submodule init implementation | Máximo Cuadros | 2017-02-12 | 1 | -0/+62 | |
| | ||||||
* | git: make Storer public in Repository. | Santiago M. Mola | 2017-02-09 | 1 | -2/+2 | |
| | ||||||
* | Fix compile-time error on Windows (#251) | Mateusz Byczkowski | 2017-02-02 | 1 | -5/+3 | |
| | | | | | | syscall.Stat_t it not defined on Windows platform, and hence go-git won't compile on Windows. It's better to pass more generic output of FileInfo `Sys()` (of type interface{}) to `fillSystemInfo` and handle type assertion separately for each platform. | |||||
* | fix worktree at non linux os | Máximo Cuadros | 2017-01-31 | 1 | -7/+4 | |
| | ||||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -3/+3 | |
| | ||||||
* | Worktree correct FileMode at index entries | Máximo Cuadros | 2017-01-30 | 1 | -2/+19 | |
| | ||||||
* | worktree, status implementation | Máximo Cuadros | 2017-01-29 | 1 | -4/+249 | |
| | ||||||
* | new repository constructors and worktree | Máximo Cuadros | 2017-01-28 | 1 | -0/+49 | |