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
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
path:
root
/
org.eclipse.jgit
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store push certificates in refs/meta/push-certs
Dave Borowitz
2015-07-10
2
-0
/
+446
*
Add setTargetBranch in RepoCommand.
Yuxuan 'fishy' Wang
2015-07-10
1
-14
/
+35
*
PushCertificateParser: Move reader parsing to instance method
Dave Borowitz
2015-07-09
1
-17
/
+35
*
PushCertificateParser: Make constructor public
Dave Borowitz
2015-07-09
1
-1
/
+7
*
Report PackProtocolExceptions to client during receive-pack
Dave Borowitz
2015-07-09
2
-47
/
+52
*
PushCertificate: implement hashCode/equals/toString
Dave Borowitz
2015-07-09
1
-0
/
+42
*
PushCertificateParser: Make pushee optional
Dave Borowitz
2015-07-09
2
-7
/
+12
*
PushCertificateParser: Change error string for invalid field
Dave Borowitz
2015-07-09
1
-1
/
+1
*
PushCertificateParser: Add method for parsing from a stream
Dave Borowitz
2015-07-09
1
-23
/
+140
*
IO: Add a method for reading lines
Dave Borowitz
2015-07-08
1
-0
/
+69
*
BaseReceivePack: Treat all LFs as optional
Dave Borowitz
2015-07-07
3
-53
/
+34
*
BaseReceivePack: More validation during parseCommand
Dave Borowitz
2015-07-07
2
-10
/
+28
*
Throw InvalidObjectIdException from ObjectId.fromString("tooshort")
Jonathan Nieder
2015-07-06
2
-5
/
+12
*
Avoid double-colon in InvalidObjectIdException description
Jonathan Nieder
2015-07-06
2
-8
/
+10
*
Merge branch 'stable-4.0'
Matthias Sohn
2015-06-24
1
-20
/
+37
|
\
|
*
Add a grace period for packfiles during GC
Christian Halstrick
2015-06-22
1
-20
/
+37
*
|
API to remove repositories from RepositoryCache
Tobias Oberlies
2015-06-23
1
-0
/
+28
*
|
SignedPushConfig: Allow setting a custom nonce generator impl
Dave Borowitz
2015-06-18
2
-8
/
+44
*
|
PackCertificateParser: return null if nothing was received
Dave Borowitz
2015-06-18
2
-2
/
+6
*
|
Include push certificates in RefUpdate
Dave Borowitz
2015-06-18
3
-0
/
+62
*
|
Remove redundant @since tags in new signed push classes
Dave Borowitz
2015-06-18
2
-34
/
+6
*
|
Add a separate type for the identity in a push certificate
Dave Borowitz
2015-06-18
5
-47
/
+374
*
|
PushCertificateParser: include begin/end lines in signature
Dave Borowitz
2015-06-18
2
-3
/
+8
*
|
PushCertificateParser: throw PackProtocolException in more cases
Dave Borowitz
2015-06-18
1
-7
/
+9
*
|
Extract a class for signed push configuration
Dave Borowitz
2015-06-18
3
-18
/
+165
*
|
BaseReceivePack: fix reading cert lines in command loop
Dave Borowitz
2015-06-18
1
-4
/
+8
*
|
Silence API warnings introduced by a85e817d
Matthias Sohn
2015-06-17
1
-2
/
+5
*
|
Update comments about PackStatistics
Terry Parker
2015-06-16
2
-4
/
+14
*
|
Add the set of shallow commits to PackStatistics
Terry Parker
2015-06-15
3
-0
/
+24
*
|
Add tests for HMACSHA1NonceGenerator
Dave Borowitz
2015-06-15
2
-11
/
+20
*
|
Merge "Introduce PostUploadHook to replace UploadPackLogger"
Shawn Pearce
2015-06-12
10
-114
/
+766
|
\
\
|
*
|
Introduce PostUploadHook to replace UploadPackLogger
Terry Parker
2015-06-12
10
-114
/
+766
*
|
|
Treat CloneCommand.setBranch(null) as setBranch("HEAD")
Jonathan Nieder
2015-06-11
1
-0
/
+6
*
|
|
Treat CloneCommand.setRemote(null) as setRemote("origin")
Jonathan Nieder
2015-06-11
1
-1
/
+5
*
|
|
Document CloneCommand.setURI(null)
Jonathan Nieder
2015-06-11
1
-1
/
+2
*
|
|
Handle null in ProgressMonitor setters
Jonathan Nieder
2015-06-11
6
-1
/
+19
*
|
|
Document CloneCommand.setDirectory(null) and setGitDir(null) more clearly
Jonathan Nieder
2015-06-11
1
-2
/
+4
*
|
|
Require all projects to have a name
Jonathan Nieder
2015-06-11
2
-0
/
+6
*
|
|
Merge topic 'push-cert-2'
Dave Borowitz
2015-06-11
4
-101
/
+321
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Rewrite push certificate parsing
Dave Borowitz
2015-06-11
4
-95
/
+298
|
*
|
Allow trailing newlines in receive-pack
Dave Borowitz
2015-06-10
1
-10
/
+27
*
|
|
Merge "Add new submodule layout to SubmoduleAddCommand"
Christian Halstrick
2015-06-11
1
-0
/
+2
|
\
\
\
|
*
|
|
Add new submodule layout to SubmoduleAddCommand
Christian Halstrick
2015-06-11
1
-0
/
+2
|
|
/
/
*
/
/
Tweak exception Javadoc to be eclipse-clean
Jonathan Nieder
2015-06-10
2
-1
/
+3
|
/
/
*
|
Merge changes I38e1798e,Id1fe1c20,I945ba188,I2c6be9cb
Jonathan Nieder
2015-06-10
8
-4
/
+105
|
\
\
|
*
|
Allow setting detail message and cause when constructing most exceptions
Jonathan Nieder
2015-06-02
7
-0
/
+96
|
*
|
Clarify description of ServiceNotAuthorizedException
Jonathan Nieder
2015-06-02
2
-4
/
+9
*
|
|
Merge "UploadPack: Use reachable-sha1-in-want configuration"
Shawn Pearce
2015-06-09
4
-2
/
+38
|
\
\
\
|
*
|
|
UploadPack: Use reachable-sha1-in-want configuration
Fredrik Medley
2015-06-09
4
-2
/
+38
*
|
|
|
Add missing imports for javadoc to ObjectCountCallback
Jonathan Nieder
2015-06-09
1
-0
/
+3
[next]