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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restored obsoleted createSymLink/readSymLink in FileUtil
Andrey Loskutov
2015-08-18
2
-14
/
+25
*
Use NIO2 to implement FileUtils.rename() and expose options
Matthias Sohn
2015-08-17
1
-14
/
+55
*
Move createSymLink/readSymLink to FileUtils
Andrey Loskutov
2015-08-17
9
-78
/
+42
*
Merge "Change FS not to throw NPE when facing InMemory databases"
Christian Halstrick
2015-08-17
2
-1
/
+7
|
\
|
*
Change FS not to throw NPE when facing InMemory databases
Christian Halstrick
2015-08-16
2
-1
/
+7
*
|
Expose the set of root commits in PackStatistics
Shawn Pearce
2015-08-16
2
-0
/
+13
|
/
*
Fix NPE in DfsGarbageCollector and further reduce memory
Shawn Pearce
2015-08-14
2
-26
/
+47
*
Cleanup Attributes and remove obsoleted Java7BasicAttributes class
Andrey Loskutov
2015-08-13
2
-32
/
+14
*
Merge "Remove "experimental" from the description of the pack bitmap index"
Shawn Pearce
2015-08-13
1
-2
/
+1
|
\
|
*
Remove "experimental" from the description of the pack bitmap index
Terry Parker
2015-07-20
1
-2
/
+1
*
|
PackWriter: shed memory while creating bitmaps
Shawn Pearce
2015-08-13
1
-41
/
+53
*
|
Merge "Do not retain commit body during bitmap generation"
Shawn Pearce
2015-08-13
1
-0
/
+1
|
\
\
|
*
|
Do not retain commit body during bitmap generation
Shawn Pearce
2015-08-12
1
-0
/
+1
*
|
|
Merge "Bitmap builder: actually compress EWAH bitmaps in memory"
Shawn Pearce
2015-08-13
1
-0
/
+5
|
\
\
\
|
*
|
|
Bitmap builder: actually compress EWAH bitmaps in memory
Shawn Pearce
2015-08-12
1
-0
/
+5
|
|
/
/
*
/
/
Consider original file mode while checking parent ignore rules
Andrey Loskutov
2015-08-12
1
-4
/
+7
|
/
/
*
|
Clone should create Git instances which are able to close repository
Andrey Loskutov
2015-08-04
2
-2
/
+2
*
|
Merge "Clone should close repository after errors in fetch or checkout"
Christian Halstrick
2015-08-04
1
-1
/
+8
|
\
\
|
*
|
Clone should close repository after errors in fetch or checkout
Andrey Loskutov
2015-08-02
1
-1
/
+8
*
|
|
containsGitModulesFile() should not crash on bare repository
Andrey Loskutov
2015-08-03
1
-6
/
+6
|
/
/
*
|
Fixed javadoc: the getBranch() and getFullBranch() can return null
Andrey Loskutov
2015-07-29
1
-4
/
+6
*
|
PushCertificate: Omit null pushee from text representation
Dave Borowitz
2015-07-28
1
-3
/
+5
*
|
Fix ResolveMerger when files should be replaced by folders
Christian Halstrick
2015-07-23
1
-7
/
+9
*
|
Merge "Fix typos in javadoc of ObjectId.equals()"
Matthias Sohn
2015-07-21
1
-4
/
+4
|
\
\
|
*
|
Fix typos in javadoc of ObjectId.equals()
Matthias Sohn
2015-07-20
1
-4
/
+4
|
|
/
*
|
Don't keep empty ignore rules in the ignore node list
Andrey Loskutov
2015-07-21
2
-1
/
+12
*
|
Allow leading/trailing spaces in ignore rules
Andrey Loskutov
2015-07-21
1
-2
/
+2
*
|
Don't crash while parsing ignore patterns
Andrey Loskutov
2015-07-21
4
-1
/
+20
*
|
Allow leading literal '#' and '!' in ignore rules if they are escaped
Andrey Loskutov
2015-07-21
1
-15
/
+22
*
|
Don't trim trailing space if it is escaped with backslash
Andrey Loskutov
2015-07-21
1
-1
/
+24
*
|
Consider only escaping backslash for regular expressions in ignore rules
Andrey Loskutov
2015-07-21
1
-2
/
+20
|
/
*
DFS: Remove now-redundant getOneRef
Jonathan Nieder
2015-07-16
1
-9
/
+1
*
DFS: Override exactRef() with optimal version
Shawn Pearce
2015-07-16
1
-0
/
+7
*
PushCertificate: Add toTextWithSignature() method
Dave Borowitz
2015-07-15
1
-2
/
+15
*
PushCertificateParser: Add fromString method
Dave Borowitz
2015-07-15
1
-0
/
+18
*
BaseReceivePack: Add method to override the push cert
Dave Borowitz
2015-07-15
1
-0
/
+14
*
BaseReceivePack: Don't throw from getPushCertificate()
Dave Borowitz
2015-07-15
1
-3
/
+4
*
PushCertificateStore: Return boolean from batch save methods
Dave Borowitz
2015-07-15
1
-2
/
+4
*
Allow saving push certs on a subset of refs
Dave Borowitz
2015-07-15
1
-4
/
+67
*
PushCertificateStore: Add method to save in batch
Dave Borowitz
2015-07-13
1
-13
/
+57
*
Fixed @since tags on new API
Andrey Loskutov
2015-07-12
2
-2
/
+4
*
Store push certificates in refs/meta/push-certs
Dave Borowitz
2015-07-10
3
-0
/
+449
*
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
[next]