Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | dotgit: remove loose ref AND packed ref, if both exist | Jeremy Stribling | 2017-11-27 | 1 | -3/+28 | |
|/ / / | | | | | | | | | | Issue: KBFS-2509 | |||||
| * | | remote: add test for non-force, fast-forward fetching | Jeremy Stribling | 2017-11-27 | 1 | -0/+42 | |
| | | | ||||||
| * | | Fetch - honor per refspec force flag | Taru Karttunen | 2017-11-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Document Lock+Close usage | Taru Karttunen | 2017-11-27 | 1 | -0/+4 | |
| | | | ||||||
| * | | Use optionally locking when updating refs | Taru Karttunen | 2017-11-27 | 7 | -18/+87 | |
| | | | ||||||
| * | | Support non-force fetches | Nick Thomas | 2017-11-27 | 3 | -2/+33 | |
|/ / | ||||||
* | | Merge pull request #664 from orirawlings/fixTruncatedDoc | Máximo Cuadros | 2017-11-27 | 1 | -1/+1 | |
|\ \ | | | | | | | plumbing/transport: Fix truncated comment in Endpoint | |||||
| * | | plumbing/transport: Fix truncated comment in Endpoint | Ori Rawlings | 2017-11-27 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #661 from ferhatelmas/ineffassign | Máximo Cuadros | 2017-11-27 | 8 | -2/+23 | |
|\ \ | | | | | | | all: fixes for ineffective assign | |||||
| * | | all: fixes for ineffective assign | ferhat elmas | 2017-11-26 | 8 | -2/+23 | |
|/ / | ||||||
* | | Merge pull request #659 from ferhatelmas/verify-commit-compat-doc | Ori Rawlings | 2017-11-24 | 1 | -2/+2 | |
|\ \ | | | | | | | doc: Update compatibility for commit/tag verify | |||||
| * | | doc: Update compatibility for commit/tag verify | ferhat elmas | 2017-11-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | For #653 and #658 | |||||
* | | | Merge pull request #658 from darkowlzz/tag_sign_and_verify | Ori Rawlings | 2017-11-24 | 3 | -7/+172 | |
|\ \ \ | |/ / |/| | | plumbing: object/tag, add signature and verification support | |||||
| * | | plumbing: object/{commit,tag}, encode method with sig optional | Sunny | 2017-11-24 | 2 | -11/+14 | |
| | | | | | | | | | | | | | | | Adds Commit.encode() and Tag.encode() with optional `includeSig` parameter to include or exclude signature from the encoded object. | |||||
| * | | 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 | |
|/ / | ||||||
* | | Merge pull request #657 from ajnavarro/fix/close-http-response | Máximo Cuadros | 2017-11-24 | 1 | -1/+3 | |
|\ \ | | | | | | | plumbing: transport/http, Close http.Body reader when needed | |||||
| * | | Close http.Body reader when needed | Antonio Jesus Navarro Perez | 2017-11-24 | 1 | -1/+3 | |
|/ / | | | | | | | If we don't do that, all the goroutines opened by the Body Reader are never closed, causing a 'fatal: morestack on g0' error. | |||||
* | | Merge pull request #656 from darkowlzz/debug-commit-verify | Máximo Cuadros | 2017-11-24 | 1 | -2/+3 | |
|\ \ | | | | | | | plumbing: object, fix Commit.Verify test | |||||
| * | | test: plumbing/object fix Commit.Verify test | Sunny | 2017-11-24 | 1 | -2/+3 | |
|/ / | | | | | | | | | Test was failing because of the relative time zone attached to the commit. Adding a fixed location to the time fixes the issue. | |||||
* | | Merge pull request #653 from darkowlzz/verify-commit | Máximo Cuadros | 2017-11-24 | 2 | -0/+95 | |
|\ \ | | | | | | | plumbing: object, new Commit.Verify method | |||||
| * | | 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 | |
| | | | | | | | | | | | | | | | Commit.Verify() performs PGP verification of a signed commit given an armored keyring. | |||||
* | | | Merge pull request #655 from mcuadros/billy.v4 | Máximo Cuadros | 2017-11-24 | 57 | -89/+84 | |
|\ \ \ | | | | | | | | | *: update to go-billy.v4 and go-git-fixtures.v3 | |||||
| * | | | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 57 | -89/+84 | |
|/ / / | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | | Merge pull request #652 from ferhatelmas/err-return-on-tree-decode | Ori Rawlings | 2017-11-22 | 2 | -2/+39 | |
|\ \ \ | |/ / |/| | | plumbing/object: do not eat error on tree decode | |||||
| * | | 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 | |
|/ / | ||||||
* | | Merge pull request #649 from mcuadros/auth | Máximo Cuadros | 2017-11-21 | 5 | -55/+59 | |
|\ \ | | | | | | | transport: made public all the fields and standardized AuthMethod | |||||
| * | | transport: made public all the fields and standardize AuthMethod | Máximo Cuadros | 2017-11-21 | 5 | -55/+59 | |
|/ / | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | Merge pull request #650 from mcuadros/endpoint | Máximo Cuadros | 2017-11-21 | 25 | -269/+278 | |
|\ \ | | | | | | | transport: converts Endpoint interface into a struct | |||||
| * | | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 23 | -102/+83 | |
| | | | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
| * | | transport: converts Endpoint interface into a struct | Máximo Cuadros | 2017-11-21 | 2 | -167/+195 | |
| | | | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | | Merge pull request #651 from erizocosmico/fix/remove-ref-cache | Máximo Cuadros | 2017-11-21 | 1 | -48/+29 | |
|\ \ \ | |/ / |/| | | dotgit: remove ref cache for packed refs | |||||
| * | | dotgit: remove ref cache for packed refs | Miguel Molina | 2017-11-21 | 1 | -48/+29 | |
|/ / | | | | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | |||||
* | | transport: git and http, full mocked tests | Máximo Cuadros | 2017-11-20 | 2 | -8/+7 | |
| | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | transport: git and http, full mocked tests | Máximo Cuadros | 2017-11-20 | 6 | -243/+211 | |
| | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | transport: ssh, mocked SSH server, fixes #332 | Máximo Cuadros | 2017-11-20 | 2 | -25/+108 | |
| | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | transport: ssh, fixes override HostKeyCallback from DefaultClient | Máximo Cuadros | 2017-11-20 | 2 | -4/+2 | |
| | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | Merge pull request #647 from ferhatelmas/typo-fixes | Máximo Cuadros | 2017-11-20 | 13 | -20/+20 | |
|\ \ | | | | | | | examples,plumbing,utils: typo fixes | |||||
| * | | examples,plumbing,utils: typo fixes | ferhat elmas | 2017-11-20 | 13 | -20/+20 | |
| | | | ||||||
* | | | 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 | |||||
| * | | format: packfile fix DecodeObjectAt when Decoder has type | Máximo Cuadros | 2017-11-19 | 2 | -4/+29 | |
| | | | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | | Merge pull request #640 from cesanta/fixdirsymlink | Máximo Cuadros | 2017-11-20 | 2 | -0/+40 | |
|\ \ \ | | | | | | | | | utils: merkletrie, filesystem fix symlinks to dir | |||||
| * | | | utils: merkletrie, filesystem fix symlinks to dir | Máximo Cuadros | 2017-11-20 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
| * | | | Fix support for dir symlinks | Dmitry Frank | 2017-11-10 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Merge pull request #534 from josharian/firstparent | Máximo Cuadros | 2017-11-20 | 2 | -0/+24 | |
|\ \ \ \ | | | | | | | | | | | plumbing: object, commit.Parent() method | |||||
| * | | | | plumbing: object, commit.Parent() method | Máximo Cuadros | 2017-11-20 | 2 | -6/+19 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
| * | | | | plumbing/object: add Commit.FirstParent | Josh Bleecher Snyder | 2017-08-03 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First parents are somewhat special in git. There's even a --first-parent flag to 'git log'. Add a helper method to look them up. This avoids boilerplate and spares the client from having to arrange for a handle to the Storer, which is stored in the unexported field Commit.s. | |||||
* | | | | | transport: http, fixes random failing test, #644 | Máximo Cuadros | 2017-11-20 | 1 | -60/+52 | |
| |_|/ / |/| | | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> |