243 Commits (2853c61f12f44bdacac404a58cebd191f98299b1)

Author SHA1 Message Date
  Robin Rosenberg 2853c61f12 Do not set core.autocrlf when creating repo 12 years ago
  Robin Rosenberg 4321f9353f cleanup: Remove unused declarations 12 years ago
  Kevin Sawicki 91f5ce3a15 Only increment mod count if packed-refs file changes 12 years ago
  Robin Rosenberg 1953ae6aee Smudge index entries on first write (too), as well when reading 12 years ago
  Matthias Sohn c394d05a47 Add missing @since tags to mark API added in 2.0 12 years ago
  Kevin Sawicki 17fb542e9e Remove 86 boxing warnings 12 years ago
  Shawn O. Pearce 6c0d300a54 Fix loading packed objects >2G 12 years ago
  Kevin Sawicki b37b7e69cd Add command support for dropping a stashed commit 12 years ago
  Kevin Sawicki 7aeea3b27c Compare repository format version as parsed long 12 years ago
  Dave Borowitz 9bc26efe9d Pass a DfsRepositoryDescription to InMemoryRepository 12 years ago
  Shawn O. Pearce ff13648ea2 Revert "Quickfix for AutoCRLF handling" 12 years ago
  Robin Rosenberg 95d311f888 Move JGitText to an internal package 12 years ago
  Robin Rosenberg 708febedaf cleanup: Remove unnecessary @SuppressWarnings 12 years ago
  Robin Rosenberg 88fe2836ed Quickfix for AutoCRLF handling 12 years ago
  Kevin Sawicki 97210fd6db Add command support for listing stashed commits 12 years ago
  Robin Rosenberg e875c905d3 Make sure all bytes are written to files on close, or get an error. 12 years ago
  Robin Rosenberg 76dd9d1d46 Support more of AutoCRLF 12 years ago
  Kevin Sawicki aebfc70cc8 Provide helper for unlocking a file 12 years ago
  Tomasz Zarna 5d95cd9418 Add constant for default name for the Git repo configuration 12 years ago
  Kevin Sawicki 1dcb76739c Support getting specific entry number in reflog 12 years ago
  Kevin Sawicki 656461a991 Add exception class for when locking a file fails 12 years ago
  Dave Borowitz 84c80be1dc Fire DfsPacksChangedEvents when committing packs. 12 years ago
  Kevin Sawicki 47d1616374 Use constant for logs directory 12 years ago
  Kevin Sawicki 7ed1ef953c Implement Serializable interface in ReflogEntry 12 years ago
  Shawn O. Pearce 2fbf296fda Fix duplicate objects in "thin+cached" packs from DFS 12 years ago
  Shawn O. Pearce 60e51251db Do not write edge objects to the pack stream 12 years ago
  Shawn O. Pearce 1421106d76 Use long for more object counts in PackWriter 12 years ago
  Shawn O. Pearce 41a18d57bc Search for annotated tag reuse first 12 years ago
  Shawn O. Pearce 29997ab084 Correct progress monitor on "Getting sizes:" phase 12 years ago
  Shawn O. Pearce 4b84186b64 Refactor DfsReader selection of cached packs 12 years ago
  Matthias Sohn afebe7880d [findBugs] Prefer short-cut logic as it's more performant 12 years ago
  Dave Borowitz 2b584b9216 Keep track of a static collection of all PackWriter instances 12 years ago
  Dave Borowitz f26b79d044 Estimate the amount of memory used by a PackWriter 12 years ago
  Dave Borowitz 16b8ebf2d1 Add an object encapsulating the state of a PackWriter 12 years ago
  Shawn O. Pearce 9652f16a47 Always use try/finally around DfsBlockCache.clockLock 12 years ago
  Shawn O. Pearce a6677ef28a DfsBlockCache: Fix NPE when evicting empty cell 12 years ago
  Colby Ranger f70ecabb30 DfsBlockCache: Update hits to not include contains() 12 years ago
  Dave Borowitz 0f8e486a4d Add a listener for changes to a DfsObjDatabase's pack files 12 years ago
  Dave Borowitz d55eb35106 Expose the reverse index size in the DfsPackDescription 12 years ago
  Dave Borowitz 4fc1af6850 Add a DfsPackFile method to get the number of cached bytes 12 years ago
  Dave Borowitz dff9d56b94 Expose the list of pack files in the DfsBlockCache 12 years ago
  Dave Borowitz 35d72ac806 Add a DFS repository description and reference it in each pack 12 years ago
  Dave Borowitz 5a38e5b440 Clarify the docstring of DfsBlockCache.reconfigure() 12 years ago
  Shawn O. Pearce fa4cc2475f DFS: A storage layer for JGit 13 years ago
  Matthias Sohn 0db0476542 Fire IndexChangedEvent on DirCache.commit() 12 years ago
  Matthias Sohn 46771e9e88 Remove use of GitIndex to detect index changes 12 years ago
  Shawn O. Pearce 1b6a549ff3 PackWriter: Export more statistics 13 years ago
  Robin Rosenberg eadc26c0a0 Add a helper for parsing branch switch info out of a reflog entry 12 years ago
  Roberto Tyley 602b2f0d45 Tolerate zlib deflation with window size < 32Kb 13 years ago
  Matt Fischer 9952223e06 Implement server support for shallow clones 14 years ago