- f62cd8e Merge pull request #1025 from mcuadros/eoie by Máximo Cuadros · 7 years ago v4.8.0
- b99653a plumbing: format/index: support for EOIE extension, by default on git v2.2.0 by Máximo Cuadros · 7 years ago
- 2431109 Merge pull request #1019 from epiclabs-io/reindex by Máximo Cuadros · 7 years ago
- 7853ab6 Merge pull request #994 from epiclabs-io/fix-thin-pack by Máximo Cuadros · 7 years ago
- 1e77971 Remove unused method (#1022) by Antonio Navarro Perez · 7 years ago
- 38ebf56 plumbing/format/packfile: Added thin pack test by Javier Peletier · 7 years ago
- ff47322 storage/filesystem: Added reindex method to reindex packfiles by Javier Peletier · 7 years ago
- a779a26 Merge pull request #1015 from fkorotkov/fedor/fix-tag-clonning by Máximo Cuadros · 7 years ago
- 3ab4ee5 repository: Fix RefSpec for a single tag. Fixes #960 by Fedor Korotkov · 7 years ago
- 91e601d Merge pull request #1013 from mccurdyc/mccurdyc/Issue#969/fix-flaky-ssh-test by Máximo Cuadros · 7 years ago
- 3fe6f65 Merge branch 'master' of github.com:src-d/go-git into mccurdyc/Issue#969/fix-flaky-ssh-test by Colton McCurdy · 7 years ago
- 43d4551 plumbing: ssh, Fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 by Colton McCurdy · 7 years ago
- 959dc01 Merge pull request #1009 from smola/tokenauth-doc by Máximo Cuadros · 7 years ago
- 8aab983 http: improve TokenAuth documentation by Santiago M. Mola · 7 years ago
- 3033d45 Update LICENSE by Máximo Cuadros · 7 years ago
- 8b6ded6 Merge pull request #1008 from smola/clone-cleanup by Máximo Cuadros · 7 years ago
- 3332e8d improve cleanup implementation, add more tests by Santiago M. Mola · 7 years ago
- 507681b repository: added cleanup for the PlainCloneContext() by Bartek Jaroszewski · 7 years ago
- dfd6c82 Merge pull request #1005 from hairyhenderson/update-gcfg-1.4.0 by Máximo Cuadros · 7 years ago
- 4c06868 update gcfg dependency to v1.4.0 by Dave Henderson · 7 years ago
- af3487d Merge pull request #1004 from LukaszKokot/fix/spelling-grammar-doc-example by Máximo Cuadros · 7 years ago
- 190bfd6 Fix spelling and grammar in docs and example by Lukasz Kokot · 7 years ago
- 414b027 Merge pull request #1001 from hairyhenderson/fix-redirect-on-clone by Máximo Cuadros · 7 years ago
- 02a92b7 plumbing: transport/http, Add missing host/port on redirect. Fixes #820 by Dave Henderson · 7 years ago
- 4203e78 Merge pull request #1000 from smola/stackoverflow-support by Máximo Cuadros · 7 years ago
- a85f9b1 add StackOverflow to support channels by Santiago M. Mola · 7 years ago
- cde0367 examples & documentation: PlainClone with Basic Authentication (Password & Access Token) (#990) by Colton J. McCurdy · 7 years ago
- f22a5cb Merge pull request #998 from mcuadros/ref-helpers by Máximo Cuadros · 7 years ago
- dee8f51 plumbing: ReferenceName constructors by Máximo Cuadros · 7 years ago
- 50bbba3 Merge pull request #992 from yuce/enable-openbsd-dragonfly-solaris by Máximo Cuadros · 7 years ago
- 66d82a5 plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 by Javier Peletier · 7 years ago
- 1241d74 Enables building on openbsd, dragonfly bsd and solaris by Yuce Tekol · 7 years ago
- f2a7dad Merge pull request #987 from bashims/945-push-ref-deltas by Máximo Cuadros · 7 years ago
- 1a2248b Fixed a typo. (#989) by hnarasaki · 7 years ago
- 1618e1c remote: use reference deltas on push when the remote server does not by Benjamin Ash · 7 years ago
- cd64b4d Merge pull request #985 from mcuadros/checkout-doc by Máximo Cuadros · 7 years ago v4.7.1
- 07c03d9 Merge pull request #984 from mcuadros/open-bare by Máximo Cuadros · 7 years ago
- 891fcfb repository: improve CheckoutOption.Hash doc by Máximo Cuadros · 7 years ago
- 236ae86 Merge pull request #986 from mcuadros/fix-blame by Máximo Cuadros · 7 years ago
- 41d6f2c Merge pull request #982 from keybase/strib/gh-KBFS-3474-object-sizes by Máximo Cuadros · 7 years ago
- c4be044 blame: fix edge case with missing \n in content length causing mismatched length error by Máximo Cuadros · 7 years ago
- 6faf286 packfile: add comment on GetSizeByOffset by Jeremy Stribling · 7 years ago
- 8153e04 Merge pull request #830 from novas0x2a/annotated by Máximo Cuadros · 7 years ago
- 323d084 teach ResolveRevision how to look up annotated tags, test by Máximo Cuadros · 7 years ago
- 7a77bde Merge branch 'master' of github.com:src-d/go-git into annotated by Máximo Cuadros · 7 years ago
- 0b7d3fe teach ResolveRevision how to look up annotated tags, test by Máximo Cuadros · 7 years ago
- 345ffd9 Merge pull request #727 from krylovsk/bugfix/references-sort-timestamps by Máximo Cuadros · 7 years ago
- e250584 references: sort: compare author timestamps when commit timestamps are equal, test by Máximo Cuadros · 7 years ago
- d4848fd Merge branch 'bugfix/references-sort-timestamps' of github.com:krylovsk/go-git into bugfix/references-sort-timestamps by Máximo Cuadros · 7 years ago
- 0381008 Merge pull request #828 from fooker/patch-1 by Máximo Cuadros · 7 years ago
- 529f843 use remote name in fetch while clone, test by Máximo Cuadros · 7 years ago
- 987c03a repository: allow open non-bare repositories as bare by Máximo Cuadros · 7 years ago
- b3a3f0a filesystem: add a new test for EncodedObjectSize by Jeremy Stribling · 7 years ago
- 5c471c3 tree: add a Size() method for getting plaintext size by Jeremy Stribling · 7 years ago
- 1e1315d object: get object size without reading whole object by Jeremy Stribling · 7 years ago
- 0bfe038 Plumbing: object, Add support for Log with filenames. Fixes #826 (#979) by Nithin Gangadharan · 7 years ago
- 299f583 Merge pull request #977 from filipnavara/config-test by Máximo Cuadros · 7 years ago
- 37caf1f Merge pull request #978 from urld/isclean by Máximo Cuadros · 7 years ago
- ba9c38b Merge pull request #974 from u5surf/issue-813 by Máximo Cuadros · 7 years ago
- 80afdec Merge pull request #968 from smola/improve-test-weird-userpass by Máximo Cuadros · 7 years ago
- da56abd git: Fix Status.IsClean() documentation by David Url · 7 years ago
- c2ba07b Add test for Windows local paths. by Filip Navara · 7 years ago
- 41af429 use time.IsZero in Prune by u5surf · 7 years ago
- 37f80c6 test: improve test for urlencoded user:pass by Santiago M. Mola · 7 years ago
- 1fdd36c Merge pull request #966 from jmkim/fix-typo by Máximo Cuadros · 7 years ago
- 156d632 all: remove extra 's' in "mismatch" by Jongmin Kim · 7 years ago
- c2ab4ac Merge pull request #962 from jfontan/fix/do-not-close-files-in-iterator by Máximo Cuadros · 7 years ago
- a7b0102 storage/filesystem: add more doc to NewPackfileIter by Javi Fontan · 7 years ago
- 82c7a30 storage/filesystem: keep packs open in PackfileIter by Javi Fontan · 7 years ago
- f69f530 Merge pull request #958 from kuba--/fix-cachesize by Máximo Cuadros · 7 years ago
- edfc16e Remove empty space to trigger windows build. by kuba-- · 7 years ago
- 4896974 Fix potential LRU cache size issue. by kuba-- · 7 years ago
- 2fb32d2 travis: drop go1.9 add go1.11 by Máximo Cuadros · 7 years ago
- 83649a1 *: go modules support by Máximo Cuadros · 7 years ago
- 38060c9 Merge pull request #928 from vancluever/f-add-tagging-support by Máximo Cuadros · 7 years ago
- 9ce4eea repository: fix test for new Storage constructor by Máximo Cuadros · 7 years ago
- bf0593d Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-support by Máximo Cuadros · 7 years ago
- a2d62f5 Merge pull request #932 from flant/fix-negative-range-info by Máximo Cuadros · 7 years ago
- 208b3c3 Merge pull request #949 from kuba--/custom-cache by Máximo Cuadros · 7 years ago
- f8adfff git: s/TagObjectOptions/CreateTagOptions/ by Chris Marchesi · 7 years ago
- 9cc654c git: Add some tests for annotated tag deletion by Chris Marchesi · 7 years ago
- b19b3b8 git: Don't touch tag objects orphaned by tag deletion by Chris Marchesi · 7 years ago
- 1000bc0 git: Add Tag objects to the list of supported objects for walking by Chris Marchesi · 7 years ago
- 6b3f46b git: s/fetch/returns/ on Tag function doc by Chris Marchesi · 7 years ago
- 8f6b312 Expose Storage cache. by kuba-- · 7 years ago
- 80170bd Fix fatal corrupt patch in unified diff format by Antonio Jesus Navarro Perez · 7 years ago
- a4b12e4 plumbing/transport: ssh check if list of known_hosts files is empty by Kuba Podgórski · 7 years ago
- d3cec13 worktree: solve merge conflicts by Máximo Cuadros · 7 years ago v4.7.0
- 174f373 Merge pull request #942 from jfontan/improvement/maintain-packfiles-open by Máximo Cuadros · 7 years ago
- 8176f08 storage/filesystem: compare files using offset in test by Javi Fontan · 7 years ago
- 9013dde storage/filesystem: add KeepDescriptors test by Javi Fontan · 7 years ago
- 5260b87 plumbing/storer: do not expose Close in EncodedObjectStorer interface by Javi Fontan · 7 years ago
- 6384ab9 storage/dotgit: add KeepDescriptors option by Javi Fontan · 7 years ago
- 2f15838 Merge pull request #941 from jfontan/improvement/static-mode by Máximo Cuadros · 7 years ago
- 8e76874 Merge pull request #939 from keybase/taruti/cherrypick-for-upstream-clamp-object-timestamp by Máximo Cuadros · 7 years ago
- 659ec44 storage/dotgit: add ExclusiveAccess tests in dotgit by Javi Fontan · 7 years ago
- 874f669 storage/filesystem: move Options to filesytem and dotgit by Javi Fontan · 7 years ago
- 95acbf6 storage/filesystem: make Storage options private by Javi Fontan · 7 years ago
- cf62667 plumbing/storer: rename Static option to ExclusiveAccess by Javi Fontan · 7 years ago
- 2a7c664 git: do not expose storage options in PlainOpen by Javi Fontan · 7 years ago