- 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
- d7e6cf5 dotgit: fix typo in comment by Javi Fontan · 7 years ago
- 82945e3 git, storer: use a common storer.Options for storer and PlainOpen by Javi Fontan · 7 years ago
- 1e1a7d0 git: add Static option to PlainOpen by Javi Fontan · 7 years ago
- 7f42492 Merge pull request #937 from zaquestion/comment_char by Máximo Cuadros · 7 years ago
- 14d9faa config: add commentChar to core config struct by Zaq? Wiedmann · 7 years ago
- 34b101e Merge pull request #933 from kuba--/fix-895/clean-dir by Máximo Cuadros · 7 years ago
- ba3ee05 plumbing: object: Clamp object timestamps before unix epoch to unix epoch by Taru Karttunen · 7 years ago
- 75fa41d Add Status.IsUntracked function by kuba-- · 7 years ago
- 0167dab Remove empty dirs when cleaning with Dir opt. by kuba-- · 7 years ago
- 5cc316b Merge pull request #935 from jfontan/improvement/cache-incoming-directory by Máximo Cuadros · 7 years ago
- b1da90b storage/dotgit: use HasPrefix instead of Split by Javi Fontan · 7 years ago
- c7a4011 storage/dotgit: search for incoming dir only once by Javi Fontan · 7 years ago
- 005d5dc Merge pull request #929 from jfontan/fix/reuse-base-cache by Máximo Cuadros · 7 years ago
- 790191e plumbing, storage: add bases to the common cache by Javi Fontan · 7 years ago
- cdfa0bb Merge pull request #927 from jfontan/fix/iterate-objects-by-offset by Máximo Cuadros · 7 years ago
- f84c6b1 plumbing/idxfile: object iterators returns entries in offset order by Javi Fontan · 7 years ago
- cc27d4a Merge pull request #887 from noxora/hook-support by Máximo Cuadros · 7 years ago
- 8120de8 Merge pull request #921 from jfontan/fix/empty-headers by Máximo Cuadros · 7 years ago
- 1cef577 Merge pull request #924 from fkorotkov/fedor/fix-issue-923 by Máximo Cuadros · 7 years ago
- 7b4a837 Fixed an edge case for .gitignore by Fedor Korotkov · 7 years ago
- 1666236 object: fix panic when reading object header by Javi Fontan · 7 years ago
- 8cf7edb dotgit: fix object delete test by Santiago M. Mola · 7 years ago
- 7b6c126 Merge pull request #920 from vancluever/f-add-commit-signkey by Máximo Cuadros · 7 years ago v4.6.0
- ba0f659 Merge pull request #916 from jfontan/improvement/memory-consumption-new-packfile-parser by Máximo Cuadros · 7 years ago
- 39954f2 git: Add extra test for testing bad key error case by Chris Marchesi · 7 years ago
- b2edb6d git: Remove old hash validation code by Chris Marchesi · 7 years ago
- c9b2eac git: Remove use of strings.Builder by Chris Marchesi · 7 years ago
- 0ef699d git: Add ability to PGP sign commits by Chris Marchesi · 7 years ago
- ec3d2a8 plumbing: object, Don't add new line at end of commit signature by Chris Marchesi · 7 years ago
- ae55016 added hook support by noxora · 7 years ago
- eb2aa9b plumbing/packfile: do not compute sha1 for already undeltified objects by Javi Fontan · 7 years ago
- 555a6ca plumbing/pacfile: tidy up objectInfo struct by Javi Fontan · 7 years ago
- a8c4426 plumbing: add buffer cache and use it in packfile parser by Javi Fontan · 7 years ago
- a28c2ce Merge pull request #906 from src-d/perf/packfile-reads by Máximo Cuadros · 7 years ago
- 8d75d23 plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndex by Miguel Molina · 7 years ago
- b944bc4 git: add benchmark for iterating repository objects by Miguel Molina · 7 years ago
- 56c5e91 plumbing: packfile, open and close packfile on FSObject reads by Miguel Molina · 7 years ago
- d93b386 storage: filesystem, add PackfileIter benchmark reading object content by Miguel Molina · 7 years ago
- 038cf23 storage: filesystem, close Packfile after iterating objects by Miguel Molina · 7 years ago
- 65dc4f9 plumbing: packfile, rename DiskObject to FSObject by Miguel Molina · 7 years ago
- 34cc506 storage: filesystem, benchmark PackfileIter by Miguel Molina · 7 years ago
- 71a3c91 plumbing: packfile, read object content only once by Miguel Molina · 7 years ago
- c374092 Merge pull request #910 from fkorotkov/fedor/fix-tag-cloning by Máximo Cuadros · 7 years ago
- b3d995f plumbing: packfile, add Parse benchmark by Miguel Molina · 7 years ago
- 5889a3b plumbing: packfile, allow non-seekable sources on Parser by Miguel Molina · 7 years ago
- 7b12481 Fixed cloning of a single tag by Fedor Korotkov · 7 years ago
- 6a24b4c *: use parser to populate non writable storages and bug fixes by Miguel Molina · 7 years ago
- 43d17e1 Merge pull request #892 from jfontan/fix/get-pgp-signature by Máximo Cuadros · 7 years ago
- c58d68a Merge pull request #905 from ajnavarro/fix/tag-godoc by Máximo Cuadros · 7 years ago
- b173cc0 Merge pull request #907 from erizocosmico/feature/fix-tests by Miguel Molina · 7 years ago
- 6f7fc05 plumbing: packfile, fix package tests by Miguel Molina · 7 years ago
- 3d2bcda Fix wrong godoc on Tags() method. by Antonio Jesus Navarro Perez · 7 years ago
- d314e86 Merge pull request #904 from jfontan/feature/new-packfile-parser by Javi Fontan · 7 years ago
- b4cd089 plumbing/packfile: add index generation to decoder by Javi Fontan · 7 years ago
- 6f8f2ed storage/filesystem: remove duplicated IndexStorage by Javi Fontan · 7 years ago
- 823abfe plumbing/idxfile: test FindHash and writer with 64 bit offsets by Javi Fontan · 7 years ago
- 0ade8fb Merge pull request #899 from erizocosmico/feature/new-packfile by Miguel Molina · 7 years ago
- ccd0fa0 plumbing: packfile, lazy object reads with DiskObjects by Miguel Molina · 7 years ago
- b713101 Merge pull request #902 from jfontan/feature/new-packfile-parser by Javi Fontan · 7 years ago
- 3657a32 storage/filesystem: add back IndexStorage by Javi Fontan · 7 years ago
- 4b366ac plumbing: fix two errors in idxfile and packfile decoder by Javi Fontan · 7 years ago
- bc565c1 plumbing, packfile: delete index_test as is no longer used by Javi Fontan · 7 years ago
- ffdfb7d plumbing: packfile, new Packfile representation by Miguel Molina · 7 years ago
- a08061a Merge pull request #898 from jfontan/feature/new-packfile-parser by Javi Fontan · 7 years ago
- 79f2494 plumbing, storage: integrate new index by Javi Fontan · 7 years ago
- 74f56f3 plumbing/idxfile: index is created only once and retrieved with Index by Javi Fontan · 7 years ago
- 4ddd678 plumbing/idxfile: add offset/hash mapping to index by Javi Fontan · 7 years ago
- 7418b41 plumbing/idxfile: fix bug searching in MemoryIndex by Javi Fontan · 7 years ago
- a716126 plumbing/packfile: preallocate memory in PatchDelta by Javi Fontan · 7 years ago
- 65e8359 plumbing/idxfile: support offset64 generating indexes by Javi Fontan · 7 years ago
- 4e3765a plumbing/idxfile: use Entry to hold object data by Javi Fontan · 7 years ago
- 355cfc3 plumbing: idxfile, add idxfile.Writer with Observer interface by Javi Fontan · 7 years ago
- ce91d71 plumbing/packfile: disable lookup by offset by Javi Fontan · 7 years ago
- da5677f plumbing/packfile: add new packfile parser by Javi Fontan · 7 years ago
- a8ff3e5 Merge pull request #896 from erizocosmico/feature/new-index-decoder by Miguel Molina · 7 years ago
- 009f106 plumbing/format/idxfile: add new Index and MemoryIndex by Miguel Molina · 7 years ago
- 8df413f plumbing/object: fix pgp signature encoder/decoder by Javi Fontan · 7 years ago
- 9f00789 Merge pull request #862 from thehowl/patch-1 by Máximo Cuadros · 7 years ago
- 5b1d537 Merge pull request #885 from jsravn/findentry-return-file-not-found by Máximo Cuadros · 7 years ago
- 400b083 Merge pull request #888 from jeromedoucet/tech/add_gog_repository_not_found by Máximo Cuadros · 7 years ago
- 54d8c38 plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNotFound, avoiding to get an 'unknown error: '. Add some tests for existing supported services (github, gitlab, etc...) too. by Jerome Doucet · 7 years ago
- 3bd5e82 Merge pull request #874 from smola/patchcontext by Máximo Cuadros · 7 years ago v4.5.0
- b304997 plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883 by James Ravn · 7 years ago
- f0c4318 worktree: address PR comments: sort imports appropriately by Mark Bartel · 7 years ago
- 8ad72db Merge pull request #864 from smola/no-norwfs by Máximo Cuadros · 7 years ago
- 7ff71b5 worktree: sort the tree object. Fixes #881 by Mark Bartel · 7 years ago
- e1c2694 worktree: add test for correct tree sorting (issue #881) by Mark Bartel · 7 years ago