2365 Commits (e03b5623ba718ba6867a107d59876a88ce84edd7)

Author SHA1 Message Date
Shawn Pearce 911b115772 Expose ReceiveCommand version of TrackingRefUpdate 11 years ago
Shawn Pearce cbc7c5c03f diff: Optimize single line edits 11 years ago
Matthias Sohn 50d8cf5ca5 JGit v3.3.2.201404171909-r 11 years ago
Shawn Pearce 6de12836d7 blame: Reduce running time ~4.5% by skipping common subtrees 11 years ago
Shawn Pearce 52500d3264 blame: Micro optimize blob lookup in tree 11 years ago
Shawn Pearce 5a4e34009b blame: Automatically increase commit abbreviation length 11 years ago
Konrad Kügler 551f3a0fa5 Blame correctly in the presence of conflicting merges 11 years ago
Jonathan Nieder d5110c32f9 Allow ArchiveCommand.registerFormat to be called twice 11 years ago
Matthias Sohn a53a18e988 Ensure that stored credentials aren't reset too early 11 years ago
Robin Rosenberg fe397ad90f Don't use package private classes when overriding a public interface 11 years ago
Shawn Pearce ffb0f05d02 Mark getParent deprecated in CanonicalTreeParser 11 years ago
Shawn Pearce 94330d9cb5 Fix ObjectChecker when normalization is enabled 11 years ago
Shawn Pearce 39904d6ad4 Abbreviate SHA-1s when reporting invalid objects 11 years ago
Shawn Pearce 8924d4e0a0 Throw CorruptObjectException when a bad object is found 11 years ago
Shawn Pearce 8254c76025 Add missing space to invalid object error messages 11 years ago
Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 11 years ago
Stefan Lay e56d50a94b Interactive rebase: Fix order of commit messages on squash 11 years ago
Stefan Lay 6995069464 Fix missing NON-NLS tag in RebaseCommand 11 years ago
Christian Halstrick 16436ef6d9 Fix GarbageCollection not to pack HEAD 11 years ago
Dave Borowitz 27473d8e66 Fix NameRevCommand when repo has no annotated tags 11 years ago
Matthias Sohn 5073000c3f Prepare 3.3.2-SNAPSHOT builds 11 years ago
Matthias Sohn f3f2060b5c JGit v3.3.1.201403241930-r 11 years ago
Gustaf Lundh 7d5e1f8497 Fixed RevWalk.isMergedInto() returning wrong results 11 years ago
Matthias Sohn 8598fe3d2b Retry to call credentials provider if http authentication failed 11 years ago
Christian Halstrick fc9b1fbf6b Ensure that ssh authentication is retried only in JGit 11 years ago
Rüdiger Herrmann 24921e12d0 Fix text alignment in history plot renderer 11 years ago
Shawn Pearce f716ad6d54 Fix StackOverflowError in RevCommit.carryFlags on deep side graphs 11 years ago
Shawn Pearce 4c3e7931ed Display progress while checking connectivity on push 11 years ago
Shawn Pearce 3d412827e5 Allow configuration of receive pack's ObjectChecker through fsck.* 11 years ago
Shawn Pearce ced58a7cff Correct fetch to use fetch.fsckObjects and transfer.fsckObjects 11 years ago
Shawn Pearce a1a5218032 Default receive.fsckObjects to transfer.fsckObjects 11 years ago
Shawn Pearce d300609495 Allow ReceivePack callers to configure their own ObjectChecker 11 years ago
Shawn Pearce 0aa682fc68 Check for duplicate names after folding case in ObjectChecker 11 years ago
Shawn Pearce e2f6378847 Change DirCacheCheckout to verify path using ObjectChecker 11 years ago
Shawn Pearce ed3879e389 Reject mixed case .git on Mac OS in ObjectChecker 11 years ago
Shawn Pearce ba0f89b421 Reject special Windows device names in ObjectChecker 11 years ago
Shawn Pearce 5019471ccb Allow an ObjectChecker to reject special characters for Windows 11 years ago
Shawn Pearce 09f513cb37 Reject '.git' as a tree name in ObjectChecker 11 years ago
Shawn Pearce 77cd1c8cdc Extract path segment check function in ObjectChecker 11 years ago
Shawn Pearce 2f1bd3618d Permit ObjectChecker to optionally accept leading '0' in trees 11 years ago
Shawn Pearce 62b538d891 Cleanup catch Exception when making Java7FSFactory 11 years ago
Matthias Sohn 1bdfd3b3aa [findBugs] Ensure streams are closed in a finally block 11 years ago
Konrad Kügler efd91ef8a7 Take core.autocrlf into account for blame annotations 11 years ago
Robin Rosenberg 7aa3358c40 Add missing break 11 years ago
Robin Rosenberg f3cf8fae76 Remove a redundant semi-colon 11 years ago
Robin Rosenberg 27191e7e22 Add @since tag to new DirCache#findEntry 11 years ago
Matthias Sohn 0401d3eb47 Fix some wrong @since 3.3 tags which should be @since 3.4 11 years ago
Laurent Goubet ab0983377e Make the resolve merger slightly more sub-classable. 11 years ago
Matthias Sohn effc2f34b8 [findBugs] Declare some private methods of WorkingTreeIterator static 11 years ago
Matthias Sohn 47207e98d4 Prepare 3.4.0-SNAPSHOT builds 11 years ago