Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #259 from smola/docs | Máximo Cuadros | 2017-02-08 | 9 | -56/+110 |
|\ | | | | | Improve documentation | ||||
| * | doc: improve object.Tag godoc. | Santiago M. Mola | 2017-02-08 | 1 | -3/+7 |
| | | |||||
| * | doc: add godoc to Signature | Santiago M. Mola | 2017-02-07 | 1 | -3/+6 |
| | | |||||
| * | doc: improve godoc for WalkCommitHistory. | Santiago M. Mola | 2017-02-07 | 1 | -1/+5 |
| | | |||||
| * | doc: add object fields godoc | Santiago M. Mola | 2017-02-07 | 4 | -6/+21 |
| | | |||||
| * | doc: improve object iterators godoc. | Santiago M. Mola | 2017-02-07 | 6 | -27/+38 |
| | | |||||
| * | doc: improve docs for object package. | Santiago M. Mola | 2017-02-06 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | * add package description. * add godoc to DecodeBlob. * clarify godoc for Object and Blob. | ||||
| * | doc: improve ioutil.CheckClose doc and example, fix #246. | Santiago M. Mola | 2017-02-06 | 2 | -14/+26 |
| | | | | | | | | | | | | * Use a proper executable example, instead of one in the comment. * Improve wording of CheckClose godoc. | ||||
| * | doc: add package documentation for utils/ioutil, fix #246. | Santiago M. Mola | 2017-02-06 | 1 | -0/+1 |
| | | |||||
* | | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 20 | -834/+637 |
| | | |||||
* | | Add revision implementation (#139) | Anthony HAMON | 2017-02-06 | 8 | -0/+1546 |
| | | |||||
* | | add merkletrie iterator and its helper frame type (#252) | Alberto Cortés | 2017-02-06 | 4 | -0/+873 |
|/ | | | | | | | | * add merkletrie iterator and its helper frame type * requested changes by mcuadros * reuqested changes: smola | ||||
* | removing import enforcement | Máximo Cuadros | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Fix compile-time error on Windows (#251) | Mateusz Byczkowski | 2017-02-02 | 3 | -17/+19 |
| | | | | | | 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. | ||||
* | examples: aerospike example (#250) | Máximo Cuadros | 2017-02-02 | 3 | -2/+109 |
| | |||||
* | Update README.md | Máximo Cuadros | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | removing import rule, to try to get godoc runningv4.0.0-rc9 | Máximo Cuadros | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | fix example folder | Máximo Cuadros | 2017-02-01 | 11 | -16/+16 |
| | |||||
* | documentation changes | Máximo Cuadros | 2017-01-31 | 23 | -82/+169 |
| | |||||
* | Updated README.md (Fixes #243) | Máximo Cuadros | 2017-01-31 | 1 | -7/+33 |
| | |||||
* | fix worktree at non linux os | Máximo Cuadros | 2017-01-31 | 3 | -7/+44 |
| | |||||
* | config: RefSpec.Validate returning errors and doc (Fixes #232) | Máximo Cuadros | 2017-01-31 | 5 | -31/+56 |
| | |||||
* | skip ssh test | Máximo Cuadros | 2017-01-31 | 1 | -2/+4 |
| | |||||
* | fix travisv4.0.0-rc8 | Máximo Cuadros | 2017-01-31 | 1 | -2/+2 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 182 | -441/+441 |
| | |||||
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 30 | -341/+29 |
| | |||||
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 16 | -472/+39 |
| | |||||
* | delete old noder, create a new one in utils (#241) | Alberto Cortés | 2017-01-30 | 20 | -1004/+1466 |
| | |||||
* | Fix some typos in plumbing docs (#244) | Sergio Arbeo | 2017-01-30 | 16 | -32/+32 |
| | |||||
* | Merge pull request #229 from mcuadros/worktree | Máximo Cuadros | 2017-01-30 | 31 | -345/+1320 |
|\ | | | | | Worktree and new Repository Contructors | ||||
| * | example: using new constructors | Máximo Cuadros | 2017-01-30 | 16 | -179/+489 |
| |\ | |/ |/| | |||||
* | | Repository.Progress moved as a field in *Options (#237) | Máximo Cuadros | 2017-01-30 | 8 | -62/+87 |
| | | |||||
* | | Typo in fixtures (#240) | Sergio Arbeo | 2017-01-30 | 1 | -1/+1 |
| | | |||||
* | | Fix typos in git docs (#230) | Sergio Arbeo | 2017-01-30 | 2 | -10/+10 |
| | | |||||
* | | Fix typos in cache pkg (#235) | Sergio Arbeo | 2017-01-30 | 1 | -2/+2 |
| | | |||||
* | | Fix typos in config pkg (#233) | Sergio Arbeo | 2017-01-30 | 2 | -3/+3 |
| | | |||||
* | | config: fix TestUnmarshallMarshall test | Máximo Cuadros | 2017-01-30 | 1 | -4/+1 |
| | | |||||
* | | Merge pull request #227 from mcuadros/submodules | Máximo Cuadros | 2017-01-30 | 5 | -98/+389 |
|\ \ | | | | | | | config: marshal and unmarshal done inside of the package, and submodules config file | ||||
| * | | config: documentation improvements | Máximo Cuadros | 2017-01-30 | 4 | -34/+45 |
| | | | |||||
| * | | config: modules, marshal and unmarshal implementation | Máximo Cuadros | 2017-01-26 | 2 | -20/+160 |
| | | | |||||
| * | | config: marshal and unmarshal implementation | Máximo Cuadros | 2017-01-26 | 3 | -95/+169 |
| | | | |||||
| * | | config: git modules config | Máximo Cuadros | 2017-01-26 | 2 | -0/+66 |
| | | | |||||
| | * | test and comments improvements | Máximo Cuadros | 2017-01-30 | 3 | -5/+10 |
| | | | |||||
| | * | Worktree correct FileMode at index entries | Máximo Cuadros | 2017-01-30 | 3 | -16/+33 |
| | | | |||||
| | * | Repository.Worktree, removing custom fs | Máximo Cuadros | 2017-01-30 | 2 | -19/+6 |
| | | | |||||
| | * | Repository.Clone made private | Máximo Cuadros | 2017-01-29 | 3 | -22/+20 |
| | | | |||||
| | * | example: using new constructors | Máximo Cuadros | 2017-01-29 | 9 | -40/+73 |
| | | | |||||
| | * | worktree, status implementation | Máximo Cuadros | 2017-01-29 | 5 | -10/+380 |
| | | | |||||
| | * | storage: IndexStorer implementation | Máximo Cuadros | 2017-01-29 | 4 | -1/+55 |
| | | | |||||
| | * | object: modes in TreeEntry as os.FileMode, and not the git internal | Máximo Cuadros | 2017-01-28 | 2 | -147/+155 |
| | | |