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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't log error if system git config does not exist
Matthias Sohn
2016-09-05
6
-23
/
+179
*
ReceivePack: integrate push option parsing into recvCommands
Shawn Pearce
2016-08-29
2
-11
/
+23
*
ReceivePack: simplify getPushOptions
Shawn Pearce
2016-08-29
1
-13
/
+7
*
ReceivePack: allow push options to be set
Shawn Pearce
2016-08-29
1
-6
/
+18
*
Make GC.RepoStatistics static
Jonathan Nieder
2016-08-26
1
-1
/
+1
*
ReceivePack: refactor push option parsing
Shawn Pearce
2016-08-26
2
-75
/
+58
*
Fix push option initalization on HTTP
Stefan Beller
2016-08-26
1
-1
/
+3
*
Merge "DfsReader: check object type during open"
Shawn Pearce
2016-08-25
2
-4
/
+17
|
\
|
*
DfsReader: check object type during open
Shawn Pearce
2016-08-25
2
-4
/
+17
*
|
Clarify the semantics of DfsRefDatabase#compareAndPut
Masaya Suzuki
2016-08-25
2
-26
/
+17
|
/
*
Do not fake a SymbolicRef as an ObjectIdRef
Masaya Suzuki
2016-08-25
4
-11
/
+12
*
Packet logging for JGit
Dan Wang
2016-08-24
2
-5
/
+31
*
Use FS#lastModified instead of File#lastModified
Masaya Suzuki
2016-08-24
4
-8
/
+22
*
Don't check lastModified, length on folders for submodules
Christian Halstrick
2016-08-24
1
-3
/
+13
*
Add HTTP status code to ServiceMayNotContinueException
Masaya Suzuki
2016-08-23
4
-2
/
+51
*
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
1
-2
/
+28
*
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
*
|
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
*
|
|
Add missing @since tags for new API
Matthias Sohn
2016-08-09
1
-0
/
+3
*
|
|
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
*
|
|
Merge "Skip cleaning inner repositories by default in CleanCommand"
Christian Halstrick
2016-08-07
1
-11
/
+73
|
\
\
\
|
*
|
|
Skip cleaning inner repositories by default in CleanCommand
Matthaus Owens
2016-08-04
1
-11
/
+73
*
|
|
|
Shallow fetch/clone: Make --depth mean the total history depth
Terry Parker
2016-08-05
4
-6
/
+18
|
|
/
/
|
/
|
|
*
|
|
Shallow fetch: Respect "shallow" lines
Terry Parker
2016-08-05
4
-2
/
+13
*
|
|
Merge changes from topic 'shallowClone'
Jonathan Nieder
2016-08-04
2
-3
/
+19
|
\
\
\
|
*
|
|
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
1
-2
/
+18
|
|
/
/
*
/
/
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
*
|
|
MergeFormatter: Suppress warning about unchecked conversion
David Pursehouse
2016-07-26
1
-0
/
+1
|
/
/
*
|
Repository: Log negative useCnt message together with stack trace
David Pursehouse
2016-07-26
1
-2
/
+3
*
|
Ignore 'The value of exception parameter is not used' warning
David Pursehouse
2016-07-26
1
-0
/
+1
*
|
Merge branch 'stable-4.4'
David Pursehouse
2016-07-26
1
-4
/
+15
|
\
\
|
*
|
JGit v4.4.1.201607150455-r
v4.4.1.201607150455-r
Matthias Sohn
2016-07-15
3
-4
/
+4
|
*
|
Merge "RefDirectory: remove ref lock file for following ref dir removal" into...
Christian Halstrick
2016-07-15
1
-4
/
+15
|
|
\
\
|
|
*
|
RefDirectory: remove ref lock file for following ref dir removal
Marco Miller
2016-06-10
1
-4
/
+15
*
|
|
|
RefSpecs: allow construction of weird wildcarded RefSpecs
Stefan Beller
2016-07-25
3
-9
/
+86
*
|
|
|
RefSpec: reject refs ending in '/'
Stefan Beller
2016-07-25
1
-0
/
+2
[next]