2287 Commits (32ff57a2b2b9480f4d374a2592fada7f720b124f)

Author SHA1 Message Date
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Stefan Lay e56d50a94b Interactive rebase: Fix order of commit messages on squash 10 years ago
  Stefan Lay 6995069464 Fix missing NON-NLS tag in RebaseCommand 10 years ago
  Christian Halstrick 16436ef6d9 Fix GarbageCollection not to pack HEAD 10 years ago
  Dave Borowitz 27473d8e66 Fix NameRevCommand when repo has no annotated tags 10 years ago
  Matthias Sohn 5073000c3f Prepare 3.3.2-SNAPSHOT builds 10 years ago
  Matthias Sohn f3f2060b5c JGit v3.3.1.201403241930-r 10 years ago
  Matthias Sohn 8598fe3d2b Retry to call credentials provider if http authentication failed 10 years ago
  Christian Halstrick fc9b1fbf6b Ensure that ssh authentication is retried only in JGit 10 years ago
  Rüdiger Herrmann 24921e12d0 Fix text alignment in history plot renderer 10 years ago
  Shawn Pearce f716ad6d54 Fix StackOverflowError in RevCommit.carryFlags on deep side graphs 10 years ago
  Shawn Pearce 4c3e7931ed Display progress while checking connectivity on push 10 years ago
  Shawn Pearce 3d412827e5 Allow configuration of receive pack's ObjectChecker through fsck.* 10 years ago
  Shawn Pearce ced58a7cff Correct fetch to use fetch.fsckObjects and transfer.fsckObjects 10 years ago
  Shawn Pearce a1a5218032 Default receive.fsckObjects to transfer.fsckObjects 10 years ago
  Shawn Pearce d300609495 Allow ReceivePack callers to configure their own ObjectChecker 10 years ago
  Shawn Pearce 0aa682fc68 Check for duplicate names after folding case in ObjectChecker 10 years ago
  Shawn Pearce e2f6378847 Change DirCacheCheckout to verify path using ObjectChecker 10 years ago
  Shawn Pearce ed3879e389 Reject mixed case .git on Mac OS in ObjectChecker 10 years ago
  Shawn Pearce ba0f89b421 Reject special Windows device names in ObjectChecker 10 years ago
  Shawn Pearce 5019471ccb Allow an ObjectChecker to reject special characters for Windows 10 years ago
  Shawn Pearce 09f513cb37 Reject '.git' as a tree name in ObjectChecker 10 years ago
  Shawn Pearce 77cd1c8cdc Extract path segment check function in ObjectChecker 10 years ago
  Shawn Pearce 2f1bd3618d Permit ObjectChecker to optionally accept leading '0' in trees 10 years ago
  Shawn Pearce 62b538d891 Cleanup catch Exception when making Java7FSFactory 10 years ago
  Matthias Sohn 1bdfd3b3aa [findBugs] Ensure streams are closed in a finally block 10 years ago
  Konrad Kügler efd91ef8a7 Take core.autocrlf into account for blame annotations 10 years ago
  Robin Rosenberg 7aa3358c40 Add missing break 10 years ago
  Robin Rosenberg f3cf8fae76 Remove a redundant semi-colon 10 years ago
  Robin Rosenberg 27191e7e22 Add @since tag to new DirCache#findEntry 10 years ago
  Matthias Sohn 0401d3eb47 Fix some wrong @since 3.3 tags which should be @since 3.4 10 years ago
  Matthias Sohn effc2f34b8 [findBugs] Declare some private methods of WorkingTreeIterator static 10 years ago
  Matthias Sohn 47207e98d4 Prepare 3.4.0-SNAPSHOT builds 10 years ago
  Matthias Sohn c1fee1d16b Prepare 3.3.1-SNAPSHOT builds 10 years ago
  Shawn Pearce fc8ff50e1a Add missing @Deprecated to deprecated fields and methods 10 years ago
  Matthias Sohn 3d855dbfc6 JGit v3.3.0.201403021825-r 10 years ago
  Robin Rosenberg fd62a45649 Fix merge/cherry-picking in CRLF mode 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
  Robin Rosenberg abff667d40 Avoid an NPE after 7b01a5369210 10 years ago
  Robin Rosenberg 9508df3979 Remove obsolete getRepositoryMethod from WorkingTreeIterator 10 years ago
  Robin Rosenberg 7b01a53692 Fix NPE when WorkingTreeIterator does not have a repository set 10 years ago
  Christian Halstrick 73c8e70797 Don't raise checkout conflict for file missing in working tree 10 years ago
  Christian Halstrick 8c8bbda3fb Add a missing @since tag 10 years ago
  Marc Strapetz 59a2dc801c Files should be deleted with "retry" option 10 years ago
  Marc Strapetz c5dfc2317c DirCacheEntry: access to raw path 11 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
  Marc Strapetz ea16c2afff Fix possible NPE in Repository.resolve 10 years ago
  Marc Strapetz 21498aec83 DirCache.findEntry(byte[], in) made public 11 years ago