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.test
/
tst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a grace period for packfiles during GC
Christian Halstrick
2015-06-22
1
-0
/
+44
*
Fix CommitCommand.setOnly()
Christian Halstrick
2015-06-01
1
-0
/
+11
*
Merge "Fix WindowCursor memory leak."
Shawn Pearce
2015-05-28
2
-2
/
+2
|
\
|
*
Fix WindowCursor memory leak.
Hugo Arès
2015-05-28
2
-2
/
+2
*
|
Merge changes I144a53fe,I2b268e6a
Shawn Pearce
2015-05-28
4
-56
/
+188
|
\
\
|
|
/
|
/
|
|
*
Add tests for ObjectFilter
Jonathan Nieder
2015-05-21
1
-0
/
+186
|
*
Expose Sets helper to tests outside org.eclipse.jgit.api
Jonathan Nieder
2015-05-21
3
-56
/
+2
*
|
Add getters to RepoProject.
Yuxuan 'fishy' Wang
2015-05-26
1
-6
/
+6
*
|
Cleanup code and Eclipse compile errors in new gitrepo API
Andrey Loskutov
2015-05-24
1
-2
/
+0
*
|
Merge "Refactor to expose ManifestParser."
Shawn Pearce
2015-05-22
2
-0
/
+114
|
\
\
|
*
|
Refactor to expose ManifestParser.
Yuxuan 'fishy' Wang
2015-05-22
2
-0
/
+114
|
|
/
*
/
Split discoverGitPrefix() code out into discoverGitExe()
Sebastian Schuberth
2015-05-21
2
-4
/
+4
|
/
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
30
-385
/
+313
*
Fix memory leak in dfs.DeltaBaseCase
Shawn Pearce
2015-05-11
1
-0
/
+152
*
FS_POSIX: Rework umask detection to make it settable
Shawn Pearce
2015-05-10
1
-41
/
+16
*
ObjectWalk: make setRetainBody(false) the default
Shawn Pearce
2015-05-10
1
-5
/
+5
*
Merge changes I62befa4a,Ia9c3d123,I7fcf6534
Shawn Pearce
2015-05-09
5
-602
/
+72
|
\
|
*
Delete deprecated class IgnoreRule
Matthias Sohn
2015-04-25
5
-602
/
+72
*
|
Add fsck.allowInvalidPersonIdent to accept invalid author/committers
Shawn Pearce
2015-04-30
1
-1
/
+40
*
|
Merge branch 'stable-3.7'
Matthias Sohn
2015-04-27
1
-15
/
+0
|
\
\
|
|
/
|
/
|
|
*
Revert "Let ObjectWalk.markUninteresting also mark the root tree as"
David Ostrovsky
2015-04-26
1
-15
/
+0
*
|
Do not add a newline at the end if neither merged side had one
André de Oliveira
2015-03-27
2
-12
/
+54
*
|
Make RepositoryState.REBASING_MERGE reachable again.
Laurent Delaigue
2015-03-27
2
-7
/
+7
*
|
Fix RecursiveMerger in case of multiple, independent base commits
Christian Halstrick
2015-03-25
1
-0
/
+63
*
|
TestRepository: Add a cherryPick method
Dave Borowitz
2015-03-23
1
-1
/
+79
*
|
Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit
Matthias Sohn
2015-03-23
8
-1
/
+1176
*
|
Revert "CommitBuilder should check for duplicate parents"
Jonathan Nieder
2015-03-18
2
-108
/
+26
*
|
TemporaryBuffer: Allow presizing block pointer list
Dave Borowitz
2015-03-18
1
-0
/
+25
*
|
CommitBuilder should check for duplicate parents
Christian Halstrick
2015-03-12
2
-26
/
+108
*
|
TestRepository: Allow setting explicit Change-Id
Dave Borowitz
2015-03-12
1
-0
/
+11
*
|
TestRepository: Ignore existing Change-Id in message
Dave Borowitz
2015-03-12
1
-0
/
+10
*
|
TestRepository: Support committing to unborn symref
Dave Borowitz
2015-03-12
1
-0
/
+10
*
|
TestRepository: Add methods to amend commits or refs
Dave Borowitz
2015-03-12
1
-1
/
+105
*
|
TestRepository: Add a reset method to move HEAD around
Dave Borowitz
2015-03-12
1
-0
/
+83
*
|
TestRepository: Optionally insert Change-Id in commit message
Dave Borowitz
2015-03-12
1
-0
/
+88
*
|
Merge "ArchiveCommand: Allow to pass options to underlying stream"
Shawn Pearce
2015-03-11
1
-3
/
+38
|
\
\
|
*
|
ArchiveCommand: Allow to pass options to underlying stream
David Ostrovsky
2015-02-20
1
-3
/
+38
*
|
|
Add "--long" option to JGit describe
Christian Halstrick
2015-03-09
1
-2
/
+31
*
|
|
Add an in-process pack transport for use in tests
Dave Borowitz
2015-02-27
1
-0
/
+248
*
|
|
Merge branch 'stable-3.7'
Matthias Sohn
2015-02-27
1
-0
/
+17
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Read user.name and email from environment first
Matthias Sohn
2015-02-24
1
-0
/
+17
*
|
Move console classes to pgm bundle
Matthias Sohn
2015-02-10
1
-6
/
+0
|
/
*
Fix FileUtils.testRelativize_mixedCase which failed on Mac OS X
Matthias Sohn
2015-02-02
1
-19
/
+8
*
Introduce hook support into the FS implementations
Laurent Goubet
2015-02-02
1
-0
/
+79
*
Fix RawText.getLineDelimiter() for empty first line
Frank Wagner
2015-01-17
1
-0
/
+7
*
Add basic support for .gitattributes
Arthur Daussy
2015-01-07
5
-0
/
+1249
*
AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newline
Andrey Loskutov
2015-01-06
1
-0
/
+4
*
Trim author/committer name and email in commit header
Rüdiger Herrmann
2015-01-03
1
-0
/
+12
*
Rename detection should canonicalize line endings
Marc Strapetz
2015-01-02
1
-18
/
+44
*
PathMatcher should respect "assumeDirectory" flag
Andrey Loskutov
2014-12-28
1
-14
/
+101
[next]