aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Signing: refactor interfacesThomas Wolf2024-08-241-16/+57
* CommitCommand: commit message cleanupThomas Wolf2022-01-311-0/+57
* Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-031-9/+33
|\
| * Handle non-normalized index also for executable filesThomas Wolf2020-03-251-9/+33
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Close SubmoduleWalks in testsThomas Wolf2019-10-151-24/+28
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-11/+13
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-081-11/+13
| |\
| | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-11/+13
* | | Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()Thomas Wolf2019-06-111-0/+48
* | | Use StringBuilder instead of StringBuffer where possible.Carsten Hammer2019-04-111-1/+1
|/ /
* | Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-261-0/+93
* | Allow to check for signing keyGunnar Wagenknecht2019-01-221-0/+17
* | Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-161-5/+17
* | Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-161-0/+99
|/
* Fix misspelled class name: EmtpyCommitException -> EmptyCommitExceptionDavid Pursehouse2018-03-101-3/+3
* CommitCommandTest: Open Repository in try-with-resourceDavid Pursehouse2018-03-061-6/+6
* Fix committing empty commitsChristian Halstrick2017-07-281-0/+5
* Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2017-07-251-0/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+14
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Fix CommitCommand to be able to skip writing to RefLogChristian Halstrick2016-04-111-0/+31
* CommitCommandTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-01-251-260/+266
* Add option to allow empty commits to CommitCommandChristian Halstrick2016-01-201-0/+31
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-2/+4
* Fix CommitCommand.setOnly()Christian Halstrick2015-06-011-0/+11
* Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-211-2/+2
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-3/+3
* Fix tests on windows by closing reposChristian Halstrick2014-12-121-2/+2
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-121-0/+54
* CommitCommand: Use original author on amend if author is not setRobin Stocker2012-10-081-0/+44
* CommitCommand: Don't allow amending on initial commitRobin Stocker2012-10-081-0/+7
* Fix unstable testRobin Rosenberg2012-10-021-1/+1
* Allow detection of case insensitive file systemsMatthias Sohn2012-08-061-0/+10
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-2/+8
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-151-2/+41
* Update smudged entries when writing indexKevin Sawicki2012-05-281-0/+107
* Support committing submodule updatesKevin Sawicki2012-01-301-0/+106
* Retain executable mode of existing files on WindowsKevin Sawicki2012-01-031-0/+155