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
path:
root
/
org.eclipse.jgit
/
resources
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Limit receive commands
Shawn Pearce
2017-02-11
1
-0
/
+1
*
Repository: Include repository name when logging corrupt use count
David Pursehouse
2017-01-27
1
-1
/
+1
*
Fix possible InvalidObjectIdException in ObjectDirectory
Marc Strapetz
2017-01-15
1
-0
/
+1
*
Define MonotonicClock interface for advanced timestamps
Shawn Pearce
2016-11-21
1
-0
/
+1
*
Add {get,set}GitwebDescription to Repository
Shawn Pearce
2016-11-14
1
-0
/
+1
*
Switch JSchSession to simple isolated OutputStream
Shawn Pearce
2016-11-13
1
-0
/
+1
*
Check that DfsBlockCache#blockSize is a power of 2
Philipp Marx
2016-11-11
1
-0
/
+1
*
Fix possible SIOOBE in RefDirectory.parsePackedRefs
Marc Strapetz
2016-10-21
1
-0
/
+1
*
TreeFormatter: disallow empty filenames in trees
David Turner
2016-10-19
1
-0
/
+1
*
Add support for built-in smudge filters
Christian Halstrick
2016-09-20
1
-0
/
+1
*
Add support for post-commit hooks
Martin Goellnitz
2016-09-13
1
-0
/
+1
*
Don't log error if system git config does not exist
Matthias Sohn
2016-09-05
1
-1
/
+1
*
Shallow fetch/clone: Make --depth mean the total history depth
Terry Parker
2016-08-05
1
-0
/
+1
*
Shallow fetch: Respect "shallow" lines
Terry Parker
2016-08-05
1
-0
/
+1
*
DiffFormatter: Support setting a reader without a repo
Dave Borowitz
2016-08-03
1
-1
/
+1
*
RefSpecs: allow construction of weird wildcarded RefSpecs
Stefan Beller
2016-07-25
1
-0
/
+1
*
Push implementation of option strings
Dan Wang
2016-07-22
1
-0
/
+1
*
Merge branch 'stable-4.4'
Matthias Sohn
2016-07-12
1
-1
/
+1
|
\
|
*
Log if Repository.useCnt becomes negative
Matthias Sohn
2016-07-12
1
-0
/
+1
|
*
Add method to read time unit from config
Hugo Arès
2016-07-12
1
-0
/
+2
|
*
Config load should not fail on unsupported or nonexistent include path
Hugo Arès
2016-06-27
1
-1
/
+0
*
|
Fix typo in system config error message
Michael Keppler
2016-07-01
1
-1
/
+1
*
|
Add method to read time unit from config
Hugo Arès
2016-06-06
1
-0
/
+2
|
/
*
[findBugs] Prevent potential NPE in CloneCommand.init()
Matthias Sohn
2016-05-30
1
-0
/
+2
*
Support git config [include] section with absolute path(s)
Marco Miller
2016-05-21
1
-0
/
+2
*
Support per-BatchRefUpdate atomic transactions
Dave Borowitz
2016-04-19
1
-0
/
+1
*
daemon: Add --ketch=LEADER flag
Shawn Pearce
2016-01-19
1
-0
/
+1
*
Ketch: Intercept push and route it through Ketch
Shawn Pearce
2016-01-19
1
-0
/
+5
*
Ketch: Basic replication system
Shawn Pearce
2016-01-19
1
-0
/
+7
*
ObjectChecker: honor some git-core fsck.* options
Shawn Pearce
2015-12-30
1
-3
/
+6
*
Null-annotated Ref class and fixed related compiler errors
Andrey Loskutov
2015-12-15
1
-0
/
+2
*
Support atomic push in JGit client
Shawn Pearce
2015-12-02
1
-0
/
+1
*
Add support for clean filters
Christian Halstrick
2015-11-27
1
-0
/
+2
*
Null-annotated Repository class and fixed related compiler errors
Andrey Loskutov
2015-11-25
1
-0
/
+2
*
Raise error if FileNotFoundException is caught for an existing file
Matthias Sohn
2015-11-24
1
-0
/
+1
*
Throw IndexReadException if existing index can't be read
Christian Halstrick
2015-11-19
1
-0
/
+1
*
Adding AES Walk Encryption support in http://www.jets3t.org/ mode
Andrei Pozolotin
2015-10-18
1
-0
/
+1
*
Use java.nio.file consistently in FS
Matthias Sohn
2015-09-27
1
-1
/
+0
*
UploadPack: Verify clients send only commits for shallow lines
Shawn Pearce
2015-09-14
1
-0
/
+1
*
Handle stale file handles on packed-refs file
Martin Fick
2015-08-26
1
-0
/
+1
*
Move createSymLink/readSymLink to FileUtils
Andrey Loskutov
2015-08-17
1
-2
/
+1
*
Don't crash while parsing ignore patterns
Andrey Loskutov
2015-07-21
1
-0
/
+1
*
Store push certificates in refs/meta/push-certs
Dave Borowitz
2015-07-10
1
-0
/
+3
*
Fix non-escaped quotes in JGitText.properties
Matthias Sohn
2015-07-07
1
-8
/
+8
*
Avoid double-colon in InvalidObjectIdException description
Jonathan Nieder
2015-07-06
1
-0
/
+1
*
Rewrite push certificate parsing
Dave Borowitz
2015-06-11
1
-1
/
+4
*
Clarify description of ServiceNotAuthorizedException
Jonathan Nieder
2015-06-02
1
-1
/
+1
*
Improve exception thrown when pull can't find advertised ref
Matthias Sohn
2015-05-29
1
-1
/
+1
*
FS: Extract GobblerThread into a private static class
Dave Borowitz
2015-05-27
1
-0
/
+1
*
Externalize translatable texts in org.eclipse.jgit
Matthias Sohn
2015-05-26
1
-2
/
+66
[next]