104 Commits (stable-3.3)

Author SHA1 Message Date
  Matthias Sohn 1bdfd3b3aa [findBugs] Ensure streams are closed in a finally block 10 years ago
  Saša Živkov 835ab30743 Expose the received pack size in ReceivePack 10 years ago
  Saša Živkov ef3d864b1e Revert "Add getPackFile to ReceivePack to make PostReceiveHook more 10 years ago
  Saša Živkov 2670fd427c Add getPackFile to ReceivePack to make PostReceiveHook more usable 10 years ago
  Saša Živkov 0d05e5d26c Possibility to limit the max pack size on receive-pack 10 years ago
  Matthias Sohn 3d3df3942a Move Apache httpclient based HTTP support to a separate bundle 10 years ago
  Christian Halstrick 2290516ddb Add an implementation for HttpConnection using Apache HttpClient 11 years ago
  Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 years ago
  Robin Rosenberg 5ef6d69532 Use the new FS.exists method in commonly occuring places 11 years ago
  Shawn Pearce d1aacc415a Fix MissingObjectException race in ObjectDirectory 10 years ago
  Tomasz Zarna 0a38e08c1c fix link to EWAHCompressedBitmap in javadoc of SimpleDataInput/Output 10 years ago
  Colby Ranger ce5fd525be Upgrade javaewah to version 0.7.9 10 years ago
  Robin Rosenberg ed7e1eff07 Suppport the GIT_CONFIG_NOSYSTEM environment variable 10 years ago
  Robin Stocker e0502ebb03 More helpful InvalidPathException messages (include reason) 11 years ago
  Matthias Sohn 7f7dd171df Cache SimpleDateFormat in GitDateParser per locale 10 years ago
  Colby Ranger f3b80f1a74 Do not update the ref hot bit when checking isIndexLoaded 10 years ago
  Christian Halstrick 8da939221c Don't delete .idx file if .pack file can't be deleted 10 years ago
  Tobias Pfeifer 765896febb Add Squash/Fixup support for rebase interactive in RebaseCommand 11 years ago
  Christian Halstrick c3873b584f Enhance reading of git-rebase-todo formatted files 11 years ago
  Matthias Sohn b15c617d0f Describe HEAD if no explicit target was set 10 years ago
  Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. 10 years ago
  Kohsuke Kawaguchi f045a68a78 Added the git-describe implementation 11 years ago
  Colby Ranger 570bba5e7a Ignore bitmap indexes that do not match the pack checksum 10 years ago
  Colby Ranger 7dc6c553c0 Remove unneeded packs when compacting with no new objects 10 years ago
  Shawn Pearce aa8d5ac26c Remove unnecessary inflate stride in DfsBlock 10 years ago
  Colby Ranger 6cc532a43c Use a bucket sort for PackReverseIndex. 11 years ago
  Colby Ranger 903fb9c739 Implement get nth offset in PackIndex. 11 years ago
  Dave Borowitz b646578d89 Add a method to DfsOutputStream to read as an InputStream 11 years ago
  Robin Stocker a51899c203 Support refspecs with wildcard in middle (not only at end) 11 years ago
  Jonathan Nieder 56276d053f Move ArchiveCommand into standard porcelain API 11 years ago
  Robin Rosenberg a62770a3dd Fix the parameters to an exception 11 years ago
  Robin Rosenberg dd3181603e Extend the FS class for Java7 11 years ago
  Robin Rosenberg b8e763fc19 TagCommand should be able to create unannotated tags too 11 years ago
  Robin Rosenberg 9dcd8c2c90 Make the Reflog a public API again 11 years ago
  Shawn Pearce 5d8a9f6f3f Rescale "Compressing objects" progress meter by size 11 years ago
  Shawn Pearce 21e4aa2b9e Split delta search buckets by byte weight 11 years ago
  Shawn Pearce 3c27ee1a91 Support excluding objects during DFS compaction 11 years ago
  Colby Ranger eaa52b12f5 Update PackBitmapIndexRemapper to handle mappings not in the new pack. 11 years ago
  Shawn Pearce c9707e6353 Always attempt delta compression when reuseDeltas is false 11 years ago
  Shawn Pearce a5c6aac76c Avoid TemporaryBuffer.Heap on very small deltas 11 years ago
  Shawn Pearce 8a7c2f97d0 Correct distribution of allowed delta size along chain length 11 years ago
  Shawn Pearce 3b7924f403 Split remaining delta work on path boundaries 11 years ago
  Shawn Pearce 65f44bef23 Remove DFS locality ordering during packing 11 years ago
  Shawn Pearce af33a911d0 Replace DeltaWindow array with circularly linked list 11 years ago
  Shawn Pearce 0f32901ab7 Micro-optimize copy instructions in DeltaEncoder 11 years ago
  Shawn Pearce 1db50c9d91 Micro-optimize DeltaWindow primary loop 11 years ago
  Shawn Pearce 6903fa4a34 Micro-optimize DeltaWindow maxMemory test to be != 0 11 years ago
  Shawn Pearce 4db695c1c6 Mark DeltaWindowEntry methods final 11 years ago
  Shawn Pearce 6c0bb4351d Increase PackOutputStream copy buffer to 64 KiB 11 years ago
  Shawn Pearce 46ef61a702 Tighten object header writing in PackOutuptStream 11 years ago