aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/errors
Commit message (Expand)AuthorAgeFilesLines
* GPG signature verification via BouncyCastleThomas Wolf2021-02-161-0/+65
* TagCommand: propagate NO_CHANGE informationThomas Wolf2020-12-081-33/+38
* Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-011-0/+42
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-044-152/+20
* Add possibility to get pure stderr output from AbortedByHookExceptionTim Neumann2019-12-091-9/+19
* Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-161-0/+69
* JGitInternalException: Fix typo in JavadocDavid Pursehouse2018-12-221-1/+1
* Avoid double wordsMincong HUANG2018-12-211-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-152-1/+1
* Fix misspelled class name: EmtpyCommitException -> EmptyCommitExceptionDavid Pursehouse2018-03-101-6/+6
* EmtpyCommitException: Add TODO to fix misspelled class name in 5.0David Pursehouse2017-12-181-1/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-1831-17/+186
* Cleanup: Remove trailing whitespaceMatthias Sohn2017-08-302-4/+4
* Fix javadoc of TooLargeObjectInPackExceptionMatthias Sohn2017-05-191-1/+2
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Organize importsDavid Pursehouse2016-11-141-2/+0
* Better report on client side if push failed due to too large objectMatthias Sohn2016-05-301-0/+65
* Add option to allow empty commits to CommitCommandChristian Halstrick2016-01-201-0/+62
* Add support for clean filtersChristian Halstrick2015-11-271-0/+144
* Allow setting detail message and cause when constructing most exceptionsJonathan Nieder2015-06-023-0/+27
* Improve exception thrown when pull can't find advertised refMatthias Sohn2015-05-291-0/+54
* Better report too large pack-files from PushCommandChristian Halstrick2015-05-271-0/+65
* Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-021-6/+49
* Support for the pre-commit hookLaurent Goubet2015-02-021-0/+61
* Fix warning about missing serialVersionUIDRobin Rosenberg2014-09-041-0/+2
* Add missing @since tagsMatthias Sohn2013-11-091-0/+2
* Add Squash/Fixup support for rebase interactive in RebaseCommandTobias Pfeifer2013-11-051-0/+60
* Add missing @since tagsMatthias Sohn2013-06-151-4/+5
* Add missing javadoc for archive codeJonathan Nieder2013-05-291-0/+8
* ArchiveCommand: make archive formats non-inner classesJonathan Nieder2013-05-231-2/+10
* Fix stash apply using merge logicRobin Rosenberg2013-01-301-0/+19
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Add a hint on the purpose of JGitInternalException to the constructorRobin Rosenberg2012-10-141-0/+4
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-051-1/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+11
* Move JGitText to an internal packageRobin Rosenberg2012-03-125-5/+5
* Remove ambiguous CheckoutConflictExceptionTomasz Zarna2012-03-061-0/+2
* Add ApplyCommand to JGit APITomasz Zarna2012-03-042-0/+146
* Throw API exception when LsRemoteCommand fails with TransportExceptionMatthias Sohn2012-01-151-0/+63
* Merge branch 'stable-1.2'Matthias Sohn2011-12-101-0/+15
|\
| * Throw API exception when MergeCommand hits checkout conflicts Matthias Sohn2011-12-081-0/+15
* | Throw invalid ref exception instead of invalid remote exceptionKevin Sawicki2011-12-081-0/+8
|/
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-131-1/+9
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+0
* Implement rebase --continue and --skipMathias Kinzler2010-12-091-0/+54
* Add Cherry-Pick commandChristian Halstrick2010-10-151-0/+65
* Add "Branch" commandMathias Kinzler2010-10-105-0/+266
* Add "Pull" commandMathias Kinzler2010-10-083-0/+185
* Add FetchCommandChris Aniszczyk2010-09-171-0/+52