aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* [error prone] fix ReferenceEquality warning in CommitBuilderMatthias Sohn2019-08-091-2/+3
* [error prone] fix ReferenceEquality warning in RefUpdate#updateImplMatthias Sohn2019-08-091-1/+3
* [error prone] fix ReferenceEquality warning in static equals methodsMatthias Sohn2019-08-091-1/+2
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-083-9/+27
* Fix formatting and add missing braces in Repository#stripWorkDirMatthias Sohn2019-08-081-5/+7
* Repository: fix reference comparison of FilesMatthias Sohn2019-08-081-1/+2
* Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-081-3/+4
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-082-0/+27
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-082-0/+27
| |\
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-082-0/+27
| | |\
| | | * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-0/+7
| | | * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-11/+0
| | | * Persist filesystem timestamp resolution and allow manual configurationMatthias Sohn2019-07-172-0/+23
| | | * Add support for nanoseconds and microseconds for Config#getTimeUnitMatthias Sohn2019-07-111-0/+8
| | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-192-3/+10
| | | * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | | | Error Prone: Increase severity of NonOverridingEquals to ERRORDavid Pursehouse2019-06-172-0/+9
* | | | Config: Handle reference-equality warning (and empty javadoc)Ivan Frade2019-06-151-2/+3
* | | | Config: Add helper method to check for empty valueDavid Pursehouse2019-06-112-5/+16
* | | | Abbreviated{Long}ObjectId: Make operator precedence explicitDavid Pursehouse2019-06-111-1/+1
* | | | Handle escaped CR-LF in git config filesThomas Wolf2019-06-081-3/+20
* | | | Fix off-by-one error in RebaseTodoFile when reading a todo fileThomas Wolf2019-06-071-3/+9
* | | | Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky2019-06-051-0/+9
* | | | Upgrade Bouncy Castle to 1.61Brandon Weeks2019-06-012-12/+23
* | | | GPG: check that the key found is a signing keyThomas Wolf2019-05-211-0/+8
* | | | GPG: use key fingerprint suffix to compare id for signing keyThomas Wolf2019-05-211-5/+6
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-163-19/+8
* | | | ConfigConstants: Fix quoting of section names in javadocsDavid Pursehouse2019-04-291-8/+8
* | | | Merge branch 'stable-5.3'Matthias Sohn2019-04-291-4/+40
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-281-4/+40
| |\| |
| | * | Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-201-4/+40
* | | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* | | | Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-4/+4
* | | | Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-081-1/+27
* | | | Ignore invalid files in '.gnupg/private-keys-v1.d'Gunnar Wagenknecht2019-04-031-2/+10
* | | | Ref: Add constant for undefined update indexIvan Frade2019-03-293-6/+13
* | | | Use Objects.requireNonNull instead of a custom helperJonathan Nieder2019-03-221-24/+0
* | | | Introduce a checkNotNull helperJonathan Nieder2019-03-221-1/+25
* | | | Merge branch 'stable-5.3'Matthias Sohn2019-03-121-1/+5
|\| | |
| * | | Avoid NPE in ObjectId.isId()Michael Keppler2019-03-091-1/+5
* | | | Do not retain commit body in RevWalk for reachability checksMinh Thai2019-03-062-0/+4
|/ / /
* | | On Windows use %APPDATA%\gnupg as GPG directory if it existsThomas Wolf2019-02-261-6/+39
* | | Add missing @since tag for new API method getUpdateIndexMatthias Sohn2019-02-172-2/+8
* | | CommitBuilder: Deprecate setEncoding(String)David Pursehouse2019-02-181-0/+2
* | | CommitBuilder: Add missing periods on methods' JavadocDavid Pursehouse2019-02-181-5/+5
* | | Allow to check for signing keyGunnar Wagenknecht2019-01-222-13/+64
* | | Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-165-2/+694
* | | Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-163-0/+293
* | | Fix warnings for usage of deprecated RefDatabase#getRefMatthias Sohn2019-01-082-4/+4
* | | Don't swallow IOExceptionJonathan Nieder2019-01-071-9/+7