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
Commit message (
Expand
)
Author
Age
Files
Lines
*
WorkingTreeModifiedEvent: must be fired explicitly after merge
Thomas Wolf
2019-11-03
2
-9
/
+39
*
Close some Repository instances in tests
Thomas Wolf
2019-10-21
1
-33
/
+35
*
Close ObjectInserters in tests
Thomas Wolf
2019-10-21
1
-15
/
+15
*
Remove meaningless comment in CloneCommandTest
Matthias Sohn
2019-10-21
1
-1
/
+0
*
Implement mirror option in CloneCommand
Matthias Sohn
2019-10-21
1
-1
/
+33
*
Close RevWalks in tests
Thomas Wolf
2019-10-16
1
-4
/
+6
*
Close TreeWalks in tests
Thomas Wolf
2019-10-15
1
-21
/
+17
*
Close SubmoduleWalks in tests
Thomas Wolf
2019-10-15
3
-46
/
+55
*
Fire WorkingTreeModifiedEvent if cherry-pick failed with conflicts
Matthias Sohn
2019-09-26
1
-0
/
+21
*
Fix error occurring when SecurityManager is enabled
Nail Samatov
2019-08-23
1
-0
/
+206
*
Merge branch 'stable-5.4'
Matthias Sohn
2019-08-20
2
-3
/
+9
|
\
|
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-20
2
-3
/
+9
|
|
\
|
|
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-19
2
-3
/
+9
|
|
|
\
|
|
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-08-19
2
-3
/
+9
|
|
|
|
\
|
|
|
|
*
Fix NPE in CommitOnlyTest#getHead
Matthias Sohn
2019-08-18
1
-0
/
+6
|
|
|
|
*
Cache user global and system-wide git configurations
Matthias Sohn
2019-08-18
1
-3
/
+3
*
|
|
|
|
Fix ApplyCommand which doesn't work if patch adds empty file
Anton Khodos
2019-08-19
1
-0
/
+10
*
|
|
|
|
Merge branch 'stable-5.4'
Matthias Sohn
2019-08-09
6
-39
/
+232
|
\
|
|
|
|
|
*
|
|
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
6
-39
/
+232
|
|
\
|
|
|
|
|
*
|
|
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-08
6
-39
/
+232
|
|
|
\
|
|
|
|
|
*
|
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-08-08
6
-39
/
+232
|
|
|
|
\
|
|
|
|
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
5
-31
/
+49
|
|
|
|
*
Fix non-deterministic hash of archives created by ArchiveCommand
Matthias Sohn
2019-06-19
1
-8
/
+183
|
|
|
|
*
Make inner classes static where possible
David Pursehouse
2019-06-17
1
-2
/
+3
*
|
|
|
|
Fix "reset -hard" bug that folders could not be deleted
René Scheibe
2019-06-19
1
-0
/
+20
*
|
|
|
|
Fix "reset -hard" bug that folders could not be created
René Scheibe
2019-06-19
1
-0
/
+16
|
/
/
/
/
*
|
|
|
Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()
Thomas Wolf
2019-06-11
1
-0
/
+48
*
|
|
|
Make pull --rebase on an unborn branch do a checkout
Thomas Wolf
2019-06-10
1
-0
/
+28
*
|
|
|
DescribeCommand: use glob match instead of path match
Thomas Wolf
2019-06-07
1
-0
/
+17
*
|
|
|
Consistently use "!isEmpty()" to detect non-empty list
David Pursehouse
2019-06-07
1
-5
/
+5
*
|
|
|
DescribeCommand: Support the "always" option
Sebastian Schuberth
2019-05-31
1
-7
/
+24
*
|
|
|
Convert to lambda or member reference
Carsten Hammer
2019-05-16
1
-73
/
+44
*
|
|
|
Use isEmpty() instead of size()==0 where possible
Carsten Hammer
2019-04-13
1
-1
/
+1
*
|
|
|
Use StringBuilder instead of StringBuffer where possible.
Carsten Hammer
2019-04-11
1
-1
/
+1
*
|
|
|
DescribeCommandTest: Trivially fix formatting by removing a blank line
Sebastian Schuberth
2019-03-18
1
-1
/
+0
|
/
/
/
*
|
|
Fix core.autocrlf for non-normalized index
Thomas Wolf
2019-02-26
2
-6
/
+98
*
|
|
Enable cloning only specific tags
Thomas Wolf
2019-01-27
1
-0
/
+26
*
|
|
RenameBranchCommand: more consistent handling of short ref names
Thomas Wolf
2019-01-23
1
-0
/
+46
*
|
|
Allow to check for signing key
Gunnar Wagenknecht
2019-01-22
1
-0
/
+17
*
|
|
MergeCommandTest: Open TestRepository in try-with-resource
David Pursehouse
2019-01-20
1
-26
/
+31
*
|
|
Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand
David Pursehouse
2019-01-20
2
-6
/
+7
*
|
|
CheckoutCommandTest: Add comment to document intentionally empty catch block
David Pursehouse
2019-01-20
1
-0
/
+1
*
|
|
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 "jgit checkout -f" to overwrite dirty worktree files
Christian Halstrick
2019-01-08
1
-2
/
+15
|
/
/
*
|
Merge "Fix IndexDiffs for git links"
Christian Halstrick
2018-11-28
2
-1
/
+23
|
\
\
|
*
|
Fix IndexDiffs for git links
Thomas Wolf
2018-11-26
2
-1
/
+23
*
|
|
Merge branch 'stable-5.1'
David Pursehouse
2018-11-27
1
-16
/
+39
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge branch 'stable-5.0' into stable-5.1
David Pursehouse
2018-11-27
1
-16
/
+39
|
|
\
|
|
*
Merge branch 'stable-4.11' into stable-5.0
David Pursehouse
2018-11-27
1
-16
/
+39
|
|
|
\
[next]