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
*
Add the new class Attributes holding multiple Attribute(s)
Ivan Motsch
2015-11-27
9
-31
/
+283
*
Add missing @since tags and missing javadoc
Matthias Sohn
2015-11-25
1
-1
/
+3
*
Fix FS.runProcess() to close the InputStream
Christian Halstrick
2015-11-26
1
-6
/
+7
*
repo: Do not use search path to find refs/remotes/origin/<branch>
Jonathan Nieder
2015-11-25
1
-1
/
+4
*
Repository: Introduce exactRef and findRef, deprecate getRef
Jonathan Nieder
2015-11-25
1
-0
/
+35
*
Null-annotated RefDatabase class
Andrey Loskutov
2015-11-25
1
-2
/
+17
*
Null-annotated Repository class and fixed related compiler errors
Andrey Loskutov
2015-11-25
13
-44
/
+142
*
Raise error if FileNotFoundException is caught for an existing file
Matthias Sohn
2015-11-24
10
-19
/
+53
*
Merge "RefDirectory.getRef: Treat fake missing symrefs like real ones"
Jonathan Nieder
2015-11-24
1
-0
/
+2
|
\
|
*
RefDirectory.getRef: Treat fake missing symrefs like real ones
Jonathan Nieder
2015-11-19
1
-0
/
+2
*
|
Let FS_Win32_Cygwin detect symlink support by creating temporary symlink
Christian Halstrick
2015-11-21
1
-5
/
+0
*
|
Remove no longer needed outdated API warning filter
Matthias Sohn
2015-11-20
1
-6
/
+0
|
/
*
Throw IndexReadException if existing index can't be read
Christian Halstrick
2015-11-19
4
-0
/
+91
*
Fix pre-push hook to not set null remoteName as first argument
Matthias Sohn
2015-11-18
1
-0
/
+3
*
Introduce FS.execute() to execute a command defined by a ProcessBuilder
Christian Halstrick
2015-11-18
1
-3
/
+75
*
Add an attribute accessor to CanonicalTreeParser and use it in Treewalk
Christian Halstrick
2015-11-18
6
-74
/
+124
*
Adds the git attributes computation on the treewalk
Arthur Daussy
2015-11-18
15
-77
/
+722
*
Make jgit annotations accessible to other plugins
Andrey Loskutov
2015-11-17
3
-37
/
+19
*
Fixed typo in preferences: NonByDefault -> NonNullByDefault
Andrey Loskutov
2015-11-17
1
-1
/
+1
*
Added jgit own NonNull annotation type
Andrey Loskutov
2015-11-17
1
-0
/
+67
*
Merge "Fix MissingObjectException in RenameDetector"
Christian Halstrick
2015-11-17
1
-1
/
+5
|
\
|
*
Fix MissingObjectException in RenameDetector
RĂ¼diger Herrmann
2015-11-12
1
-1
/
+5
*
|
Handle InternalError during symlink support detection on Windows
Matthias Sohn
2015-11-15
1
-1
/
+2
*
|
Merge branch 'stable-4.1'
Matthias Sohn
2015-11-14
2
-13
/
+28
|
\
\
|
|
/
|
/
|
|
*
Prepare 4.1.2-SNAPSHOT builds
Matthias Sohn
2015-11-14
3
-40
/
+40
|
*
JGit v4.1.1.201511131810-r
v4.1.1.201511131810-r
Matthias Sohn
2015-11-14
3
-4
/
+4
|
*
Fallback exactRef: Do not ignore symrefs to unborn branch
Jonathan Nieder
2015-11-12
1
-13
/
+4
|
*
RefDirectory.exactRef: Do not ignore symrefs to unborn branch
Jonathan Nieder
2015-11-11
1
-0
/
+24
*
|
Merge "Revert "Remove PackWriter.Statistics and other deprecated classes""
Jonathan Nieder
2015-11-10
4
-0
/
+497
|
\
\
|
*
|
Revert "Remove PackWriter.Statistics and other deprecated classes"
Jonathan Nieder
2015-11-10
4
-0
/
+497
*
|
|
Merge "Remove PackWriter.Statistics and other deprecated classes"
Jonathan Nieder
2015-11-10
4
-497
/
+0
|
\
|
|
|
*
|
Remove PackWriter.Statistics and other deprecated classes
Terry Parker
2015-11-09
4
-497
/
+0
*
|
|
Silence API errors for new methods added to BitmapBuilder
Matthias Sohn
2015-11-10
1
-0
/
+14
*
|
|
Add missing javadoc to bitmap index classes
Matthias Sohn
2015-11-10
2
-1
/
+9
|
/
/
*
|
Merge changes from topic 'nullable'
Jonathan Nieder
2015-11-09
5
-14
/
+76
|
\
\
|
*
|
Update dependencies to use the JGit-internal @Nullable
Terry Parker
2015-11-09
3
-11
/
+4
|
*
|
Use the JGit-internal @Nullable annotation
Terry Parker
2015-11-09
1
-3
/
+5
|
*
|
Add a JGit-internal Nullable type
Terry Parker
2015-11-09
1
-0
/
+67
*
|
|
Make BitmapIndexImpl.CompressedBitmap public
Jonathan Nieder
2015-11-09
2
-14
/
+11
*
|
|
Make BitmapIndexImpl.CompressedBitmap, CompressedBitmapBuilder static
Jonathan Nieder
2015-11-09
1
-78
/
+71
|
/
/
*
|
Skip redundant 'OR-reuse' step in tip commit bitmap setup
Jonathan Nieder
2015-11-08
1
-8
/
+3
*
|
Avoid repeated sort of tipCommitBitmaps
Jonathan Nieder
2015-11-07
1
-5
/
+6
*
|
[style] Shorten line lengths and import order in bitmap code
Terry Parker
2015-11-07
2
-3
/
+5
*
|
Inline PackWriterBitmapWalker.newRevFilter into callers
Jonathan Nieder
2015-11-05
2
-12
/
+10
*
|
Convert remaining callers of BitmapBuilder.add to use .addObject
Jonathan Nieder
2015-11-05
2
-3
/
+3
*
|
Merge changes I57b1d7c1,I590ac460
Jonathan Nieder
2015-11-05
1
-20
/
+84
|
\
\
|
*
|
Use .addObject and .or instead of .add in AddToBitmapFilter
Jonathan Nieder
2015-11-05
1
-2
/
+18
|
*
|
Replace anonymous BitmapRevFilter subclasses with explicit classes
Jonathan Nieder
2015-11-05
1
-20
/
+68
*
|
|
Merge changes Ia95da478,I2773aa94,Ib745645f,I92c65f34,Ibb714002, ...
Jonathan Nieder
2015-11-05
4
-25
/
+124
|
\
|
|
|
*
|
Remove BitmapRevFilter.getCountOfLoadedCommits
Jonathan Nieder
2015-11-05
1
-8
/
+8
[next]