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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add toByteArray to CommitBuilder, TreeBuilder
Shawn O. Pearce
2010-12-03
2
-0
/
+23
*
Remove unused getTreeId from TreeFormatter
Shawn O. Pearce
2010-12-03
1
-19
/
+0
*
Remove result id from CommitBuilder, TagBuilder
Shawn O. Pearce
2010-12-03
3
-109
/
+4
*
Correct CommitBuilder, TagBuilder method to be build()
Shawn O. Pearce
2010-12-03
3
-8
/
+8
*
Include list of assume unchanged files in IndexDiff
Stefan Lay
2010-11-30
1
-9
/
+24
*
Use the Set interface in declarations and as return value
Stefan Lay
2010-11-30
1
-12
/
+13
*
Make diff algorithm configurable
Christian Halstrick
2010-11-26
1
-0
/
+6
*
Add core.filemode to CoreConfig
Chris Aniszczyk
2010-11-14
1
-0
/
+11
*
Merge "Add MutableObjectId setByte to modify a mutable id"
Chris Aniszczyk
2010-11-11
1
-0
/
+54
|
\
|
*
Add MutableObjectId setByte to modify a mutable id
Shawn O. Pearce
2010-11-04
1
-0
/
+54
*
|
Merge "Add ObjectId getByte for random access"
Chris Aniszczyk
2010-11-10
1
-2
/
+48
|
\
|
|
*
Add ObjectId getByte for random access
Shawn O. Pearce
2010-11-04
1
-2
/
+48
*
|
Merge "Refactor tree entry formatting into a common class"
Chris Aniszczyk
2010-11-10
3
-8
/
+353
|
\
|
|
*
Refactor tree entry formatting into a common class
Shawn O. Pearce
2010-11-04
3
-8
/
+353
*
|
Merge "IndexDiff: support state [removed, untracked]"
Shawn Pearce
2010-11-08
1
-0
/
+3
|
\
\
|
*
|
IndexDiff: support state [removed, untracked]
Jens Baumgart
2010-11-08
1
-0
/
+3
|
|
/
*
/
Make Repository.shortenRefName static
Robin Stocker
2010-11-06
2
-4
/
+3
|
/
*
Make AbbreviatedObjectId serializable
Robin Stocker
2010-10-28
1
-1
/
+4
*
Merge "Call ProgressMonitor.update() from main thread"
Shawn O. Pearce
2010-10-27
1
-23
/
+97
|
\
|
*
Call ProgressMonitor.update() from main thread
Shawn O. Pearce
2010-10-27
1
-23
/
+97
*
|
Merge "Allow setting a filter in IndexDiff"
Christian Halstrick
2010-10-25
1
-4
/
+21
|
\
\
|
*
|
Allow setting a filter in IndexDiff
Jens Baumgart
2010-10-25
1
-4
/
+21
|
|
/
*
/
Add support for special symref FETCH_HEAD and MERGE_HEAD
Christian Halstrick
2010-10-25
2
-0
/
+23
|
/
*
Add "Branch" command
Mathias Kinzler
2010-10-10
1
-0
/
+2
*
Add "Pull" command
Mathias Kinzler
2010-10-08
1
-0
/
+6
*
Add pull operation related constants
Chris Aniszczyk
2010-10-06
1
-0
/
+14
*
Increase core.streamFileThreshold default to 50 MiB
Shawn O. Pearce
2010-10-04
1
-8
/
+0
*
Support core.autocrlf = input
Shawn O. Pearce
2010-09-07
2
-3
/
+130
*
Use 8192 as default buffer size in ObjectLoader copyTo
Shawn O. Pearce
2010-09-06
1
-1
/
+1
*
Use 5 MiB for RevWalk default limit
Shawn O. Pearce
2010-09-02
1
-15
/
+0
*
Fix RepositoryState.MERGING
Jens Baumgart
2010-09-02
1
-2
/
+2
*
IndexDiff honors Index entries' "skipWorkTree" flag.
Marc Strapetz
2010-09-01
1
-2
/
+4
*
Avoid double quotes in Git Config
Mathias Kinzler
2010-09-01
1
-3
/
+9
*
Remove deprecated PersonIdent constructor
Chris Aniszczyk
2010-08-31
1
-24
/
+0
*
Improve LargeObjectException reporting
Shawn O. Pearce
2010-08-30
1
-4
/
+7
*
Buffer very large delta streams to reduce explosion of CPU work
Shawn O. Pearce
2010-08-27
1
-1
/
+1
*
Fix parsing of multiple authors in PersonIdent.
Marc Strapetz
2010-08-26
1
-26
/
+9
*
Increase the default streaming threshold to 15 MiB
Shawn O. Pearce
2010-08-25
1
-1
/
+1
*
Cleanup and correct resolve Javadoc
Shawn O. Pearce
2010-08-25
1
-10
/
+30
*
Support parsing commit:path style blob references
Shawn O. Pearce
2010-08-25
1
-0
/
+29
*
Support parsing git describe style output
Shawn O. Pearce
2010-08-25
1
-16
/
+44
*
Throw AmbiguousObjectException during resolve if its ambiguous
Shawn O. Pearce
2010-08-25
1
-1
/
+9
*
Use limited getCachedBytes code to reduce duplication
Shawn O. Pearce
2010-08-25
1
-12
/
+1
*
Add brute force byte array loading to ObjectLoader
Shawn O. Pearce
2010-08-25
2
-6
/
+110
*
Don't copy more than the object size
Shawn O. Pearce
2010-08-24
1
-3
/
+3
*
Use the ObjectStream size during copyTo
Shawn O. Pearce
2010-08-24
1
-1
/
+2
*
Fully implement SHA-1 abbreviations
Shawn O. Pearce
2010-08-23
4
-25
/
+227
*
Delete deprecated ObjectWriter
Shawn O. Pearce
2010-08-23
5
-327
/
+138
*
Move commit and tag formatting to CommitBuilder, TagBuilder
Shawn O. Pearce
2010-08-23
4
-120
/
+201
*
Rename Commit, Tag to CommitBuilder, TagBuilder
Shawn O. Pearce
2010-08-23
5
-9
/
+9
[next]