aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* plumbing: gitignore, upgrade to go-billy.v3 and test with gocheckMáximo Cuadros2017-06-194-218/+199
* Merge pull request #429 from silvertern/gitignoreMáximo Cuadros2017-06-197-0/+676
|\
| * Adds gitignore supportOleg Sklyar2017-06-197-0/+676
* | *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-187-27/+26
* | Merge pull request #421 from smola/iter-namingMáximo Cuadros2017-06-143-7/+7
|\ \
| * | fix naming of NewCommit{Pre,Post}IteratorSantiago M. Mola2017-06-133-7/+7
| |/
* | Merge pull request #422 from smola/gofmtMáximo Cuadros2017-06-133-3/+5
|\ \
| * | fix gofmtSantiago M. Mola2017-06-133-3/+5
| |/
* | transport/internal: remove Wait function, use Close directlySantiago M. Mola2017-06-134-32/+19
* | fix ReceivePackSuite.TestSendPackAddDeleteReferenceSantiago M. Mola2017-06-131-2/+4
* | plumbing/transport: detect "access denied error"Santiago M. Mola2017-06-131-5/+10
* | transport/git: add git-receive-pack testsSantiago M. Mola2017-06-131-0/+140
* | plumbing/transport: detect git protocol "no such repository" errorSantiago M. Mola2017-06-131-0/+5
* | transport/git: ensure port is added to host parameterSantiago M. Mola2017-06-131-1/+6
* | ensure receive-pack session is closed on push.Santiago M. Mola2017-06-131-1/+5
|/
* Merge pull request #409 from smola/dirty-plainopenSantiago M. Mola2017-06-051-0/+8
|\
| * storage/filesystem: call initialization explicitely, fixes #408Santiago M. Mola2017-06-011-0/+8
* | Merge pull request #411 from src-d/fix/delta-copy-operationsSantiago M. Mola2017-06-022-1/+35
|\ \ | |/ |/|
| * packfile: A copy operation cannot be bigger than 64kbAntonio Jesus Navarro Perez2017-06-012-1/+35
* | Use xanzy/ssh-agent to create the ssh agent correctly based on os.Ethan Young2017-06-012-14/+15
|/
* format/packfile: improve binary delta algorithmAntonio Jesus Navarro Perez2017-05-242-441/+94
* format/diff: unified diff encoder and public APIAntonio Jesus Navarro Perez2017-05-2310-0/+1558
* worktree: Remove and Move methodsMáximo Cuadros2017-05-212-0/+29
* transport/server: use Endpoint string representation as a map key.Antonio Jesus Navarro Perez2017-05-163-4/+20
* format/packfile: fix bug when the delta depth is equals to 50Antonio Jesus Navarro Perez2017-05-082-0/+10
* worktree: Commit, tests improvementsMáximo Cuadros2017-05-041-2/+2
* Merge branch 'master' of github.com:src-d/go-git into commitMáximo Cuadros2017-05-0415-83/+288
|\
| * Merge pull request #368 from smola/windows-pathMáximo Cuadros2017-05-047-25/+91
| |\
| | * do not convert local paths to URLSantiago M. Mola2017-04-287-25/+91
| * | Merge pull request #364 from mcuadros/index-pointerMáximo Cuadros2017-05-045-11/+11
| |\ \ | | |/ | |/|
| * | transport: make Endpoint an interface, fixes #362Santiago M. Mola2017-04-2710-60/+199
* | | plumbing: MemoryObject.Writer tracks his own sizeMáximo Cuadros2017-05-045-30/+37
* | | plumbing: object.Tree making public `tree` and `parents`Máximo Cuadros2017-05-012-17/+19
| |/ |/|
* | plumbing: index, Entries converted in a slice of pointersMáximo Cuadros2017-04-265-11/+11
|/
* Merge pull request #360 from smola/go-vetMáximo Cuadros2017-04-266-15/+15
|\
| * object: avoid unreachable codeSantiago M. Mola2017-04-261-4/+1
| * format/packfile: rename Seek to SeekFromStartSantiago M. Mola2017-04-263-6/+8
| * fix format string issues as found by go vetSantiago M. Mola2017-04-262-5/+6
* | plumbing: transport, ssh fix public key builderMáximo Cuadros2017-04-261-1/+1
* | Merge pull request #356 from mcuadros/ssh-default-authMáximo Cuadros2017-04-262-5/+22
|\ \ | |/ |/|
| * transport: ssh, travis testsMáximo Cuadros2017-04-211-4/+15
| * transport: ssh, new DefaultAuthBuilder variableMáximo Cuadros2017-04-211-1/+7
* | transport: ssh, NewPublicKeys support for encrypted PEM filesMáximo Cuadros2017-04-212-9/+35
|/
* transport: ssh, NewPublicKeys helperMáximo Cuadros2017-04-212-23/+68
* Merge pull request #346 from mcuadros/ssh-known-hostsMáximo Cuadros2017-04-173-2/+93
|\
| * transport: ssh, fork knownhosts package (temporal)Máximo Cuadros2017-04-171-1/+1
| * transport: ssh, default HostKeyCallbackMáximo Cuadros2017-04-163-2/+93
* | format: index, Index.Entry methodMáximo Cuadros2017-04-132-5/+39
|/
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-122-13/+16
* merkletrie: filesystem and index speedup and documentationMáximo Cuadros2017-04-111-18/+11