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
*
Fix DescribeCommand with multiple match options
Matthias Sohn
2018-11-26
1
-2
/
+2
*
Fix git-describe tie-breakers
HÃ¥vard Wall
2018-11-09
1
-15
/
+40
*
Merge branch 'stable-4.10' into stable-4.11
Matthias Sohn
2018-08-25
1
-0
/
+159
|
\
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2018-08-24
1
-0
/
+159
|
|
\
|
|
*
Fix fetching with duplicate ref updates
Thomas Wolf
2018-08-22
1
-0
/
+29
|
|
*
Fetch(Process): should tolerate duplicate refspecs
Marc Strapetz
2018-08-22
1
-0
/
+45
|
|
*
FetchCommandTest: test add/update/delete fetch
Marc Strapetz
2018-08-22
1
-0
/
+85
*
|
|
Use StandardCharsets.UTF_8 in tests
David Pursehouse
2018-03-07
4
-4
/
+5
*
|
|
HugeFileTest: Open RandomAccessFile in try-with-resource
David Pursehouse
2018-03-07
1
-23
/
+23
*
|
|
DescribeCommandTest: Open FileWriter in try-with-resource
David Pursehouse
2018-03-06
1
-3
/
+3
*
|
|
CommitCommandTest: Open Repository in try-with-resource
David Pursehouse
2018-03-06
1
-6
/
+6
*
|
|
CommitAndLogCommandTest: Open PrintWriter in try-with-resource
David Pursehouse
2018-03-06
1
-15
/
+15
*
|
|
CloneCommandTest: Open Repository in try-with-resource
David Pursehouse
2018-03-06
1
-11
/
+11
*
|
|
CleanCommandTest: Open Repository in try-with-resource
David Pursehouse
2018-03-05
1
-2
/
+3
*
|
|
AddCommandTest: Open PrintWriter in try-with-resource
David Pursehouse
2018-03-05
1
-99
/
+100
*
|
|
RebaseCommandTest: Open BufferedReader in try-with-resource
David Pursehouse
2018-03-05
1
-5
/
+2
*
|
|
CheckoutCommandTest: Open FileInputStream in try-with-resource
David Pursehouse
2018-03-05
1
-8
/
+2
*
|
|
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
2
-8
/
+4
*
|
|
PullCommandWithRebaseTest: Open File{Input|Output}Stream in try-with-resource
David Pursehouse
2018-02-26
1
-13
/
+2
*
|
|
PullCommandTest: Use try-with-resources for File{Input,Output}Stream
David Pursehouse
2018-02-26
1
-13
/
+2
*
|
|
CheckoutCommandTest: Fix name of created temp file
David Pursehouse
2018-02-25
1
-1
/
+1
*
|
|
InitCommand: Don't leave Repository open after Git is closed
David Pursehouse
2018-02-14
1
-36
/
+41
*
|
|
Fix CleanCommand not to throw FileNotFoundExceptions
Christian Halstrick
2018-02-08
1
-0
/
+16
*
|
|
Basic submodule merge handling
David Turner
2018-02-04
1
-2
/
+2
|
/
/
*
|
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
2
-14
/
+14
*
|
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
4
-11
/
+12
|
/
*
ReflogWriter: Align auto-creation defaults with C git
Dave Borowitz
2017-09-30
1
-10
/
+11
*
Add FetchCommand#setRefSpecs(String...) variant
Dave Borowitz
2017-09-07
2
-16
/
+12
*
Fix unthrown exception errors in CloneCommandTest
Matthias Sohn
2017-08-26
1
-4
/
+4
*
Fix default directory set when setDirectory wasn't called.
Joan Goyeau
2017-08-25
1
-4
/
+25
*
Send a detailed event on working tree modifications
Thomas Wolf
2017-08-15
1
-0
/
+87
*
Ensure EOL stream type is DIRECT when -text attribute is present
Thomas Wolf
2017-08-11
1
-0
/
+15
*
Fix committing empty commits
Christian Halstrick
2017-07-28
1
-0
/
+5
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
2
-2
/
+2
*
Temporarily @Ignore flaky CommitCommandTest methods
Dave Borowitz
2017-07-25
1
-0
/
+3
*
Add a test for parsing fsck config options and expose FsckMode enum
David Turner
2017-06-23
1
-0
/
+5
*
Fix bug in multiple tag handling on DescribeCommand
Oliver Lockwood
2017-06-21
1
-0
/
+24
*
Support --match functionality in DescribeCommand
Oliver Lockwood
2017-06-20
1
-8
/
+28
*
Support pull on detached HEAD
Mickael Istria
2017-05-08
1
-0
/
+52
*
PullCommand: Add support for recursing into submodules
David Pursehouse
2017-03-24
1
-37
/
+59
*
FetchCommand: Fix detection of submodule recursion mode
David Pursehouse
2017-03-10
1
-25
/
+91
*
FetchCommand: Add basic support for recursing into submodules
David Pursehouse
2017-03-04
1
-0
/
+273
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
6
-8
/
+8
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
13
-0
/
+79
*
Set commit time to ZipArchiveEntry
Naoki Takezoe
2017-02-18
1
-0
/
+10
*
FetchCommandTest: Don't declare specific exceptions in test methods
David Pursehouse
2017-02-09
1
-7
/
+2
*
PushCommandTest: Remove unused variables to prevent errors in Eclipse
David Pursehouse
2017-02-09
1
-3
/
+3
*
Merge "push: support per-ref force-with-lease"
Shawn Pearce
2017-02-08
1
-0
/
+54
|
\
|
*
push: support per-ref force-with-lease
David Turner
2017-02-08
1
-0
/
+54
*
|
GitConstructionTest: Remove unnecessary calls to Repository.close()
David Pursehouse
2017-01-28
1
-10
/
+0
[next]