Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #994 from epiclabs-io/fix-thin-pack | Máximo Cuadros | 2018-11-16 | 2 | -47/+95 |
|\ | | | | | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 | ||||
| * | plumbing/format/packfile: Added thin pack test | Javier Peletier | 2018-11-12 | 1 | -0/+50 |
| | | | | | | | | Signed-off-by: Javier Peletier <jm@epiclabs.io> | ||||
| * | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 | Javier Peletier | 2018-10-23 | 1 | -47/+45 |
| | | | | | | | | Signed-off-by: Javier Peletier <jm@epiclabs.io> | ||||
* | | Remove unused method (#1022) | Antonio Navarro Perez | 2018-11-16 | 1 | -56/+0 |
| | | | | | | Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com> | ||||
* | | Merge pull request #1015 from fkorotkov/fedor/fix-tag-clonning | Máximo Cuadros | 2018-11-07 | 2 | -15/+45 |
|\ \ | | | | | | | repository: Fix RefSpec for a single tag. | ||||
| * | | repository: Fix RefSpec for a single tag. Fixes #960 | Fedor Korotkov | 2018-11-07 | 2 | -15/+45 |
| | | | | | | | | | | | | Signed-off-by: Fedor Korotkov <fedor.korotkov@gmail.com> | ||||
* | | | Merge pull request #1013 from mccurdyc/mccurdyc/Issue#969/fix-flaky-ssh-test | Máximo Cuadros | 2018-11-05 | 1 | -3/+11 |
|\ \ \ | |/ / |/| | | plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 | ||||
| * | | Merge branch 'master' of github.com:src-d/go-git into ↵ | Colton McCurdy | 2018-11-01 | 23 | -28/+421 |
| |\ \ | |/ / |/| | | | | | mccurdyc/Issue#969/fix-flaky-ssh-test | ||||
* | | | Merge pull request #1009 from smola/tokenauth-doc | Máximo Cuadros | 2018-10-31 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | http: improve TokenAuth documentation | ||||
| * | | | http: improve TokenAuth documentation | Santiago M. Mola | 2018-10-31 | 1 | -1/+8 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users are often confused with TokenAuth, since it might look that it should be used with GitHub's OAuth tokens. But that is not the case. TokenAuth implements HTTP bearer authentication. Most git servers will use HTTP basic authentication (user+passwords) even for OAuth tokens. Signed-off-by: Santiago M. Mola <santi@mola.io> | ||||
* | | | Update LICENSE | Máximo Cuadros | 2018-10-30 | 1 | -2/+2 |
| | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | | | Merge pull request #1008 from smola/clone-cleanup | Máximo Cuadros | 2018-10-30 | 2 | -6/+156 |
|\ \ \ | | | | | | | | | cleanup after failed clone | ||||
| * | | | improve cleanup implementation, add more tests | Santiago M. Mola | 2018-10-30 | 2 | -55/+109 |
| | | | | | | | | | | | | | | | | Signed-off-by: Santiago M. Mola <santi@mola.io> | ||||
| * | | | repository: added cleanup for the PlainCloneContext() | Bartek Jaroszewski | 2018-10-30 | 2 | -6/+102 |
|/ / / | | | | | | | | | | Signed-off-by: Bartek Jaroszewski <jaroszewskibartek@gmail.com> | ||||
* | | | Merge pull request #1005 from hairyhenderson/update-gcfg-1.4.0 | Máximo Cuadros | 2018-10-29 | 2 | -1/+3 |
|\ \ \ | | | | | | | | | update gcfg dependency to v1.4.0 | ||||
| * | | | update gcfg dependency to v1.4.0 | Dave Henderson | 2018-10-29 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dave Henderson <dhenderson@gmail.com> | ||||
* | | | | Merge pull request #1004 from LukaszKokot/fix/spelling-grammar-doc-example | Máximo Cuadros | 2018-10-29 | 9 | -17/+17 |
|\ \ \ \ | |/ / / |/| | | | Fix spelling and grammar in docs and example | ||||
| * | | | Fix spelling and grammar in docs and example | Lukasz Kokot | 2018-10-28 | 9 | -17/+17 |
|/ / / | | | | | | | | | | Signed-off-by: Lukasz Kokot <lukasz@kumojin.com> | ||||
* | | | Merge pull request #1001 from hairyhenderson/fix-redirect-on-clone | Máximo Cuadros | 2018-10-27 | 2 | -0/+50 |
|\ \ \ | | | | | | | | | plumbing: transport/http, Add missing host/port on redirect. Fixes #820 | ||||
| * | | | plumbing: transport/http, Add missing host/port on redirect. Fixes #820 | Dave Henderson | 2018-10-27 | 2 | -0/+50 |
|/ / / | | | | | | | | | | Signed-off-by: Dave Henderson <dhenderson@gmail.com> | ||||
* | | | Merge pull request #1000 from smola/stackoverflow-support | Máximo Cuadros | 2018-10-26 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | add StackOverflow to support channels | ||||
| * | | | add StackOverflow to support channels | Santiago M. Mola | 2018-10-26 | 1 | -1/+2 |
|/ / / | | | | | | | | | | | | | | | | | | | Since we are not redirecting users to StackOverflow for support questions, it makes sense to add it to the official support channels. Signed-off-by: Santiago M. Mola <santi@mola.io> | ||||
* | | | examples & documentation: PlainClone with Basic Authentication (Password & ↵ | Colton J. McCurdy | 2018-10-25 | 4 | -0/+128 |
| | | | | | | | | | | | | | | | Access Token) (#990) examples: PlainClone with Basic Authentication (Password & Access Token) | ||||
* | | | Merge pull request #998 from mcuadros/ref-helpers | Máximo Cuadros | 2018-10-25 | 2 | -0/+55 |
|\ \ \ | | | | | | | | | plumbing: ReferenceName constructors | ||||
| * | | | plumbing: ReferenceName constructors | Máximo Cuadros | 2018-10-24 | 2 | -0/+55 |
|/ / / | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
| * / | plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 | Colton McCurdy | 2018-11-01 | 1 | -3/+11 |
|/ / | | | | | | | Signed-off-by: Colton McCurdy <mccurdyc22@gmail.com> | ||||
* | | Merge pull request #992 from yuce/enable-openbsd-dragonfly-solaris | Máximo Cuadros | 2018-10-24 | 2 | -1/+27 |
|\ \ | | | | | | | git: enables building on OpenBSD, Dragonfly BSD and Solaris | ||||
| * | | Enables building on openbsd, dragonfly bsd and solaris | Yuce Tekol | 2018-10-23 | 2 | -1/+27 |
|/ / | | | | | | | Signed-off-by: Yuce Tekol <yucetekol@gmail.com> | ||||
* | | Merge pull request #987 from bashims/945-push-ref-deltas | Máximo Cuadros | 2018-10-17 | 2 | -2/+30 |
|\ \ | | | | | | | remote: use reference deltas on push when the remote server does not … | ||||
| * | | remote: use reference deltas on push when the remote server does not | Benjamin Ash | 2018-10-16 | 2 | -2/+30 |
| |/ | | | | | | | | | | | support offset deltas Signed-off-by: Benjamin Ash <bash@intelerad.com> | ||||
* / | Fixed a typo. (#989) | hnarasaki | 2018-10-17 | 1 | -1/+1 |
|/ | | | README: Fixed a typo. | ||||
* | Merge pull request #985 from mcuadros/checkout-docv4.7.1 | Máximo Cuadros | 2018-10-16 | 1 | -2/+3 |
|\ | | | | | repository: improve CheckoutOption.Hash doc | ||||
| * | repository: improve CheckoutOption.Hash doc | Máximo Cuadros | 2018-10-16 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | | Merge pull request #984 from mcuadros/open-bare | Máximo Cuadros | 2018-10-16 | 2 | -14/+9 |
|\ \ | | | | | | | repository: allow open non-bare repositories as bare | ||||
| * | | repository: allow open non-bare repositories as bare | Máximo Cuadros | 2018-10-15 | 2 | -14/+9 |
| | | | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | | | Merge pull request #986 from mcuadros/fix-blame | Máximo Cuadros | 2018-10-16 | 2 | -5/+42 |
|\ \ \ | | | | | | | | | blame: fix edge case with missing \n in content length causing mismatched length error | ||||
| * | | | blame: fix edge case with missing \n in content length causing mismatched ↵ | Máximo Cuadros | 2018-10-16 | 2 | -5/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | length error Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | | | | Merge pull request #982 from keybase/strib/gh-KBFS-3474-object-sizes | Máximo Cuadros | 2018-10-16 | 8 | -0/+168 |
|\ \ \ \ | |/ / / |/| | | | tree: add a Size() method for getting plaintext size | ||||
| * | | | packfile: add comment on GetSizeByOffset | Jeremy Stribling | 2018-10-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by mcuadros. Issue: src-d/go-git#982 Signed-off-by: Jeremy Stribling <strib@alum.mit.edu> | ||||
| * | | | filesystem: add a new test for EncodedObjectSize | Jeremy Stribling | 2018-10-12 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Suggested by taruti. Signed-off-by: Jeremy Stribling <strib@alum.mit.edu> | ||||
| * | | | tree: add a Size() method for getting plaintext size | Jeremy Stribling | 2018-10-11 | 2 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Without reading the entire object into memory. Signed-off-by: Jeremy Stribling <strib@alum.mit.edu> | ||||
| * | | | object: get object size without reading whole object | Jeremy Stribling | 2018-10-11 | 6 | -0/+137 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jeremy Stribling <strib@alum.mit.edu> | ||||
* | | | | Merge pull request #830 from novas0x2a/annotated | Máximo Cuadros | 2018-10-15 | 2 | -11/+54 |
|\ \ \ \ | |_|_|/ |/| | | | Teach ResolveRevision how to look up annotated tags | ||||
| * | | | teach ResolveRevision how to look up annotated tags, test | Máximo Cuadros | 2018-10-15 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
| * | | | Merge branch 'master' of github.com:src-d/go-git into annotated | Máximo Cuadros | 2018-10-15 | 113 | -1873/+6283 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #727 from krylovsk/bugfix/references-sort-timestamps | Máximo Cuadros | 2018-10-15 | 2 | -2/+16 |
|\ \ \ \ | | | | | | | | | | | references: sort: compare author timestamps when commit timestamps are equal. Fixes #725 | ||||
| * | | | | references: sort: compare author timestamps when commit timestamps are ↵ | Máximo Cuadros | 2018-10-15 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | equal, test Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
| * | | | | Merge branch 'bugfix/references-sort-timestamps' of ↵ | Máximo Cuadros | 2018-10-15 | 1 | -1/+3 |
|/| | | | | | | | | | | | | | | | | | | | github.com:krylovsk/go-git into bugfix/references-sort-timestamps | ||||
| * | | | | references: sort: compare author timestamps when commit timestamps are ↵ | Alexandr Krylovskiy | 2018-01-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | equal. Fixes #725 Signed-off-by: Alexandr Krylovskiy <alexandr.krylovskiy@gmail.com> | ||||
* | | | | | Merge pull request #828 from fooker/patch-1 | Máximo Cuadros | 2018-10-15 | 2 | -5/+19 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Use remote name in fetch while clone |