aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* all: simplificationferhat elmas2017-11-2915-71/+29
* dotgit: add CheckAndSetReference testsJeremy Stribling2017-11-281-0/+4
* Use optionally locking when updating refsTaru Karttunen2017-11-271-0/+1
* plumbing/transport: Fix truncated comment in EndpointOri Rawlings2017-11-271-1/+1
* all: fixes for ineffective assignferhat elmas2017-11-261-0/+1
* plumbing: object/{commit,tag}, encode method with sig optionalSunny2017-11-242-11/+14
* plumbing: object/tag, add signature verificationSunny2017-11-242-0/+94
* plumbing: object/tag, add PGPSignature supportSunny2017-11-242-1/+69
* Close http.Body reader when neededAntonio Jesus Navarro Perez2017-11-241-1/+3
* test: plumbing/object fix Commit.Verify testSunny2017-11-241-2/+3
* Merge pull request #653 from darkowlzz/verify-commitMáximo Cuadros2017-11-242-0/+95
|\
| * test: plumbing.object, add test for Commit.VerifySunny2017-11-231-0/+65
| * plumbing: object, add Commit.Verify methodSunny2017-11-231-0/+30
* | update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-2332-42/+37
* | plumbing/object: add test for finding tree entryferhat elmas2017-11-221-0/+37
* | plumbing/object: do not eat error on tree decodeferhat elmas2017-11-211-2/+2
|/
* transport: made public all the fields and standardize AuthMethodMáximo Cuadros2017-11-215-55/+59
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-2122-101/+82
* transport: converts Endpoint interface into a structMáximo Cuadros2017-11-212-167/+195
* transport: git and http, full mocked testsMáximo Cuadros2017-11-202-8/+7
* transport: git and http, full mocked testsMáximo Cuadros2017-11-206-243/+211
* transport: ssh, mocked SSH server, fixes #332Máximo Cuadros2017-11-201-16/+108
* transport: ssh, fixes override HostKeyCallback from DefaultClientMáximo Cuadros2017-11-202-4/+2
* Merge pull request #647 from ferhatelmas/typo-fixesMáximo Cuadros2017-11-207-10/+10
|\
| * examples,plumbing,utils: typo fixesferhat elmas2017-11-207-10/+10
* | Merge pull request #646 from mcuadros/decode-object-at-fixMáximo Cuadros2017-11-202-4/+29
|\ \ | |/ |/|
| * format: packfile fix DecodeObjectAt when Decoder has typeMáximo Cuadros2017-11-192-4/+29
* | Merge pull request #534 from josharian/firstparentMáximo Cuadros2017-11-202-0/+24
|\ \
| * | plumbing: object, commit.Parent() methodMáximo Cuadros2017-11-202-6/+19
| * | plumbing/object: add Commit.FirstParentJosh Bleecher Snyder2017-08-031-0/+11
* | | transport: http, fixes random failing test, #644Máximo Cuadros2017-11-201-60/+52
| |/ |/|
* | Merge pull request #613 from darkowlzz/482-commit-statsMáximo Cuadros2017-11-083-0/+167
|\ \
| * | Add Stats() to Patch and fix diffstat outputSunny2017-11-023-53/+130
| * | Add Stats() to CommitSunny2017-11-022-0/+90
* | | Updating reference to the git object modelAntonio Troina2017-11-071-1/+1
|/ /
* | Merge pull request #631 from keybase/strib/use-bytes-pool-for-diffsMáximo Cuadros2017-10-311-4/+13
|\ \
| * | packfile: use buffer pool for diffsJeremy Stribling2017-10-301-4/+13
* | | packfile: delete index maps from memory when no longer neededJeremy Stribling2017-10-301-0/+6
|/ /
* | Add support for signed commits (#616)Sunny2017-10-292-0/+69
* | packp/capability: Skip argument validations for unknown capabilitiesOri Rawlings2017-10-233-11/+36
* | Fixed SCP regexJ. Fernando Sánchez2017-09-282-2/+2
* | Adds port to SCP EndpointsJ. Fernando Sánchez2017-09-282-3/+23
* | revlist: do not revisit ancestors as long as all branches are visitedMiguel Molina2017-09-122-3/+84
* | Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-masterMáximo Cuadros2017-09-123-11/+41
|\ \
| * | plumbing: the commit walker can skip externally-seen commitsJeremy Stribling2017-09-093-11/+41
* | | config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-117-39/+92
|/ /
* | revert: revlist: do not revisit already visited ancestorsMiguel Molina2017-09-081-17/+3
* | plumbing/index: fix TestEncode in go 1.9Máximo Cuadros2017-09-071-1/+2
* | packfile: small optimizations for findMatch and matchLengthMiguel Molina2017-09-072-16/+38
* | packfile: parallelize deltification of objects in groupsMiguel Molina2017-09-072-21/+31