| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Support for repacking objects | Taru Karttunen | 2017-11-29 | 2 | -0/+9 |
* | | Address CI and move code around | Taru Karttunen | 2017-11-29 | 1 | -2/+4 |
* | | First pass of prune design | Taru Karttunen | 2017-11-29 | 2 | -0/+27 |
* | | filesystem: implement PackRefs() | Jeremy Stribling | 2017-11-29 | 1 | -0/+2 |
|/ |
|
* | all: simplification | ferhat elmas | 2017-11-29 | 15 | -71/+29 |
* | dotgit: add CheckAndSetReference tests | Jeremy Stribling | 2017-11-28 | 1 | -0/+4 |
* | Use optionally locking when updating refs | Taru Karttunen | 2017-11-27 | 1 | -0/+1 |
* | plumbing/transport: Fix truncated comment in Endpoint | Ori Rawlings | 2017-11-27 | 1 | -1/+1 |
* | all: fixes for ineffective assign | ferhat elmas | 2017-11-26 | 1 | -0/+1 |
* | plumbing: object/{commit,tag}, encode method with sig optional | Sunny | 2017-11-24 | 2 | -11/+14 |
* | plumbing: object/tag, add signature verification | Sunny | 2017-11-24 | 2 | -0/+94 |
* | plumbing: object/tag, add PGPSignature support | Sunny | 2017-11-24 | 2 | -1/+69 |
* | Close http.Body reader when needed | Antonio Jesus Navarro Perez | 2017-11-24 | 1 | -1/+3 |
* | test: plumbing/object fix Commit.Verify test | Sunny | 2017-11-24 | 1 | -2/+3 |
* | Merge pull request #653 from darkowlzz/verify-commit | Máximo Cuadros | 2017-11-24 | 2 | -0/+95 |
|\ |
|
| * | test: plumbing.object, add test for Commit.Verify | Sunny | 2017-11-23 | 1 | -0/+65 |
| * | plumbing: object, add Commit.Verify method | Sunny | 2017-11-23 | 1 | -0/+30 |
* | | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 32 | -42/+37 |
* | | plumbing/object: add test for finding tree entry | ferhat elmas | 2017-11-22 | 1 | -0/+37 |
* | | plumbing/object: do not eat error on tree decode | ferhat elmas | 2017-11-21 | 1 | -2/+2 |
|/ |
|
* | transport: made public all the fields and standardize AuthMethod | Máximo Cuadros | 2017-11-21 | 5 | -55/+59 |
* | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 22 | -101/+82 |
* | transport: converts Endpoint interface into a struct | Máximo Cuadros | 2017-11-21 | 2 | -167/+195 |
* | transport: git and http, full mocked tests | Máximo Cuadros | 2017-11-20 | 2 | -8/+7 |
* | transport: git and http, full mocked tests | Máximo Cuadros | 2017-11-20 | 6 | -243/+211 |
* | transport: ssh, mocked SSH server, fixes #332 | Máximo Cuadros | 2017-11-20 | 1 | -16/+108 |
* | transport: ssh, fixes override HostKeyCallback from DefaultClient | Máximo Cuadros | 2017-11-20 | 2 | -4/+2 |
* | Merge pull request #647 from ferhatelmas/typo-fixes | Máximo Cuadros | 2017-11-20 | 7 | -10/+10 |
|\ |
|
| * | examples,plumbing,utils: typo fixes | ferhat elmas | 2017-11-20 | 7 | -10/+10 |
* | | Merge pull request #646 from mcuadros/decode-object-at-fix | Máximo Cuadros | 2017-11-20 | 2 | -4/+29 |
|\ \
| |/
|/| |
|
| * | format: packfile fix DecodeObjectAt when Decoder has type | Máximo Cuadros | 2017-11-19 | 2 | -4/+29 |
* | | Merge pull request #534 from josharian/firstparent | Máximo Cuadros | 2017-11-20 | 2 | -0/+24 |
|\ \ |
|
| * | | plumbing: object, commit.Parent() method | Máximo Cuadros | 2017-11-20 | 2 | -6/+19 |
| * | | plumbing/object: add Commit.FirstParent | Josh Bleecher Snyder | 2017-08-03 | 1 | -0/+11 |
* | | | transport: http, fixes random failing test, #644 | Máximo Cuadros | 2017-11-20 | 1 | -60/+52 |
| |/
|/| |
|
* | | Merge pull request #613 from darkowlzz/482-commit-stats | Máximo Cuadros | 2017-11-08 | 3 | -0/+167 |
|\ \ |
|
| * | | Add Stats() to Patch and fix diffstat output | Sunny | 2017-11-02 | 3 | -53/+130 |
| * | | Add Stats() to Commit | Sunny | 2017-11-02 | 2 | -0/+90 |
* | | | Updating reference to the git object model | Antonio Troina | 2017-11-07 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #631 from keybase/strib/use-bytes-pool-for-diffs | Máximo Cuadros | 2017-10-31 | 1 | -4/+13 |
|\ \ |
|
| * | | packfile: use buffer pool for diffs | Jeremy Stribling | 2017-10-30 | 1 | -4/+13 |
* | | | packfile: delete index maps from memory when no longer needed | Jeremy Stribling | 2017-10-30 | 1 | -0/+6 |
|/ / |
|
* | | Add support for signed commits (#616) | Sunny | 2017-10-29 | 2 | -0/+69 |
* | | packp/capability: Skip argument validations for unknown capabilities | Ori Rawlings | 2017-10-23 | 3 | -11/+36 |
* | | Fixed SCP regex | J. Fernando Sánchez | 2017-09-28 | 2 | -2/+2 |
* | | Adds port to SCP Endpoints | J. Fernando Sánchez | 2017-09-28 | 2 | -3/+23 |
* | | revlist: do not revisit ancestors as long as all branches are visited | Miguel Molina | 2017-09-12 | 2 | -3/+84 |
* | | Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-master | Máximo Cuadros | 2017-09-12 | 3 | -11/+41 |
|\ \ |
|
| * | | plumbing: the commit walker can skip externally-seen commits | Jeremy Stribling | 2017-09-09 | 3 | -11/+41 |
* | | | config: support a configurable, and turn-off-able, pack.window | Jeremy Stribling | 2017-09-11 | 7 | -39/+92 |
|/ / |
|