1465 Commits (4e5944fbf8579fddc8b81ae11484b392cc6fc527)

Author SHA1 Message Date
  Shawn O. Pearce 9bcf391355 Micro-optimize EditList.addAll 13 years ago
  Chris Aniszczyk 39734f2908 Update FetchCommand with dry run and thin options 13 years ago
  Dmitry Fink 906887a735 Extend merge support for bare repositories 13 years ago
  Shawn O. Pearce 11f99fecfd Reduce content hash function collisions 13 years ago
  Chris Aniszczyk fcc3349cfc Add reflog message to TagCommand 13 years ago
  Shawn O. Pearce 857d68d173 Perform common start/end elimination by default for DiffAlgorithm 13 years ago
  Shawn O. Pearce e84d826eb6 Remove unnecessary hash cache from PatienceDiffIndex 13 years ago
  Shawn O. Pearce a67afbfee1 Implement Bram Cohen's Patience Diff 14 years ago
  Shawn O. Pearce baaddd51f1 Move cached element hash codes to HashedSequence 13 years ago
  Shawn O. Pearce e0970cd1b4 Micro-optimize reduceCommonStartEnd for RawText 13 years ago
  Shawn O. Pearce 590a9f94a1 Add Subsequence utility methods 13 years ago
  Chris Aniszczyk bbabc19e2f Add FetchCommand 14 years ago
  Shawn O. Pearce 2ee6d95e5b Fix UnsupportedOperationException while fixing thin pack 13 years ago
  Shawn O. Pearce 5fce8d81d8 Fix cloning of repositories with big objects 13 years ago
  Shawn O. Pearce 3fe527624d Probe filesystem and set core.filemode correctly 13 years ago
  Christian Halstrick 2dc031ad9b Fix PlotCommitList to set lanes on child-less commits 13 years ago
  Shawn O. Pearce 276d38065b Define a subsequence utility type 14 years ago
  Shawn O. Pearce 307ba53eb6 Define DiffAlgorithm as an abstract function 14 years ago
  Shawn O. Pearce db1a9c6a8c Correct Javadoc for WS_IGNORE_CHANGE comparator 13 years ago
  Chris West (Faux) 2a52359454 Allow ../relative paths in remotes 14 years ago
  Shawn O. Pearce 41dd9ed1c0 Unpack and cache large deltas as loose objects 14 years ago
  Shawn O. Pearce 3f66e65e71 Remember loose objects and fast-track their lookup 14 years ago
  Shawn O. Pearce eb64ccad6d Correctly name DeltaBaseCache 14 years ago
  Shawn O. Pearce 9f61c615e8 Support core.autocrlf = input 14 years ago
  Shawn O. Pearce 67263e2056 Refactor diff sequence API 14 years ago
  Shawn O. Pearce ba984ba2e0 Fix checkReferencedIsReachable to use correct base list 14 years ago
  Shawn O. Pearce 6f385076e1 Discard object bodies when checking connectivity 14 years ago
  Shawn O. Pearce 741659fed4 DeltaStream: Fix data corruption when reading large copies 14 years ago
  Shawn O. Pearce 693f454e71 Use 8192 as default buffer size in ObjectLoader copyTo 14 years ago
  Robin Rosenberg 8145e40233 cleanup: Remove unnecessary @SuppressWarnings 14 years ago
  Shawn O. Pearce 6938f99ef3 Reduce compares in Edit.getType 14 years ago
  Shawn O. Pearce fe8fe13349 Add helper methods to Edit 14 years ago
  Shawn O. Pearce 2aa4196f1f Fix QuotedString.GIT_PATH escaping rules 14 years ago
  Shawn O. Pearce 34a755f1df Remove costly quoting test in DiffFormatter 14 years ago
  Shawn O. Pearce 9239c10385 ReceivePack: Rethrow exceptions caught during indexing 14 years ago
  Shawn O. Pearce b505e2a558 Use 5 MiB for RevWalk default limit 14 years ago
  Shawn O. Pearce e29cd27961 Move ObjectDirectory streaming limit to WindowCacheConfig 14 years ago
  Shawn O. Pearce 59a262d5d2 Support creating the working directory difference 14 years ago
  Shawn O. Pearce 6f00a3e651 Fix TreeWalk bug comparing DirCache and WorkingTree with ANY_DIFF 14 years ago
  Shawn O. Pearce ec2fdbf2ba Move rename detection, path following into DiffFormatter 14 years ago
  Jens Baumgart f714988c61 Fix RepositoryState.MERGING 14 years ago
  Shawn O. Pearce 6b65211505 Adding sorting to LongList 14 years ago
  Shawn O. Pearce 3fa7d3a2d2 Use int[] rather than IntList for RawText hashes 14 years ago
  Chris Aniszczyk 38327a54a8 Refactor Git API exceptions to a new package 14 years ago
  Shawn O. Pearce 028a613ced Add toString and improve Javadoc of NotIgnoredFilter 14 years ago
  Marc Strapetz ea4ff61ad3 IndexDiff honors Index entries' "skipWorkTree" flag. 14 years ago
  Shawn O. Pearce 408d4b5375 Add reset() to AbstractTreeIterator API 14 years ago
  Shawn O. Pearce 9f323462be Improve DiffFormatter text file access 14 years ago
  Shawn O. Pearce df8adefe86 Correct diff header formatting 14 years ago
  Shawn O. Pearce 797d5c4d40 Remove duplicated code in DiffFormatter 14 years ago