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.junit
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
TestRepository: Deprecate #getDate and use #getInstant instead
Ivan Frade
9 days
1
-9
/
+24
*
SystemReader#now: make it a concrete method
Ivan Frade
2024-11-14
1
-6
/
+0
*
MockSystemReader: create the right time zone
Ivan Frade
2024-11-13
1
-1
/
+1
*
SystemReader: Give a default implementation to #getTimezoneAt()
Ivan Frade
2024-11-13
1
-5
/
+0
*
Don't fail when trying to prune pack which is already gone
Jacek Centkowski
2024-11-12
1
-1
/
+2
*
Merge branch 'stable-7.0'
Matthias Sohn
2024-11-12
1
-3
/
+7
|
\
|
*
Enhance CommitBuilder#parent to tolerate null parent
Matthias Sohn
2024-11-07
1
-3
/
+7
*
|
SystemReader: Offer methods with java.time API
Ivan Frade
2024-11-08
1
-0
/
+18
*
|
[errorprone] SeparateClassloadertTestRunner: use #split(String,int)
Ivan Frade
2024-10-30
1
-1
/
+1
|
/
*
TestRepository: Add getInstant method
David Ostrovsky
2023-10-05
1
-0
/
+11
*
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
1
-0
/
+2
*
[errorprone] Fix BadImport
Matthias Sohn
2023-09-25
1
-4
/
+4
*
[errorprone] MockSystemReader: fix CatchAndPrintStackTrace
Matthias Sohn
2023-09-25
1
-1
/
+1
*
Use ShutdownHook to gracefully handle JVM shutdown
Matthias Sohn
2023-09-12
1
-17
/
+17
*
Default for global (user) git ignore file
Thomas Wolf
2023-06-19
1
-5
/
+19
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
9
-36
/
+130
*
BatchingProgressMonitor: expose time spent per task
Matthias Sohn
2023-02-27
1
-0
/
+5
*
Merge branch 'stable-6.2' into stable-6.3
Matthias Sohn
2022-11-20
1
-0
/
+2
|
\
|
*
Silence API errors
Matthias Sohn
2022-11-20
1
-0
/
+2
*
|
[merge] Fix merge conflicts with symlinks
Thomas Wolf
2022-09-07
1
-0
/
+18
|
/
*
[test] Fix closing of test repositories
Nail Samatov
2022-01-30
1
-2
/
+19
*
Merge branch 'stable-5.11' into stable-5.12
Matthias Sohn
2021-12-04
6
-0
/
+11
|
\
|
*
Merge branch 'stable-5.10' into stable-5.11
Matthias Sohn
2021-12-04
6
-0
/
+11
|
|
\
|
|
*
Merge branch 'stable-5.9' into stable-5.10
Matthias Sohn
2021-12-04
6
-0
/
+11
|
|
|
\
|
|
|
*
Merge branch 'stable-5.8' into stable-5.9
Matthias Sohn
2021-12-04
6
-0
/
+11
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-5.6' into stable-5.7
Matthias Sohn
2021-12-04
6
-0
/
+11
|
|
|
|
|
\
|
|
|
|
|
*
Merge branch 'stable-5.5' into stable-5.6
Matthias Sohn
2021-12-04
6
-0
/
+11
|
|
|
|
|
|
\
|
|
|
|
|
|
*
Add missing @since tags
Matthias Sohn
2021-12-04
6
-0
/
+11
*
|
|
|
|
|
|
Introduce getMergedInto(RevCommit commit, Collection<Ref> refs)
Adithya Chakilam
2021-03-14
1
-0
/
+12
|
/
/
/
/
/
/
*
|
|
|
|
|
PackFile: Add id + ext based constructors
Nasser Grainawi
2021-03-07
1
-9
/
+2
*
|
|
|
|
|
Create a PackFile class for Pack filenames
Nasser Grainawi
2021-03-04
1
-4
/
+7
*
|
|
|
|
|
Rename PackFile to Pack
Nasser Grainawi
2021-02-10
1
-3
/
+3
*
|
|
|
|
|
Fix SeparateClassloaderTestRunner on Java 9 or higher
Matthias Sohn
2021-02-05
1
-4
/
+10
|
/
/
/
/
/
*
/
/
/
/
Close Repository to fix tests failing on Windows
Nail Samatov
2020-11-01
1
-0
/
+8
|
/
/
/
/
*
/
/
/
ResolveMerger: Adding test cases for GITLINK merge
Demetr Starshov
2020-08-26
1
-0
/
+16
|
/
/
/
*
|
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-28
1
-1
/
+1
|
\
|
|
|
*
|
Make Logger instances final
David Pursehouse
2020-02-27
1
-1
/
+1
*
|
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-1
/
+1
*
|
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
13
-494
/
+65
|
/
/
*
|
Merge branch 'stable-5.5'
Matthias Sohn
2019-11-11
2
-2
/
+33
|
\
|
|
*
Store filesystem timestamp resolution in extra jgit config
Matthias Sohn
2019-11-09
2
-2
/
+33
*
|
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-2
/
+1
|
/
*
Merge "RevWalk: Traverse all parents of UNINTERESTING commits"
Jonathan Tan
2019-08-26
1
-1
/
+38
|
\
|
*
RevWalk: Traverse all parents of UNINTERESTING commits
Alex Spradlin
2019-08-26
1
-1
/
+38
*
|
Fix error occurring when SecurityManager is enabled
Nail Samatov
2019-08-23
1
-0
/
+94
*
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-20
2
-9
/
+68
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-19
2
-9
/
+68
|
|
\
|
|
*
Cache user global and system-wide git configurations
Matthias Sohn
2019-08-18
2
-5
/
+45
|
|
*
Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock
Matthias Sohn
2019-08-16
1
-6
/
+7
|
|
*
Implement toString in MockSystemReader and MockConfig
Matthias Sohn
2019-08-11
1
-0
/
+11
[next]