aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
Commit message (Expand)AuthorAgeFilesLines
* GPG signature verification via BouncyCastleThomas Wolf2021-02-161-1/+11
* Add Git#shutdown for releasing resources held by JGit processMatthias Sohn2020-06-041-0/+11
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Use Objects.requireNonNull instead of a custom helperJonathan Nieder2019-03-221-2/+2
* Introduce a checkNotNull helperJonathan Nieder2019-03-221-3/+3
* Add a command to deinitialize submodulesDavid Turner2017-12-271-1/+12
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-206/+239
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Add remote command to JGit CLIKaloyan Raev2015-12-111-2/+42
* Clone should create Git instances which are able to close repositoryAndrey Loskutov2015-08-041-1/+1
* Git: Don't close underlying repo if it came from from a callerDave Borowitz2015-03-171-22/+41
* Implement AutoClosable interface to support try-with-resources blockMatthias Sohn2015-02-091-1/+1
* Add toString to Git with repository pathRobin Stocker2014-08-171-0/+4
* Add close() method to APIChristian Halstrick2013-11-201-0/+20
* Add / fix @since tagsMatthias Sohn2013-10-241-1/+1
* Added the git-describe implementationKohsuke Kawaguchi2013-09-271-0/+11
* Enable LsRemoteCommand to work without local repositoryRobin Stocker2013-08-131-0/+11
* Add missing @since tagMatthias Sohn2013-06-201-0/+1
* Move ArchiveCommand into standard porcelain APIJonathan Nieder2013-05-241-0/+9
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-211-1/+1
* Add a NameRevCommand for describing IDs in terms of refnamesDave Borowitz2013-03-111-0/+10
* Add GarbageCollectCommand to porcelain APIMatthias Sohn2012-11-181-0/+15
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+4
* Add command support for dropping a stashed commitKevin Sawicki2012-03-211-0/+9
* Add ApplyCommand to JGit APITomasz Zarna2012-03-041-0/+14
* Add command support for applying a stashed commitKevin Sawicki2012-02-281-10/+18
* Add support for creating a stashed commitKevin Sawicki2012-02-281-0/+9
* Add command support for listing stashed commitsKevin Sawicki2012-01-201-1/+10
* Add submodule command helpers to Git classKevin Sawicki2012-01-021-0/+51
* Add ListTagCommand to JGit APIKetan Padegaonkar2011-08-211-2/+12
* Add DeleteTagCommand to JGit APITomasz Zarna2011-08-211-0/+9
* Add DiffCommand to JGit APITomasz Zarna2011-08-161-0/+13
* Add ReflogCommandChris Aniszczyk2011-06-221-0/+13
* blame: Compute the origin of lines in a result fileShawn O. Pearce2011-05-311-0/+13
* Add CleanCommand to JGit APIAbhishek Bhatnagar2011-05-241-0/+13
* Add LsRemoteCommand to JGit APIChristoph Brill2011-05-191-0/+13
* Add NotesCommand to the JGit APIChris Aniszczyk2011-04-101-0/+36
* Add open(File) and wrap(Repository) to GitChristian Halstrick2011-04-021-1/+47
* Add status command to GIT apiChristian Halstrick2011-03-231-0/+13
* Add git-reset to the Git APIChris Aniszczyk2011-02-171-0/+13
* Add git-clone to the Git APIChris Aniszczyk2011-01-311-0/+13
* Implement a revert commandRobin Rosenberg2011-01-021-1/+14
* Clean up Init APIChris Aniszczyk2010-12-071-13/+13
* Add InitCommandChris Aniszczyk2010-12-051-1/+14
* Add CheckoutCommandChris Aniszczyk2010-11-221-0/+13
* Add RmCommand to Git APIChris Aniszczyk2010-11-221-0/+13
* Initial implementation of a Rebase commandMathias Kinzler2010-11-221-0/+13
* Add Cherry-Pick commandChristian Halstrick2010-10-151-0/+13
* Add "Branch" commandMathias Kinzler2010-10-101-0/+36
* Add "Pull" commandMathias Kinzler2010-10-081-0/+9