Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format/index: sort the Entries before encode | Máximo Cuadros | 2017-02-13 | 3 | -4/+28 |
* | submodule init implementation | Máximo Cuadros | 2017-02-13 | 4 | -14/+58 |
* | plumbing/object: allow TreeIter return SubModule entries | Máximo Cuadros | 2017-02-13 | 4 | -6/+65 |
* | submodule init implementation | Máximo Cuadros | 2017-02-12 | 10 | -50/+142 |
* | storage: git.Storer move to storage.Storer and module handling | Máximo Cuadros | 2017-02-12 | 6 | -4/+74 |
* | Merge pull request #263 from smola/public-storage | Máximo Cuadros | 2017-02-10 | 5 | -54/+52 |
|\ | |||||
| * | git: make Storer public in Repository. | Santiago M. Mola | 2017-02-09 | 5 | -54/+52 |
|/ | |||||
* | Merge pull request #258 from ajnavarro/fix/onf-decoder | Antonio Navarro Perez | 2017-02-09 | 3 | -10/+71 |
|\ | |||||
| * | Fix missing objects if they where deltified using ref-delta | Antonio Jesus Navarro Perez | 2017-02-07 | 3 | -10/+71 |
* | | Merge pull request #259 from smola/docs | Máximo Cuadros | 2017-02-08 | 9 | -56/+110 |
|\ \ | |||||
| * | | 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 |
| * | | doc: improve ioutil.CheckClose doc and example, fix #246. | Santiago M. Mola | 2017-02-06 | 2 | -14/+26 |
| * | | 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 |
|/ | |||||
* | 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 |
* | 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 |
|\ | |||||
| * | 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: 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 |