91 Commits (77432969d3f5fc1c695db0dc1bdaf74b5723d555)

Autor SHA1 Mensaje Fecha
  Robin Stocker e0502ebb03 More helpful InvalidPathException messages (include reason) hace 11 años
  Matthias Sohn 7f7dd171df Cache SimpleDateFormat in GitDateParser per locale hace 10 años
  Colby Ranger f3b80f1a74 Do not update the ref hot bit when checking isIndexLoaded hace 10 años
  Christian Halstrick 8da939221c Don't delete .idx file if .pack file can't be deleted hace 10 años
  Tobias Pfeifer 765896febb Add Squash/Fixup support for rebase interactive in RebaseCommand hace 11 años
  Christian Halstrick c3873b584f Enhance reading of git-rebase-todo formatted files hace 11 años
  Matthias Sohn b15c617d0f Describe HEAD if no explicit target was set hace 10 años
  Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. hace 10 años
  Kohsuke Kawaguchi f045a68a78 Added the git-describe implementation hace 11 años
  Colby Ranger 570bba5e7a Ignore bitmap indexes that do not match the pack checksum hace 10 años
  Colby Ranger 7dc6c553c0 Remove unneeded packs when compacting with no new objects hace 10 años
  Shawn Pearce aa8d5ac26c Remove unnecessary inflate stride in DfsBlock hace 10 años
  Colby Ranger 6cc532a43c Use a bucket sort for PackReverseIndex. hace 11 años
  Colby Ranger 903fb9c739 Implement get nth offset in PackIndex. hace 11 años
  Dave Borowitz b646578d89 Add a method to DfsOutputStream to read as an InputStream hace 11 años
  Robin Stocker a51899c203 Support refspecs with wildcard in middle (not only at end) hace 11 años
  Jonathan Nieder 56276d053f Move ArchiveCommand into standard porcelain API hace 11 años
  Robin Rosenberg a62770a3dd Fix the parameters to an exception hace 11 años
  Robin Rosenberg dd3181603e Extend the FS class for Java7 hace 11 años
  Robin Rosenberg b8e763fc19 TagCommand should be able to create unannotated tags too hace 11 años
  Robin Rosenberg 9dcd8c2c90 Make the Reflog a public API again hace 11 años
  Shawn Pearce 5d8a9f6f3f Rescale "Compressing objects" progress meter by size hace 11 años
  Shawn Pearce 21e4aa2b9e Split delta search buckets by byte weight hace 11 años
  Shawn Pearce 3c27ee1a91 Support excluding objects during DFS compaction hace 11 años
  Colby Ranger eaa52b12f5 Update PackBitmapIndexRemapper to handle mappings not in the new pack. hace 11 años
  Shawn Pearce c9707e6353 Always attempt delta compression when reuseDeltas is false hace 11 años
  Shawn Pearce a5c6aac76c Avoid TemporaryBuffer.Heap on very small deltas hace 11 años
  Shawn Pearce 8a7c2f97d0 Correct distribution of allowed delta size along chain length hace 11 años
  Shawn Pearce 3b7924f403 Split remaining delta work on path boundaries hace 11 años
  Shawn Pearce 65f44bef23 Remove DFS locality ordering during packing hace 11 años
  Shawn Pearce af33a911d0 Replace DeltaWindow array with circularly linked list hace 11 años
  Shawn Pearce 0f32901ab7 Micro-optimize copy instructions in DeltaEncoder hace 11 años
  Shawn Pearce 1db50c9d91 Micro-optimize DeltaWindow primary loop hace 11 años
  Shawn Pearce 6903fa4a34 Micro-optimize DeltaWindow maxMemory test to be != 0 hace 11 años
  Shawn Pearce 4db695c1c6 Mark DeltaWindowEntry methods final hace 11 años
  Shawn Pearce 6c0bb4351d Increase PackOutputStream copy buffer to 64 KiB hace 11 años
  Shawn Pearce 46ef61a702 Tighten object header writing in PackOutuptStream hace 11 años
  Shawn Pearce 66192817cd Declare members of PackOutputStream final hace 11 años
  Shawn Pearce 2be6927d8e Always allocate the PackOutputStream copyBuffer hace 11 años
  Shawn Pearce eb17495ca4 Disable CRC32 computation when no PackIndex will be created hace 11 años
  Shawn Pearce d0a5337625 Steal work from delta threads to rebalance CPU load hace 11 años
  Matthias Sohn 41cba241d8 DfsReaderOptions are options for a DFS stored repository hace 11 años
  Shawn Pearce 5d446f410d Support cutting existing delta chains longer than the max depth hace 11 años
  Shawn Pearce 01a0699acc Micro-optimize reuseDeltaFor in PackWriter hace 11 años
  Shawn Pearce 8e83c36e27 Static import OBJ_* constants into PackWriter hace 11 años
  Shawn Pearce 6a5019f539 Renumber internal ObjectToPack flags hace 11 años
  Shawn Pearce 241eed844d Move wantWrite flag to be special offset 1 hace 11 años
  Shawn Pearce 1eed78657f Don't delta compress garbage objects hace 11 años
  Shawn Pearce 56497be34d Delete broken DFS read-ahead support hace 11 años
  Shawn Pearce d72416afbb Optimize DFS object reuse selection code hace 11 años