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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
LfsProtocolServlet: Add support for rate limit and bandwidth limit errors
David Pursehouse
2016-08-20
3
-0
/
+132
*
LfsProtocolServlet: Always include message in error response
David Pursehouse
2016-08-20
1
-1
/
+2
*
LfsRepository{NotFound,ReadOnly}: Externalize message strings
David Pursehouse
2016-08-20
4
-3
/
+15
*
Merge "DownloadTest: Use enums from org.apache.http.HttpStatus"
Matthias Sohn
2016-08-19
1
-3
/
+8
|
\
|
*
DownloadTest: Use enums from org.apache.http.HttpStatus
David Pursehouse
2016-08-20
1
-3
/
+8
*
|
Merge "Ignore IOException thrown from close"
Shawn Pearce
2016-08-19
1
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
Ignore IOException thrown from close
Masaya Suzuki
2016-08-19
1
-1
/
+10
*
|
DfsObjDatabase: clear PackList dirty bit if no new packs
Shawn Pearce
2016-08-19
1
-1
/
+14
|
/
*
Enhance ResetCommand to allow disabling reflog update
Matthias Sohn
2016-08-17
2
-2
/
+68
*
LfsProtocolServlet: Always set the Content-Type header on response
David Pursehouse
2016-08-16
1
-2
/
+3
*
LfsProtocolServlet: Don't set pretty printing on Gson
David Pursehouse
2016-08-16
1
-5
/
+4
*
Merge "BaseReceivePack: null and IllegalStateException cases for getPushOptions"
Jonathan Nieder
2016-08-15
1
-3
/
+19
|
\
|
*
BaseReceivePack: null and IllegalStateException cases for getPushOptions
Dan Wang
2016-08-10
1
-3
/
+19
*
|
Update .mailmap
David Pursehouse
2016-08-09
1
-0
/
+1
*
|
LfsProtocolServlet: Reuse existing Writer when sending error response
David Pursehouse
2016-08-09
1
-27
/
+19
*
|
RepoCommand: Avoid group lists shadowing groups strings
Jonathan Nieder
2016-08-08
2
-10
/
+10
*
|
PackWriter: Fix Javadoc tag for thrown exception in preparePack
David Pursehouse
2016-08-09
1
-1
/
+1
*
|
Merge "Document new PackWriter#preparePack variant's parameters and exceptions"
Jonathan Nieder
2016-08-08
1
-0
/
+20
|
\
\
|
*
|
Document new PackWriter#preparePack variant's parameters and exceptions
Jonathan Nieder
2016-08-08
1
-0
/
+20
*
|
|
Silence API errors in LfsProtocolServlet
Matthias Sohn
2016-08-09
1
-0
/
+17
*
|
|
Add missing @since tags for new API
Matthias Sohn
2016-08-09
3
-1
/
+10
*
|
|
Merge "Require-Bundle com.jcraft.jsch replaced by Import-Package statement"
Matthias Sohn
2016-08-08
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Require-Bundle com.jcraft.jsch replaced by Import-Package statement
Jens Offenbach
2016-08-09
1
-1
/
+1
*
|
|
Merge changes Ib0d8c294,Idfb83482
Jonathan Nieder
2016-08-08
2
-6
/
+30
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Shallow fetch: Pass along "shallow"s in unparsed-wants case, too
Jonathan Nieder
2016-08-08
2
-3
/
+24
|
*
|
Shallow fetch: Pass a DepthWalk to PackWriter
Jonathan Nieder
2016-08-08
1
-3
/
+6
*
|
|
Fix non-parameterized generic type warning
Matthias Sohn
2016-08-08
1
-1
/
+3
*
|
|
Merge "Add path src/ to source path in build.properties"
Matthias Sohn
2016-08-08
2
-2
/
+4
|
\
\
\
|
*
|
|
Add path src/ to source path in build.properties
Matthias Sohn
2016-08-06
2
-2
/
+4
*
|
|
|
Merge "Skip cleaning inner repositories by default in CleanCommand"
Christian Halstrick
2016-08-07
2
-11
/
+113
|
\
\
\
\
|
*
|
|
|
Skip cleaning inner repositories by default in CleanCommand
Matthaus Owens
2016-08-04
2
-11
/
+113
*
|
|
|
|
Merge "Add testCleanDirsWithSubmodule test to CleanCommandTest"
Christian Halstrick
2016-08-07
1
-0
/
+28
|
\
|
|
|
|
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add testCleanDirsWithSubmodule test to CleanCommandTest
Matthaus Owens
2016-08-04
1
-0
/
+28
*
|
|
|
Merge changes I27961679,I91be6165,If0dbd562
Jonathan Nieder
2016-08-05
8
-29
/
+323
|
\
\
\
\
|
*
|
|
|
LfsProtocolServlet: Allow access to objects in request
David Pursehouse
2016-08-05
2
-1
/
+28
|
*
|
|
|
LfsProtocolServlet: Allow getLargeFileRepository to raise exceptions
David Pursehouse
2016-08-05
5
-6
/
+292
|
*
|
|
|
Remove references to org.eclipse.jgit.java7
David Pursehouse
2016-08-05
2
-22
/
+3
*
|
|
|
|
Shallow fetch/clone: Make --depth mean the total history depth
Terry Parker
2016-08-05
5
-13
/
+67
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Shallow fetch: Respect "shallow" lines
Terry Parker
2016-08-05
5
-24
/
+88
|
/
/
/
*
|
|
Merge changes from topic 'shallowClone'
Jonathan Nieder
2016-08-04
3
-6
/
+88
|
\
\
\
|
*
|
|
RevWalk: Make fields available to DepthWalk
Terry Parker
2016-08-04
1
-1
/
+1
|
*
|
|
Shallow fetch: avoid sending unneeded blobs
Terry Parker
2016-08-04
2
-5
/
+87
*
|
|
|
Merge "PackWriterTest: Improve readability"
Terry Parker
2016-08-04
1
-10
/
+17
|
\
|
|
|
|
*
|
|
PackWriterTest: Improve readability
Terry Parker
2016-08-04
1
-10
/
+17
|
|
/
/
*
/
/
DiffFormatter: Support setting a reader without a repo
Dave Borowitz
2016-08-03
3
-25
/
+42
|
/
/
*
|
Merge "RefSpec: Make WildcardMode public"
Jonathan Nieder
2016-07-28
1
-2
/
+20
|
\
\
|
*
|
RefSpec: Make WildcardMode public
Stefan Beller
2016-07-28
1
-2
/
+20
*
|
|
Fix typo in email address in copyright headers
David Pursehouse
2016-07-28
5
-5
/
+5
*
|
|
LfsServerTest: Treat response body as UTF-8 when decoding error message
David Pursehouse
2016-07-28
1
-9
/
+12
*
|
|
LfsProtocolServlet: Pass request and path to getLargeFileRepository
David Pursehouse
2016-07-27
2
-14
/
+31
[prev]
[next]