aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java
Commit message (Expand)AuthorAgeFilesLines
* CommitCommand: commit message cleanupThomas Wolf2022-01-311-3/+76
* Merge branch 'master' into nextMatthias Sohn2021-05-121-79/+106
|\
| * Refactor CommitCommand to improve readabilityMatthias Sohn2021-03-231-72/+90
| * CommitCommand: fix formattingMatthias Sohn2021-03-231-2/+1
| * CommitCommand: remove unncessary commentMatthias Sohn2021-03-231-1/+0
| * Ensure post-commit hook is called after index lock was releasedMatthias Sohn2021-03-231-6/+17
* | Enable CommitCommand to use a fluent styleAlex Blewitt2021-03-191-2/+4
|/
* GPG: support git config gpg.programThomas Wolf2021-02-071-7/+48
* Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-011-9/+15
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Add ability to redirect stderr from git hooksTim Neumann2019-12-091-3/+49
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-1/+1
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-1/+1
| |\
| | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-1/+1
* | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
|/ /
* | Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-161-1/+23
* | Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-161-1/+71
|/
* Fix misspelled class name: EmtpyCommitException -> EmptyCommitExceptionDavid Pursehouse2018-03-101-2/+2
* CommitCommand: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-5/+2
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-26/+29
* Fix committing empty commitsChristian Halstrick2017-07-281-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Add support for post-commit hooksMartin Goellnitz2016-09-131-6/+44
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Fix CommitCommand to be able to skip writing to RefLogChristian Halstrick2016-04-111-1/+6
* CommitCommand: Remove declaration of unthrown exceptionDavid Pursehouse2016-02-021-1/+1
* Add option to allow empty commits to CommitCommandChristian Halstrick2016-01-201-0/+42
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-1/+1
|\
| * CommitCommand: Remove redundant null checkDavid Pursehouse2016-01-141-1/+1
* | commit command: allow to specify path(s) argument(s)Andrey Loskutov2015-12-291-1/+1
|/
* Add support for clean filtersChristian Halstrick2015-11-271-1/+3
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-181-0/+2
* Fix CommitCommand.setOnly()Christian Halstrick2015-06-011-1/+1
* Use try-with-resource to close resources in CommitCommandMatthias Sohn2015-04-081-177/+172
* Support for the commit-msg hook.Laurent Delaigue2015-03-021-0/+5
* Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-021-27/+10
* Support for the pre-commit hookLaurent Goubet2015-02-021-2/+69
* Rebase: Add --preserve-merges supportKonrad Kügler2014-07-151-2/+17
* Document that path parameters should use '/' as separatorRobin Stocker2013-11-151-4/+4
* Add NON-NLS comments for some obviously untranslatable stringsRobin Rosenberg2013-07-211-2/+2
* Fix CommitCommand not to destroy repoChristian Halstrick2013-05-111-60/+71
* Indicate initial commit on a branch in the reflogRobin Rosenberg2013-04-021-1/+2
* Fix CommitCommand amend mode to preserve parent orderShawn Pearce2013-03-281-3/+2
* Speed up handling of "only" paths in the CommitCommandRobin Rosenberg2013-01-071-12/+11
* Update the revert command and things relating to revertRobin Rosenberg2012-12-281-0/+3
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-12/+12
* CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-121-23/+28