131 Commits (stable-3.5)

Author SHA1 Message Date
  Matthias Sohn 668acc6fc5 Only hide gitdir if the repository isn't bare 9 years ago
  Christian Halstrick fa4f00b7ed Fix PackWriterBitmapWalker handling non-existing uninteresting objects 9 years ago
  Robin Rosenberg 00c4a73fbc Windows: Hide the .git directory if hidedotfiles is set to non-false 10 years ago
  Matthias Sohn 3885ce2a94 Prevent NPE if no CredentialsProvider is registered 9 years ago
  Marc Strapetz 6be184e15c PackIndexV2 should check for possible corruption 10 years ago
  Marc Strapetz ce48fba05e PackIndexV2: fix possibly wrong check 10 years ago
  Shawn Pearce 94c4d7eee8 Cleanup use of java.util.Inflater, fixing rare infinite loops 10 years ago
  Shawn Pearce d70419ab00 Revert "Add a method to DfsOutputStream to read as an InputStream" 10 years ago
  Dave Borowitz e1856dbf44 Add a method to ObjectInserter to read back inserted objects 11 years ago
  Shawn Pearce 63eb9042a4 DfsInserter: buffer up to streamFileThreshold from InputStream 10 years ago
  Kevin Sawicki d2fa3987a0 Use bitcheck to check for presence of OPT_FULL option 10 years ago
  Christian Halstrick 289b7c60a9 Fixed message for exception thrown during recursive merge 10 years ago
  Stefan Lay 4b2b3294b8 Allow retrying connecting SshSession in case of an exception 10 years ago
  Hugo Arès d439c8dfe5 Fix DeltaTask infinite loop 10 years ago
  Andreas Hermann 44f81d956b Allow to include untracked files in stash operations. 10 years ago
  Andreas Hermann b7e46c07f9 Fix for reflog corruption caused by multiline message 10 years ago
  Konrad Kügler b84057ad62 Cherry-Pick: Support --mainline to pick merges 10 years ago
  Yuxuan 'fishy' Wang 0b15b48f74 Handle repo copyfile in bare repositories. 10 years ago
  Doug Kelly 62697c8d33 Remove streaming delta support from JGit 10 years ago
  Robin Rosenberg fe397ad90f Don't use package private classes when overriding a public interface 10 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Christian Halstrick 16436ef6d9 Fix GarbageCollection not to pack HEAD 10 years ago
  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
  Marc Strapetz 59a2dc801c Files should be deleted with "retry" option 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