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
/
src
/
org
/
eclipse
/
jgit
/
lib
/
ObjectInserter.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-1
/
+1
*
Merge branch 'stable-4.9'
Dave Borowitz
2017-12-20
1
-0
/
+7
|
\
|
*
ObjectInserter: Add warning about mixing read-back with writes
Dave Borowitz
2017-12-20
1
-0
/
+7
*
|
Fix javadoc in org.eclipse.jgit lib package
Matthias Sohn
2017-12-19
1
-10
/
+17
|
/
*
Silence API error caused by changed return type of digest()
Matthias Sohn
2017-03-01
1
-1
/
+4
*
SHA1: support reset() and reuse instances
Shawn Pearce
2017-02-26
1
-1
/
+3
*
Switch to pure Java SHA1 for ObjectId
Shawn Pearce
2017-02-26
1
-12
/
+7
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+11
*
Expose the ObjectInserter that created an ObjectReader
Dave Borowitz
2016-04-26
1
-1
/
+15
*
Externalize translatable texts in org.eclipse.jgit
Matthias Sohn
2015-05-26
1
-1
/
+2
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-16
/
+5
*
Implement AutoClosable interface on classes that used release()
Matthias Sohn
2015-02-09
1
-2
/
+16
*
Add a method to ObjectInserter to read back inserted objects
Dave Borowitz
2014-08-13
1
-0
/
+24
*
Define ObjectInserter.Filter to wrap another ObjectInserter
Shawn O. Pearce
2012-06-14
1
-0
/
+54
*
Clarify the purpose of ObjectInserter.buffer()
Shawn O. Pearce
2012-03-18
1
-4
/
+28
*
Revert "Quickfix for AutoCRLF handling"
Shawn O. Pearce
2012-03-15
1
-24
/
+1
*
Quickfix for AutoCRLF handling
Robin Rosenberg
2012-03-03
1
-1
/
+24
*
Refactor IndexPack to not require local filesystem
Shawn O. Pearce
2011-01-25
1
-0
/
+20
*
Merging Git notes
Sasa Zivkov
2011-01-09
1
-0
/
+10
*
Add insert(TreeFormatter) to ObjectInserter
Shawn O. Pearce
2010-12-03
1
-0
/
+16
*
Remove result id from CommitBuilder, TagBuilder
Shawn O. Pearce
2010-12-03
1
-8
/
+2
*
Correct CommitBuilder, TagBuilder method to be build()
Shawn O. Pearce
2010-12-03
1
-2
/
+2
*
Delete deprecated ObjectWriter
Shawn O. Pearce
2010-08-23
1
-31
/
+0
*
Move commit and tag formatting to CommitBuilder, TagBuilder
Shawn O. Pearce
2010-08-23
1
-116
/
+32
*
Rename Commit, Tag to CommitBuilder, TagBuilder
Shawn O. Pearce
2010-08-23
1
-2
/
+2
*
Make Tag class only for writing
Shawn O. Pearce
2010-08-20
1
-2
/
+2
*
Make Commit class only for writing
Shawn O. Pearce
2010-08-20
1
-11
/
+11
*
Allow for optional tagger and message in Tag
Chris Aniszczyk
2010-08-18
1
-4
/
+7
*
Remove getter and setter for author in Tag
Chris Aniszczyk
2010-08-18
1
-1
/
+2
*
Refactor object writing responsiblities to ObjectDatabase
Shawn O. Pearce
2010-06-25
1
-0
/
+395