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
/
transport
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use BatchRefUpdate for tracking refs in FetchProcess
Shawn O. Pearce
2012-05-22
1
-1
/
+2
*
Ignore trailing comments in transport SPI parsing
Kevin Sawicki
2012-03-21
2
-0
/
+114
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
2
-2
/
+2
*
Support insteadOf and pushInsteadOf URL replacement
Kevin Sawicki
2012-03-05
1
-0
/
+63
*
Modify refs in UploadPack/ReceivePack using a hook interface
Dave Borowitz
2012-02-29
1
-13
/
+14
*
Add constant for default name for the Git repo configuration
Tomasz Zarna
2012-01-02
1
-1
/
+2
*
Merge "Add percent-encoding of reserved characters in URIish"
Shawn Pearce
2011-12-02
1
-12
/
+218
|
\
|
*
Add percent-encoding of reserved characters in URIish
Robin Rosenberg
2011-12-02
1
-12
/
+218
*
|
maxObjectSizeLimit for receive-pack.
Sasa Zivkov
2011-11-22
1
-0
/
+95
*
|
Add missing '' characters around quoted variables
Kevin Sawicki
2011-11-18
1
-1
/
+1
|
/
*
Allow '\' in user names in URI-ish
Robin Rosenberg
2011-11-04
1
-0
/
+66
*
Fix boxing warnings in PushProcessTest
Tomasz Zarna
2011-08-24
1
-7
/
+7
*
Ensure the HTTP request is fully consumed
Shawn O. Pearce
2011-05-31
1
-0
/
+32
*
Fix NPE in URIish when parsing an empty URI
Ketan Padegaonkar
2011-05-19
1
-0
/
+20
*
Fix getHumanishName broken for windows paths
Stefan Lay
2011-05-06
1
-0
/
+11
*
Do not normalize URIishes
Robin Rosenberg
2011-03-28
1
-4
/
+4
*
Use Ignore to bypass unused test
Robin Rosenberg
2011-03-28
1
-2
/
+2
*
Handle "ERR %s" when ACK/NAK is expected
Shawn O. Pearce
2011-03-17
1
-0
/
+12
*
TransportProtocol: Allow null Repository in canHandle()
Shawn O. Pearce
2011-03-15
1
-1
/
+1
*
Make the supported Transports extensible and discoverable
Shawn O. Pearce
2011-03-13
2
-3
/
+3
*
RemoteRefUpdate: Accept Ref and ObjectId arguments for source
Shawn O. Pearce
2011-03-03
1
-5
/
+5
*
[findbugs] Do not ignore exceptional return value of mkdir
Matthias Sohn
2011-01-28
1
-2
/
+3
*
Refactor IndexPack to not require local filesystem
Shawn O. Pearce
2011-01-25
2
-22
/
+47
*
Convert all JGit unit tests to JUnit 4
Robin Rosenberg
2010-12-31
13
-40
/
+298
*
IndexPack: Remove blob-streaming size threshold
roberto
2010-12-09
1
-1
/
+0
*
IndexPack: Use streaming for large whole blobs
Shawn O. Pearce
2010-12-08
1
-0
/
+20
*
Fix URIish parsing of absolute scp-style URIs
Shawn O. Pearce
2010-11-09
1
-1
/
+13
*
Add support for single-slash URI
Christian Halstrick
2010-10-08
1
-0
/
+37
*
Refactored URI parsing to detect wrong URIs
Christian Halstrick
2010-10-08
1
-0
/
+6
*
Fixed URI regexp regarding user/password part
Christian Halstrick
2010-10-08
1
-0
/
+23
*
Fix URIish tests to contain a hostname for git protocol
Christian Halstrick
2010-10-08
1
-2
/
+3
*
Allow ../relative paths in remotes
Chris West (Faux)
2010-09-10
1
-0
/
+10
*
Fix checkReferencedIsReachable to use correct base list
Shawn O. Pearce
2010-09-06
1
-4
/
+13
*
ReceivePack: Rethrow exceptions caught during indexing
Shawn O. Pearce
2010-09-03
1
-5
/
+53
*
Remove unnecessary ObjectId.copy() calls
Shawn O. Pearce
2010-08-19
1
-3
/
+3
*
Merge branch 'delta'
Shawn O. Pearce
2010-07-22
4
-22
/
+22
|
\
|
*
Allow TemporaryBuffer.Heap to allocate smaller than 8 KiB
Shawn O. Pearce
2010-07-09
1
-7
/
+7
|
*
Refactor Repository.openObject to be Repository.open
Shawn O. Pearce
2010-06-28
1
-5
/
+5
|
*
Move PackWriter progress monitors onto the operations
Shawn O. Pearce
2010-06-28
1
-2
/
+2
|
*
Move FileRepository to storage.file.FileRepository
Shawn O. Pearce
2010-06-26
2
-2
/
+2
|
*
Replace WindowCache with ObjectReader
Shawn O. Pearce
2010-06-25
1
-1
/
+1
|
*
Use FileRepository where we assume other file semantics
Shawn O. Pearce
2010-06-25
1
-3
/
+3
|
*
Use higher level Config types when possible
Shawn O. Pearce
2010-06-23
1
-2
/
+2
*
|
Handle the tilde notation (~user) of git url
Robin Rosenberg
2010-07-15
1
-0
/
+47
|
/
*
Externalize strings from JGit
Sasa Zivkov
2010-05-19
1
-2
/
+3
*
Fix ReceivePackRefFilterTest on Windows
Shawn O. Pearce
2010-04-27
1
-0
/
+9
*
ReceivePack: Clarify the check reachable option
Shawn O. Pearce
2010-04-16
1
-6
/
+6
*
ReceivePack: fix ensureProvidedObjectsVisible on thin packs
Shawn O. Pearce
2010-04-16
1
-0
/
+477
*
IndexPack: Correct thin pack fix using less than 20 bytes
Shawn O. Pearce
2010-04-16
1
-0
/
+59
*
Refactor SideBandOutputStream to be buffered
Shawn O. Pearce
2010-03-12
2
-43
/
+106
[next]