summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Software User AgreementMatthias Sohn2014-04-1415-197/+285
* Merge changes Id9a641dd,If2ee1f42Robin Rosenberg2014-04-092-1/+86
|\
| * Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto()Sven Selberg2014-04-091-0/+80
| * Fixed RevWalk.isMergedInto() returning wrong resultsGustaf Lundh2014-03-241-1/+6
* | Fix ValidRefNameTest on WindowsRobin Rosenberg2014-04-061-23/+55
* | Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on WindowsRobin Rosenberg2014-04-061-0/+5
* | Don't use package private classes when overriding a public interfaceRobin Rosenberg2014-04-052-4/+6
* | Mark getParent deprecated in CanonicalTreeParserShawn Pearce2014-04-031-0/+1
* | Fix ObjectChecker when normalization is enabledShawn Pearce2014-04-032-3/+12
* | Abbreviate SHA-1s when reporting invalid objectsShawn Pearce2014-04-031-1/+2
* | Throw CorruptObjectException when a bad object is foundShawn Pearce2014-04-032-3/+19
* | Merge "Add missing space to invalid object error messages"Matthias Sohn2014-04-031-1/+1
|\ \
| * | Add missing space to invalid object error messagesShawn Pearce2014-04-031-1/+1
* | | Avoid calls to System.exit() and throw an exception insteadGuillaume Nodet2014-04-023-2/+37
* | | Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet2014-03-3010-52/+88
* | | Add launchers for running tests with Java 8Robin Rosenberg2014-03-293-0/+78
* | | Make sure we include the Java 7 module in tests when using JDK 8Robin Rosenberg2014-03-293-3/+3
* | | Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-2935-84/+102
* | | Allow full compiles on Java 8.Alexander Kurtakov2014-03-281-3/+2
|/ /
* | Interactive rebase: Fix order of commit messages on squashStefan Lay2014-03-272-8/+8
* | Fix missing NON-NLS tag in RebaseCommandStefan Lay2014-03-271-1/+1
* | Fix GarbageCollection not to pack HEADChristian Halstrick2014-03-262-1/+69
* | Fix NameRevCommand when repo has no annotated tagsDave Borowitz2014-03-252-5/+24
* | Merge branch 'stable-3.3'Matthias Sohn2014-03-254-14/+25
|\ \ | |/ |/|
| * Prepare 3.3.2-SNAPSHOT buildsMatthias Sohn2014-03-2555-258/+258
| * JGit v3.3.1.201403241930-rv3.3.1.201403241930-rMatthias Sohn2014-03-2555-59/+59
| * Retry to call credentials provider if http authentication failedMatthias Sohn2014-03-201-4/+6
| * Ensure that ssh authentication is retried only in JGitChristian Halstrick2014-03-151-0/+3
| * [findBugs] Ensure streams are closed in a finally blockMatthias Sohn2014-03-112-10/+16
| * Update com.jcraft.jsch to 0.1.50 also in pom dependenciesMatthias Sohn2014-03-111-1/+1
* | Update build to use Tycho 0.20.0Matthias Sohn2014-03-181-1/+1
* | Merge "Fix text alignment in history plot renderer"Matthias Sohn2014-03-132-2/+155
|\ \
| * | Fix text alignment in history plot rendererRĂ¼diger Herrmann2014-03-132-2/+155
* | | Fix StackOverflowError in RevCommit.carryFlags on deep side graphsShawn Pearce2014-03-131-16/+63
|/ /
* | Display progress while checking connectivity on pushShawn Pearce2014-03-121-0/+10
* | Merge changes I1a225c1b,Ie4d5f082,I41f24363,I9440dd25,I170b6f64,I02e964d1,Iec...Shawn Pearce2014-03-125-159/+567
|\ \
| * | Allow configuration of receive pack's ObjectChecker through fsck.*Shawn Pearce2014-03-121-4/+20
| * | Correct fetch to use fetch.fsckObjects and transfer.fsckObjectsShawn Pearce2014-03-121-3/+6
| * | Default receive.fsckObjects to transfer.fsckObjectsShawn Pearce2014-03-121-2/+3
| * | Allow ReceivePack callers to configure their own ObjectCheckerShawn Pearce2014-03-121-5/+19
| * | Check for duplicate names after folding case in ObjectCheckerShawn Pearce2014-03-122-1/+125
| * | Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-123-145/+83
| * | Reject mixed case .git on Mac OS in ObjectCheckerShawn Pearce2014-03-122-2/+32
| * | Reject special Windows device names in ObjectCheckerShawn Pearce2014-03-122-4/+90
| * | Allow an ObjectChecker to reject special characters for WindowsShawn Pearce2014-03-122-2/+140
| * | Reject '.git' as a tree name in ObjectCheckerShawn Pearce2014-03-122-4/+30
| * | Extract path segment check function in ObjectCheckerShawn Pearce2014-03-121-9/+14
| * | Permit ObjectChecker to optionally accept leading '0' in treesShawn Pearce2014-03-122-1/+28
* | | Merge "Rename test class so it is also executed during maven test phase"Matthias Sohn2014-03-121-1/+1
|\ \ \
| * | | Rename test class so it is also executed during maven test phaseChristian Halstrick2014-03-121-1/+1
| |/ /