| Commit message (Expand) | Author | Age | Files | Lines |
* | CommitCommand: commit message cleanup | Thomas Wolf | 2022-01-31 | 1 | -3/+76 |
* | Merge branch 'master' into next | Matthias Sohn | 2021-05-12 | 1 | -79/+106 |
|\ |
|
| * | Refactor CommitCommand to improve readability | Matthias Sohn | 2021-03-23 | 1 | -72/+90 |
| * | CommitCommand: fix formatting | Matthias Sohn | 2021-03-23 | 1 | -2/+1 |
| * | CommitCommand: remove unncessary comment | Matthias Sohn | 2021-03-23 | 1 | -1/+0 |
| * | Ensure post-commit hook is called after index lock was released | Matthias Sohn | 2021-03-23 | 1 | -6/+17 |
* | | Enable CommitCommand to use a fluent style | Alex Blewitt | 2021-03-19 | 1 | -2/+4 |
|/ |
|
* | GPG: support git config gpg.program | Thomas Wolf | 2021-02-07 | 1 | -7/+48 |
* | Decouple BouncyCastle from JGit Core | Matthias Sohn | 2020-06-01 | 1 | -9/+15 |
* | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-22 | 1 | -1/+1 |
|\ |
|
| * | Use indexOf(char) and lastIndexOf(char) rather than String versions | David Pursehouse | 2020-02-19 | 1 | -1/+1 |
* | | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 1 | -38/+5 |
|/ |
|
* | Add ability to redirect stderr from git hooks | Tim Neumann | 2019-12-09 | 1 | -3/+49 |
* | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-08-08 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-08-08 | 1 | -1/+1 |
| |\ |
|
| | * | Use Instant instead of milliseconds for filesystem timestamp handling | Matthias Sohn | 2019-07-18 | 1 | -1/+1 |
* | | | Use isEmpty() instead of size()==0 where possible | Carsten Hammer | 2019-04-13 | 1 | -1/+1 |
|/ / |
|
* | | Implement signing commits using BouncyCastle | Medha Bhargav Prabhala | 2019-01-16 | 1 | -1/+23 |
* | | Allow CommitCommand to sign commits | Gunnar Wagenknecht | 2019-01-16 | 1 | -1/+71 |
|/ |
|
* | Fix misspelled class name: EmtpyCommitException -> EmptyCommitException | David Pursehouse | 2018-03-10 | 1 | -2/+2 |
* | CommitCommand: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -5/+2 |
* | Fix javadoc in org.eclipse.jgit annotations and api packages | Matthias Sohn | 2017-12-18 | 1 | -26/+29 |
* | Fix committing empty commits | Christian Halstrick | 2017-07-28 | 1 | -1/+1 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 1 | -2/+2 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -0/+1 |
* | Add support for post-commit hooks | Martin Goellnitz | 2016-09-13 | 1 | -6/+44 |
* | Replace use of deprecated method Repository.getRef() | Matthias Sohn | 2016-05-31 | 1 | -1/+1 |
* | Fix CommitCommand to be able to skip writing to RefLog | Christian Halstrick | 2016-04-11 | 1 | -1/+6 |
* | CommitCommand: Remove declaration of unthrown exception | David Pursehouse | 2016-02-02 | 1 | -1/+1 |
* | Add option to allow empty commits to CommitCommand | Christian Halstrick | 2016-01-20 | 1 | -0/+42 |
* | Merge branch 'stable-4.2' | David Pursehouse | 2016-01-20 | 1 | -1/+1 |
|\ |
|
| * | CommitCommand: Remove redundant null check | David Pursehouse | 2016-01-14 | 1 | -1/+1 |
* | | commit command: allow to specify path(s) argument(s) | Andrey Loskutov | 2015-12-29 | 1 | -1/+1 |
|/ |
|
* | Add support for clean filters | Christian Halstrick | 2015-11-27 | 1 | -1/+3 |
* | Adds the git attributes computation on the treewalk | Arthur Daussy | 2015-11-18 | 1 | -0/+2 |
* | Fix CommitCommand.setOnly() | Christian Halstrick | 2015-06-01 | 1 | -1/+1 |
* | Use try-with-resource to close resources in CommitCommand | Matthias Sohn | 2015-04-08 | 1 | -177/+172 |
* | Support for the commit-msg hook. | Laurent Delaigue | 2015-03-02 | 1 | -0/+5 |
* | Refactored pre-commit hook to make it less invasive. | Laurent Delaigue | 2015-03-02 | 1 | -27/+10 |
* | Support for the pre-commit hook | Laurent Goubet | 2015-02-02 | 1 | -2/+69 |
* | Rebase: Add --preserve-merges support | Konrad Kügler | 2014-07-15 | 1 | -2/+17 |
* | Document that path parameters should use '/' as separator | Robin Stocker | 2013-11-15 | 1 | -4/+4 |
* | Add NON-NLS comments for some obviously untranslatable strings | Robin Rosenberg | 2013-07-21 | 1 | -2/+2 |
* | Fix CommitCommand not to destroy repo | Christian Halstrick | 2013-05-11 | 1 | -60/+71 |
* | Indicate initial commit on a branch in the reflog | Robin Rosenberg | 2013-04-02 | 1 | -1/+2 |
* | Fix CommitCommand amend mode to preserve parent order | Shawn Pearce | 2013-03-28 | 1 | -3/+2 |
* | Speed up handling of "only" paths in the CommitCommand | Robin Rosenberg | 2013-01-07 | 1 | -12/+11 |
* | Update the revert command and things relating to revert | Robin Rosenberg | 2012-12-28 | 1 | -0/+3 |
* | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 1 | -12/+12 |
* | CommitCommand: Ensure unmerged paths are added correctly with setOnly | Robin Stocker | 2012-11-12 | 1 | -23/+28 |