aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | config: modules, marshal and unmarshal implementationMáximo Cuadros2017-01-262-20/+160
| * | config: marshal and unmarshal implementationMáximo Cuadros2017-01-263-95/+169
| * | config: git modules configMáximo Cuadros2017-01-262-0/+66
| | * test and comments improvementsMáximo Cuadros2017-01-303-5/+10
| | * Worktree correct FileMode at index entriesMáximo Cuadros2017-01-303-16/+33
| | * Repository.Worktree, removing custom fsMáximo Cuadros2017-01-302-19/+6
| | * Repository.Clone made privateMáximo Cuadros2017-01-293-22/+20
| | * example: using new constructorsMáximo Cuadros2017-01-299-40/+73
| | * worktree, status implementationMáximo Cuadros2017-01-295-10/+380
| | * storage: IndexStorer implementationMáximo Cuadros2017-01-294-1/+55
| | * object: modes in TreeEntry as os.FileMode, and not the git internalMáximo Cuadros2017-01-282-147/+155
| | * format/index: keep time.Time as zero, when decoded value is 0Máximo Cuadros2017-01-282-6/+12
| | * storage: IndexStorer implementationMáximo Cuadros2017-01-286-10/+88
| | * new repository constructors and worktreeMáximo Cuadros2017-01-288-113/+535
| |/ |/|
* | adds Tree method to Tree (#224)Alberto Cortés2017-01-262-5/+57
|/
* packfile: cache undeltified objects to improve decode performance (#218)Antonio Navarro Perez2017-01-255-8/+248
* transport/http: fix partial request with haves. Fix #216. (#221)Antonio Navarro Perez2017-01-257-8/+32
* fixtures: support more than one source folder (fix #217) (#219)Antonio Navarro Perez2017-01-231-7/+18
* fixtures: initialize fixtures into separated methods (#214)v4.0.0-rc7Antonio Navarro Perez2017-01-191-5/+19
* blame: make line and its members public so they can be actually used (#213)Alberto Cortés2017-01-192-14/+15
* test: restore default protocol. (#215)Santiago M. Mola2017-01-181-3/+15
* transport: remove SetAuth, fixes #206 (#210)Anthony Weems2017-01-1722-127/+116
* repository: fix pull when fetch returns up-to-date (#207)Máximo Cuadros2017-01-162-26/+93
* fixtures: new fixture with multiple root commits (#212)Antonio Navarro Perez2017-01-161-0/+7
* remote: fix empty-git-upload-pack error in fetch, when the reference points t...Máximo Cuadros2017-01-122-3/+15
* packfile/decoder: speed up packfile iterator when specific type (#200)Antonio Navarro Perez2017-01-124-28/+204
* packfile/scanner: reset zlib reader instead of new one (#201)Antonio Navarro Perez2017-01-121-5/+20
* doc: clarify return values of Pull/Fetch. (#205)Santiago M. Mola2017-01-122-1/+7
* plumbing: fix signature with `>` before `<` parsing (#204)Máximo Cuadros2017-01-092-2/+16
* server: add git server implementation (#190)Santiago M. Mola2017-01-0443-308/+1641
* remote: add Push (#178)Santiago M. Mola2016-12-1912-33/+565
* fix typo in docs for plumbing/difftree/internal/merkletrie/iter.go (#192)Miguel Molina2016-12-191-1/+1
* fix plumbing/difftree package name (#191)v4.0.0-rc6Santiago M. Mola2016-12-192-2/+2
* Extract billy (#173)Sergio Arbeo2016-12-1918-1183/+46
* README and examples progressv4.0.0-rc5Máximo Cuadros2016-12-164-15/+48
* remote: make Fetch atomic. (#185)Santiago M. Mola2016-12-165-273/+283
* packfile: delta selection logic (#182)Antonio Navarro Perez2016-12-1610-112/+474
* Improve Tag test coverage. (#188)Antonio Navarro Perez2016-12-152-9/+109
* storage: shallow storage (#180)Máximo Cuadros2016-12-1511-1/+240
* transport: ssh, keeping the original path (#189)Máximo Cuadros2016-12-151-4/+1
* .travis CI with multiple git versionsMáximo Cuadros2016-12-152-5/+35
* protocol/packp: use ReferenceName type for Command.Name. (#187)Santiago M. Mola2016-12-154-24/+27
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-1464-771/+974
* packfile: improve delta copy operation encoding code (#186)Antonio Navarro Perez2016-12-141-31/+13
* format/packfile: implement delta encoding (#172)Antonio Navarro Perez2016-12-147-25/+352
* readme and log example (#181)Máximo Cuadros2016-12-132-133/+79
* transport/git: fix pktline encode and timeoutMáximo Cuadros2016-12-121-8/+3
* plumbing/transport/git: fix import (#179)Santiago M. Mola2016-12-121-1/+1
* config: Config, bare flag (#177)Máximo Cuadros2016-12-125-16/+86
* transport: new git protocol (#175)Máximo Cuadros2016-12-1210-37/+272