index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.test
/
tst
/
org
/
eclipse
/
jgit
/
api
/
CommitCommandTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Signing: refactor interfaces
Thomas Wolf
2024-08-24
1
-16
/
+57
*
CommitCommand: commit message cleanup
Thomas Wolf
2022-01-31
1
-0
/
+57
*
Merge branch 'stable-5.6' into stable-5.7
Thomas Wolf
2020-04-03
1
-9
/
+33
|
\
|
*
Handle non-normalized index also for executable files
Thomas Wolf
2020-03-25
1
-9
/
+33
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
|
/
*
Close SubmoduleWalks in tests
Thomas Wolf
2019-10-15
1
-24
/
+28
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
1
-11
/
+13
|
\
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-08
1
-11
/
+13
|
|
\
|
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
1
-11
/
+13
*
|
|
Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()
Thomas Wolf
2019-06-11
1
-0
/
+48
*
|
|
Use StringBuilder instead of StringBuffer where possible.
Carsten Hammer
2019-04-11
1
-1
/
+1
|
/
/
*
|
Fix core.autocrlf for non-normalized index
Thomas Wolf
2019-02-26
1
-0
/
+93
*
|
Allow to check for signing key
Gunnar Wagenknecht
2019-01-22
1
-0
/
+17
*
|
Implement signing commits using BouncyCastle
Medha Bhargav Prabhala
2019-01-16
1
-5
/
+17
*
|
Allow CommitCommand to sign commits
Gunnar Wagenknecht
2019-01-16
1
-0
/
+99
|
/
*
Fix misspelled class name: EmtpyCommitException -> EmptyCommitException
David Pursehouse
2018-03-10
1
-3
/
+3
*
CommitCommandTest: Open Repository in try-with-resource
David Pursehouse
2018-03-06
1
-6
/
+6
*
Fix committing empty commits
Christian Halstrick
2017-07-28
1
-0
/
+5
*
Temporarily @Ignore flaky CommitCommandTest methods
Dave Borowitz
2017-07-25
1
-0
/
+3
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+14
*
Organize imports
David Pursehouse
2016-11-14
1
-1
/
+1
*
Fix CommitCommand to be able to skip writing to RefLog
Christian Halstrick
2016-04-11
1
-0
/
+31
*
CommitCommandTest: Open Git and TreeWalk in try-with-resource
David Pursehouse
2016-01-25
1
-260
/
+266
*
Add option to allow empty commits to CommitCommand
Christian Halstrick
2016-01-20
1
-0
/
+31
*
Repository: Introduce exactRef and findRef, deprecate getRef
Jonathan Nieder
2015-11-25
1
-2
/
+4
*
Fix CommitCommand.setOnly()
Christian Halstrick
2015-06-01
1
-0
/
+11
*
Split discoverGitPrefix() code out into discoverGitExe()
Sebastian Schuberth
2015-05-21
1
-2
/
+2
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-3
/
+3
*
Fix tests on windows by closing repos
Christian Halstrick
2014-12-12
1
-2
/
+2
*
Move base test classes to the junit bundle for reuse for Java 7 tests
Robin Rosenberg
2013-02-04
1
-1
/
+1
*
CommitCommand: Ensure unmerged paths are added correctly with setOnly
Robin Stocker
2012-11-12
1
-0
/
+54
*
CommitCommand: Use original author on amend if author is not set
Robin Stocker
2012-10-08
1
-0
/
+44
*
CommitCommand: Don't allow amending on initial commit
Robin Stocker
2012-10-08
1
-0
/
+7
*
Fix unstable test
Robin Rosenberg
2012-10-02
1
-1
/
+1
*
Allow detection of case insensitive file systems
Matthias Sohn
2012-08-06
1
-0
/
+10
*
Fix resource leaks due to unclosed repositories
Christian Halstrick
2012-06-16
1
-2
/
+8
*
Add "--squash" option to MergeCommand
Tomasz Zarna
2012-06-15
1
-2
/
+41
*
Update smudged entries when writing index
Kevin Sawicki
2012-05-28
1
-0
/
+107
*
Support committing submodule updates
Kevin Sawicki
2012-01-30
1
-0
/
+106
*
Retain executable mode of existing files on Windows
Kevin Sawicki
2012-01-03
1
-0
/
+155