index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DiffFormatterTest: Create auto-closeable instances in try-with-resource
David Pursehouse
2016-01-21
1
-78
/
+82
*
ConfigTest: Create Git instance in try-with-resource
David Pursehouse
2016-01-21
1
-1
/
+3
*
CommitAndLogCommandTest: Use assumeFalse to skip test on Windows
David Pursehouse
2016-01-21
1
-2
/
+2
*
CommitAndLogCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-21
1
-250
/
+256
*
AddCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-21
1
-306
/
+327
*
ArchiveCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-21
1
-85
/
+89
*
TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource
David Pursehouse
2016-01-20
1
-101
/
+115
*
BlameCommandTest: Instantiate Git objects in try-with-resource
David Pursehouse
2016-01-20
1
-303
/
+305
*
SideBandOutputStreamTest: Use try-with-resource
David Pursehouse
2016-01-20
1
-11
/
+16
*
FileTreeIteratorJava7Test: Create Git instances in try-with-resource
David Pursehouse
2016-01-20
1
-32
/
+38
*
CheckoutCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-19
1
-48
/
+49
*
BranchCommandTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-19
1
-33
/
+33
*
CheckoutTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-19
1
-285
/
+306
*
BranchTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-19
1
-8
/
+12
*
URIishTest: Use @Test annotation's `expected` argument
David Pursehouse
2016-01-19
1
-36
/
+10
*
Suppress "The allocated object is never used" warning in tests
David Pursehouse
2016-01-19
6
-0
/
+13
*
Add $NON-NLS to suppress "Non-externalized string literal" warnings
David Pursehouse
2016-01-19
10
-41
/
+41
*
Don't use deprecated constructors of CmdLineException
David Pursehouse
2016-01-19
6
-22
/
+29
*
Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2
Matthias Sohn
2016-01-19
46
-49
/
+49
|
\
|
*
Prepare 4.2.0-SNAPSHOT builds
Matthias Sohn
2016-01-19
46
-49
/
+49
*
|
Merge "Remove org.eclipse.jgit.updatesite project from tools/version.sh" into...
Matthias Sohn
2016-01-19
1
-11
/
+0
|
\
|
|
*
Remove org.eclipse.jgit.updatesite project from tools/version.sh
Matthias Sohn
2016-01-19
1
-11
/
+0
*
|
RevParse: Remove superfluous semicolon
David Pursehouse
2016-01-14
1
-1
/
+1
*
|
RefUpdateTest: Use try-with-resource for auto-closable types
David Pursehouse
2016-01-14
1
-10
/
+13
*
|
RefUpdateTest: Add null check to prevent potential NPE
David Pursehouse
2016-01-14
1
-1
/
+1
|
/
*
CommitCommand: Remove redundant null check
David Pursehouse
2016-01-14
1
-1
/
+1
*
JGit v4.2.0.201512141825-rc1
v4.2.0.201512141825-rc1
Matthias Sohn
2015-12-15
46
-49
/
+49
*
Merge branch 'master' into stable-4.2
Matthias Sohn
2015-12-15
147
-776
/
+5994
|
\
|
*
Merge "push: Do not blindly overwrite peer"
Shawn Pearce
2015-12-14
4
-4
/
+156
|
|
\
|
|
*
push: Do not blindly overwrite peer
Shawn Pearce
2015-12-14
4
-4
/
+156
|
*
|
Fix FileTreeIterator.idSubmodule(Entry)
Christian Halstrick
2015-12-13
2
-6
/
+4
|
*
|
URIish: fixed full uri pattern not expecting end of line after host name
Andrey Loskutov
2015-12-12
2
-4
/
+23
|
*
|
Add remote command to JGit CLI
Kaloyan Raev
2015-12-11
16
-2
/
+1307
|
*
|
Merge "Fix NPE in HttpAuthMethod"
Christian Halstrick
2015-12-08
1
-1
/
+2
|
|
\
\
|
|
*
|
Fix NPE in HttpAuthMethod
Matthias Sohn
2015-12-07
1
-1
/
+2
|
|
|
/
|
*
/
Use runtime retention for Nullable annotation
Jonathan Nieder
2015-12-07
1
-4
/
+35
|
|
/
|
*
Support atomic push in JGit client
Shawn Pearce
2015-12-02
9
-34
/
+446
|
*
Fix wrong @since tag In ReceiveCommand
Matthias Sohn
2015-12-02
1
-1
/
+1
|
*
ReceiveCommand.filter: Accept Iterable
Shawn Pearce
2015-12-01
1
-7
/
+28
|
*
Merge changes If1490ca2,Ife950253
Shawn Pearce
2015-11-30
5
-62
/
+167
|
|
\
|
|
*
DirCacheBuilder: Speed up reading from trees
Shawn Pearce
2015-11-30
2
-19
/
+53
|
|
*
Delay locating .gitattributes until requested
Shawn Pearce
2015-11-29
3
-43
/
+114
|
*
|
DirCache: Add helper to read from a tree
Shawn Pearce
2015-11-29
3
-36
/
+27
|
|
/
|
*
DirCache: Fix bad code formatting
Shawn Pearce
2015-11-28
2
-8
/
+9
|
*
DirCacheEntry: Speed up creation by avoiding string cast
Shawn Pearce
2015-11-28
4
-26
/
+34
|
*
DirCache: Fix getEntriesWithin("") to not include null entries
Shawn Pearce
2015-11-27
1
-2
/
+2
|
*
Fix performance regression in CanonicalTreeParser
Shawn Pearce
2015-11-27
1
-15
/
+12
|
*
Add support for smudge filters
Christian Halstrick
2015-11-27
4
-19
/
+234
|
*
Add support for clean filters
Christian Halstrick
2015-11-27
13
-9
/
+546
|
*
Add the new class Attributes holding multiple Attribute(s)
Ivan Motsch
2015-11-27
13
-60
/
+306
[next]