summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Git: Don't close underlying repo if it came from from a callerDave Borowitz2015-03-171-22/+41
* Fix compile error due to missing dependencies and since tagsMarkus Duft2015-03-121-0/+1
* Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce2015-03-111-1/+33
|\
| * ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-201-1/+33
* | Add "--long" option to JGit describeChristian Halstrick2015-03-091-4/+37
* | Support for the commit-msg hook.Laurent Delaigue2015-03-021-0/+5
* | Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-022-33/+59
|/
* Implement AutoClosable interface to support try-with-resources blockMatthias Sohn2015-02-091-1/+1
* Support for the pre-commit hookLaurent Goubet2015-02-024-8/+136
* Merge "Ensure GitCommand's "callable" guard is thread-safe"Christian Halstrick2015-01-231-3/+4
|\
| * Ensure GitCommand's "callable" guard is thread-safeMatthias Sohn2015-01-211-3/+4
* | Document that repo returned by SubmoduleAddCommand needs to be closedMatthias Sohn2015-01-221-0/+11
* | Document that Git instance returned by CloneCommand needs to be closedMatthias Sohn2015-01-221-0/+6
|/
* Support the new repository layout for submodulesChristian Halstrick2014-12-151-0/+3
* Allow explicit configuration of git directory in CloneCommandChristian Halstrick2014-12-151-4/+59
* Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-151-9/+79
* Prevent NPE if ref can't be resolved when executing ReflogCommandMatthias Sohn2014-12-121-0/+4
* CheckoutCommand: Fix checking out ours/theirs when no base stage existsRobin Stocker2014-12-101-3/+8
* Deprecate checkoutEntry variant that accepts FileShawn Pearce2014-11-272-9/+2
* Support DfsRepository from GarbageCollectCommandShawn Pearce2014-11-251-15/+32
* Cleanup TreeWalk creation/release inside StashApplyCommandShawn Pearce2014-11-241-4/+2
* Expand wildcard imports to specfic classesShawn Pearce2014-11-101-12/+15
* add missing @since tag in StatusCommandChristian Halstrick2014-11-041-0/+1
* RebaseCommand should ignore submodule modificationsChristian Halstrick2014-11-031-1/+2
* Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick2014-11-031-0/+14
* Fix ResetCommand to default to mixed resetMatthias Sohn2014-10-131-0/+3
* Add "aggressive" option to GCChristian Halstrick2014-09-191-1/+52
* Fix warning about missing serialVersionUIDRobin Rosenberg2014-09-041-0/+2
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-043-22/+22
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-1/+1
* Handle -m option for Merge commandAxel Richard2014-08-301-2/+21
* Add toString to Git with repository pathRobin Stocker2014-08-171-0/+4
* Fix CheckoutCommand not setting up trackingRobin Stocker2014-08-052-25/+22
* Fix Javadoc errors with Java 8Robin Stocker2014-08-021-3/+3
* Fix RevertCommand to correctly revert multiple commits at once.Maik Schreiber2014-07-301-0/+1
* Preserve merges during pull if configured to do soKonrad Kügler2014-07-151-23/+42
* Rebase: Add --preserve-merges supportKonrad Kügler2014-07-152-30/+282
* Cherry-Pick: Support --no-commitKonrad Kügler2014-07-141-6/+27
* Remove an unnecessary semicolonRobin Rosenberg2014-06-151-1/+1
* LsRemoteCommand - internal execute need not be protectedRobin Rosenberg2014-06-081-1/+1
* Make JavaDoc validator happy by declaring GitAPIException on callAsMapRobin Rosenberg2014-06-041-0/+4
* Adds a callAsMap() function to LsRemoteCommand.Yuxuan 'fishy' Wang2014-05-241-1/+24
* Allow to include untracked files in stash operations.Andreas Hermann2014-05-222-12/+160
* Add missing since tagsMatthias Sohn2014-05-211-0/+2
* Merge "Cherry-Pick: Support --mainline to pick merges"Robin Rosenberg2014-05-191-9/+41
|\
| * Cherry-Pick: Support --mainline to pick mergesKonrad Kügler2014-05-171-9/+41
* | Merge "Archive: Add the ability to select one or more paths."Robin Rosenberg2014-05-171-0/+25
|\ \ | |/ |/|
| * Archive: Add the ability to select one or more paths.Shaul Zorea2014-05-141-0/+25
* | Rebase: Write an empty "quiet" file to make C Git happyKonrad Kügler2014-05-161-0/+3
* | Fix wrong Exception messagesChristian Halstrick2014-05-141-1/+1
|/