1. d3cec13 worktree: solve merge conflicts by Máximo Cuadros · 7 years ago v4.7.0
  2. 174f373 Merge pull request #942 from jfontan/improvement/maintain-packfiles-open by Máximo Cuadros · 7 years ago
  3. 8176f08 storage/filesystem: compare files using offset in test by Javi Fontan · 7 years ago
  4. 9013dde storage/filesystem: add KeepDescriptors test by Javi Fontan · 7 years ago
  5. 5260b87 plumbing/storer: do not expose Close in EncodedObjectStorer interface by Javi Fontan · 7 years ago
  6. 6384ab9 storage/dotgit: add KeepDescriptors option by Javi Fontan · 7 years ago
  7. 2f15838 Merge pull request #941 from jfontan/improvement/static-mode by Máximo Cuadros · 7 years ago
  8. 8e76874 Merge pull request #939 from keybase/taruti/cherrypick-for-upstream-clamp-object-timestamp by Máximo Cuadros · 7 years ago
  9. 659ec44 storage/dotgit: add ExclusiveAccess tests in dotgit by Javi Fontan · 7 years ago
  10. 874f669 storage/filesystem: move Options to filesytem and dotgit by Javi Fontan · 7 years ago
  11. 95acbf6 storage/filesystem: make Storage options private by Javi Fontan · 7 years ago
  12. cf62667 plumbing/storer: rename Static option to ExclusiveAccess by Javi Fontan · 7 years ago
  13. 2a7c664 git: do not expose storage options in PlainOpen by Javi Fontan · 7 years ago
  14. d7e6cf5 dotgit: fix typo in comment by Javi Fontan · 7 years ago
  15. 82945e3 git, storer: use a common storer.Options for storer and PlainOpen by Javi Fontan · 7 years ago
  16. 1e1a7d0 git: add Static option to PlainOpen by Javi Fontan · 7 years ago
  17. 7f42492 Merge pull request #937 from zaquestion/comment_char by Máximo Cuadros · 7 years ago
  18. 14d9faa config: add commentChar to core config struct by Zaq? Wiedmann · 7 years ago
  19. 34b101e Merge pull request #933 from kuba--/fix-895/clean-dir by Máximo Cuadros · 7 years ago
  20. ba3ee05 plumbing: object: Clamp object timestamps before unix epoch to unix epoch by Taru Karttunen · 7 years ago
  21. 75fa41d Add Status.IsUntracked function by kuba-- · 7 years ago
  22. 0167dab Remove empty dirs when cleaning with Dir opt. by kuba-- · 7 years ago
  23. 5cc316b Merge pull request #935 from jfontan/improvement/cache-incoming-directory by Máximo Cuadros · 7 years ago
  24. b1da90b storage/dotgit: use HasPrefix instead of Split by Javi Fontan · 7 years ago
  25. c7a4011 storage/dotgit: search for incoming dir only once by Javi Fontan · 7 years ago
  26. 005d5dc Merge pull request #929 from jfontan/fix/reuse-base-cache by Máximo Cuadros · 7 years ago
  27. 790191e plumbing, storage: add bases to the common cache by Javi Fontan · 7 years ago
  28. cdfa0bb Merge pull request #927 from jfontan/fix/iterate-objects-by-offset by Máximo Cuadros · 7 years ago
  29. f84c6b1 plumbing/idxfile: object iterators returns entries in offset order by Javi Fontan · 7 years ago
  30. cc27d4a Merge pull request #887 from noxora/hook-support by Máximo Cuadros · 7 years ago
  31. 8120de8 Merge pull request #921 from jfontan/fix/empty-headers by Máximo Cuadros · 7 years ago
  32. 1cef577 Merge pull request #924 from fkorotkov/fedor/fix-issue-923 by Máximo Cuadros · 7 years ago
  33. 7b4a837 Fixed an edge case for .gitignore by Fedor Korotkov · 7 years ago
  34. 1666236 object: fix panic when reading object header by Javi Fontan · 7 years ago
  35. 8cf7edb dotgit: fix object delete test by Santiago M. Mola · 7 years ago
  36. 7b6c126 Merge pull request #920 from vancluever/f-add-commit-signkey by Máximo Cuadros · 7 years ago v4.6.0
  37. ba0f659 Merge pull request #916 from jfontan/improvement/memory-consumption-new-packfile-parser by Máximo Cuadros · 7 years ago
  38. 39954f2 git: Add extra test for testing bad key error case by Chris Marchesi · 7 years ago
  39. b2edb6d git: Remove old hash validation code by Chris Marchesi · 7 years ago
  40. c9b2eac git: Remove use of strings.Builder by Chris Marchesi · 7 years ago
  41. 0ef699d git: Add ability to PGP sign commits by Chris Marchesi · 7 years ago
  42. ec3d2a8 plumbing: object, Don't add new line at end of commit signature by Chris Marchesi · 7 years ago
  43. ae55016 added hook support by noxora · 7 years ago
  44. eb2aa9b plumbing/packfile: do not compute sha1 for already undeltified objects by Javi Fontan · 7 years ago
  45. 555a6ca plumbing/pacfile: tidy up objectInfo struct by Javi Fontan · 7 years ago
  46. a8c4426 plumbing: add buffer cache and use it in packfile parser by Javi Fontan · 7 years ago
  47. a28c2ce Merge pull request #906 from src-d/perf/packfile-reads by Máximo Cuadros · 7 years ago
  48. 8d75d23 plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndex by Miguel Molina · 7 years ago
  49. b944bc4 git: add benchmark for iterating repository objects by Miguel Molina · 7 years ago
  50. 56c5e91 plumbing: packfile, open and close packfile on FSObject reads by Miguel Molina · 7 years ago
  51. d93b386 storage: filesystem, add PackfileIter benchmark reading object content by Miguel Molina · 7 years ago
  52. 038cf23 storage: filesystem, close Packfile after iterating objects by Miguel Molina · 7 years ago
  53. 65dc4f9 plumbing: packfile, rename DiskObject to FSObject by Miguel Molina · 7 years ago
  54. 34cc506 storage: filesystem, benchmark PackfileIter by Miguel Molina · 7 years ago
  55. 71a3c91 plumbing: packfile, read object content only once by Miguel Molina · 7 years ago
  56. c374092 Merge pull request #910 from fkorotkov/fedor/fix-tag-cloning by Máximo Cuadros · 7 years ago
  57. b3d995f plumbing: packfile, add Parse benchmark by Miguel Molina · 7 years ago
  58. 5889a3b plumbing: packfile, allow non-seekable sources on Parser by Miguel Molina · 7 years ago
  59. 7b12481 Fixed cloning of a single tag by Fedor Korotkov · 7 years ago
  60. 6a24b4c *: use parser to populate non writable storages and bug fixes by Miguel Molina · 7 years ago
  61. 43d17e1 Merge pull request #892 from jfontan/fix/get-pgp-signature by Máximo Cuadros · 7 years ago
  62. c58d68a Merge pull request #905 from ajnavarro/fix/tag-godoc by Máximo Cuadros · 7 years ago
  63. b173cc0 Merge pull request #907 from erizocosmico/feature/fix-tests by Miguel Molina · 7 years ago
  64. 6f7fc05 plumbing: packfile, fix package tests by Miguel Molina · 7 years ago
  65. 3d2bcda Fix wrong godoc on Tags() method. by Antonio Jesus Navarro Perez · 7 years ago
  66. d314e86 Merge pull request #904 from jfontan/feature/new-packfile-parser by Javi Fontan · 7 years ago
  67. b4cd089 plumbing/packfile: add index generation to decoder by Javi Fontan · 7 years ago
  68. 6f8f2ed storage/filesystem: remove duplicated IndexStorage by Javi Fontan · 7 years ago
  69. 823abfe plumbing/idxfile: test FindHash and writer with 64 bit offsets by Javi Fontan · 7 years ago
  70. 0ade8fb Merge pull request #899 from erizocosmico/feature/new-packfile by Miguel Molina · 7 years ago
  71. ccd0fa0 plumbing: packfile, lazy object reads with DiskObjects by Miguel Molina · 7 years ago
  72. b713101 Merge pull request #902 from jfontan/feature/new-packfile-parser by Javi Fontan · 7 years ago
  73. 3657a32 storage/filesystem: add back IndexStorage by Javi Fontan · 7 years ago
  74. 4b366ac plumbing: fix two errors in idxfile and packfile decoder by Javi Fontan · 7 years ago
  75. bc565c1 plumbing, packfile: delete index_test as is no longer used by Javi Fontan · 7 years ago
  76. ffdfb7d plumbing: packfile, new Packfile representation by Miguel Molina · 7 years ago
  77. a08061a Merge pull request #898 from jfontan/feature/new-packfile-parser by Javi Fontan · 7 years ago
  78. 79f2494 plumbing, storage: integrate new index by Javi Fontan · 7 years ago
  79. 74f56f3 plumbing/idxfile: index is created only once and retrieved with Index by Javi Fontan · 7 years ago
  80. 4ddd678 plumbing/idxfile: add offset/hash mapping to index by Javi Fontan · 7 years ago
  81. 7418b41 plumbing/idxfile: fix bug searching in MemoryIndex by Javi Fontan · 7 years ago
  82. a716126 plumbing/packfile: preallocate memory in PatchDelta by Javi Fontan · 7 years ago
  83. 65e8359 plumbing/idxfile: support offset64 generating indexes by Javi Fontan · 7 years ago
  84. 4e3765a plumbing/idxfile: use Entry to hold object data by Javi Fontan · 7 years ago
  85. 355cfc3 plumbing: idxfile, add idxfile.Writer with Observer interface by Javi Fontan · 7 years ago
  86. ce91d71 plumbing/packfile: disable lookup by offset by Javi Fontan · 7 years ago
  87. da5677f plumbing/packfile: add new packfile parser by Javi Fontan · 7 years ago
  88. a8ff3e5 Merge pull request #896 from erizocosmico/feature/new-index-decoder by Miguel Molina · 7 years ago
  89. 009f106 plumbing/format/idxfile: add new Index and MemoryIndex by Miguel Molina · 7 years ago
  90. 8df413f plumbing/object: fix pgp signature encoder/decoder by Javi Fontan · 7 years ago
  91. 9f00789 Merge pull request #862 from thehowl/patch-1 by Máximo Cuadros · 7 years ago
  92. 5b1d537 Merge pull request #885 from jsravn/findentry-return-file-not-found by Máximo Cuadros · 7 years ago
  93. 400b083 Merge pull request #888 from jeromedoucet/tech/add_gog_repository_not_found by Máximo Cuadros · 7 years ago
  94. 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
  95. 3bd5e82 Merge pull request #874 from smola/patchcontext by Máximo Cuadros · 7 years ago v4.5.0
  96. b304997 plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883 by James Ravn · 7 years ago
  97. f0c4318 worktree: address PR comments: sort imports appropriately by Mark Bartel · 7 years ago
  98. 8ad72db Merge pull request #864 from smola/no-norwfs by Máximo Cuadros · 7 years ago
  99. 7ff71b5 worktree: sort the tree object. Fixes #881 by Mark Bartel · 7 years ago
  100. e1c2694 worktree: add test for correct tree sorting (issue #881) by Mark Bartel · 7 years ago