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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
1
-1
/
+1
|
\
|
*
Remove redundant "static" qualifier from enum declarations
David Pursehouse
2020-02-19
1
-1
/
+1
*
|
Replace ExpectedException which was deprecated in junit 4.13
Matthias Sohn
2020-01-24
2
-52
/
+38
*
|
Replace deprecated junit assertion methods with hamcrest
Matthias Sohn
2020-01-22
1
-1
/
+1
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
34
-1292
/
+170
|
/
*
IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctly
Thomas Wolf
2019-11-15
1
-0
/
+77
*
GPG: implement more OpenPGP UserId matching formats
Thomas Wolf
2019-10-23
1
-0
/
+167
*
Close some Repository instances in tests
Thomas Wolf
2019-10-21
1
-3
/
+5
*
Close ObjectInserters in tests
Thomas Wolf
2019-10-21
3
-40
/
+52
*
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
2
-4
/
+2
*
Fix parsing of core.logAllRefUpdates
Thomas Wolf
2019-10-07
1
-3
/
+25
*
Merge branch 'stable-5.4'
Matthias Sohn
2019-08-09
3
-94
/
+62
|
\
|
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
3
-94
/
+62
|
|
\
|
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-08
3
-94
/
+62
|
|
|
\
|
|
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-08-08
3
-113
/
+76
|
|
|
|
\
|
|
|
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
2
-18
/
+27
|
|
|
|
*
Add support for nanoseconds and microseconds for Config#getTimeUnit
Matthias Sohn
2019-07-11
1
-0
/
+12
|
|
|
|
*
Delete unused FileTreeIteratorWithTimeControl
Matthias Sohn
2019-07-11
1
-68
/
+0
|
|
|
|
*
Fix RacyGitTests#testRacyGitDetection
Matthias Sohn
2019-07-03
1
-11
/
+26
|
|
|
|
*
Change RacyGitTests to create a racy git situation in a stable way
Masaya Suzuki
2019-06-19
1
-29
/
+24
|
|
|
|
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2019-06-19
3
-5
/
+10
*
|
|
|
|
Fix "reset -hard" bug that folders could not be created
René Scheibe
2019-06-19
1
-0
/
+23
*
|
|
|
|
RebaseTodoFileTest: Fix "the the" typo
Ivan Frade
2019-06-12
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Handle escaped CR-LF in git config files
Thomas Wolf
2019-06-08
1
-0
/
+35
*
|
|
|
Fix off-by-one error in RebaseTodoFile when reading a todo file
Thomas Wolf
2019-06-07
1
-0
/
+142
*
|
|
|
Convert to lambda or member reference
Carsten Hammer
2019-05-16
2
-31
/
+25
*
|
|
|
Merge branch 'stable-5.3'
Matthias Sohn
2019-04-29
1
-1
/
+33
|
\
|
|
|
|
*
|
|
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-04-28
1
-1
/
+33
|
|
\
|
|
|
|
*
|
Revert 4678f4b and provide another solution for bug 467631
Thomas Wolf
2019-04-20
1
-1
/
+33
*
|
|
|
Use isEmpty() instead of size()==0 where possible
Carsten Hammer
2019-04-13
1
-5
/
+4
*
|
|
|
ConfigTest: Add test for parsing invalid group header
David Pursehouse
2019-04-11
1
-0
/
+7
*
|
|
|
Introduce RefDatabase#getTipsWithSha1 to list refs pointing to object
Patrick Hiesel
2019-04-08
1
-1
/
+16
*
|
|
|
Clarify error message for invalid Windows characters
Han-Wen Nienhuys
2019-03-29
1
-3
/
+15
|
/
/
/
*
|
|
LocalDiskRepositoryTestCase#createRepository: Default auto-close to false
David Pursehouse
2019-01-20
1
-5
/
+5
*
|
|
DirCacheCheckoutTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-2
/
+2
*
|
|
Allow CommitCommand to sign commits
Gunnar Wagenknecht
2019-01-16
1
-0
/
+201
*
|
|
RefDatabase: Introduce findRef synonym for getRef
Jonathan Nieder
2018-12-26
1
-5
/
+0
*
|
|
RefDatabase: Remove fallback exactRef implementation
Jonathan Nieder
2018-12-26
1
-0
/
+5
*
|
|
Merge changes from topic 'update-index-ref-decorator'
Jonathan Nieder
2018-12-26
2
-4
/
+43
|
\
\
\
|
*
|
|
RefDatabase/Ref: Add versioning to reference database
Ivan Frade
2018-12-26
2
-4
/
+43
|
|
/
/
*
/
/
Change RacyGitTests to create a racy git situation in a stable way
Masaya Suzuki
2018-12-23
1
-29
/
+24
|
/
/
*
|
Fix IndexDiffs for git links
Thomas Wolf
2018-11-26
2
-0
/
+75
*
|
New GpgConfig for typed access to GPG settings
Gunnar Wagenknecht
2018-11-20
1
-0
/
+147
*
|
ValidRefNameTest#testNormalizeBranchName: Fix string/ref equality check
David Pursehouse
2018-10-10
1
-2
/
+2
*
|
Merge branch 'stable-5.1'
Matthias Sohn
2018-10-06
1
-2
/
+117
|
\
|
|
*
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2018-10-06
1
-2
/
+117
|
|
\
|
|
*
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2018-10-06
1
-2
/
+117
|
|
|
\
|
|
|
*
Merge branch 'stable-4.10' into stable-4.11
Matthias Sohn
2018-10-06
1
-2
/
+117
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2018-10-06
1
-2
/
+117
|
|
|
|
|
\
|
|
|
|
|
*
Merge branch 'stable-4.8' into stable-4.9
Matthias Sohn
2018-10-06
1
-2
/
+117
|
|
|
|
|
|
\
[next]