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.junit
/
src
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
TestRepository: Expose a Git instance
Dave Borowitz
2015-03-18
1
-0
/
+12
*
TestRepository: Allow setting explicit Change-Id
Dave Borowitz
2015-03-12
1
-9
/
+22
*
TestRepository: Ignore existing Change-Id in message
Dave Borowitz
2015-03-12
1
-0
/
+4
*
TestRepository: Support committing to unborn symref
Dave Borowitz
2015-03-12
1
-2
/
+1
*
TestRepository: Expose some getters for CommitBuilder
Dave Borowitz
2015-03-12
1
-0
/
+16
*
TestRepository: Add methods to amend commits or refs
Dave Borowitz
2015-03-12
1
-12
/
+87
*
TestRepository: Add a reset method to move HEAD around
Dave Borowitz
2015-03-12
1
-0
/
+55
*
TestRepository: Optionally insert Change-Id in commit message
Dave Borowitz
2015-03-12
1
-1
/
+25
*
TestRepository: Allow custom author/committer per-commit
Dave Borowitz
2015-03-11
1
-9
/
+32
*
TestRepository: Use try-with-resources where appropriate
Dave Borowitz
2015-03-11
1
-74
/
+58
*
Fix junit tests under windows when the platform is explicitly changed
Christian Halstrick
2014-12-22
1
-0
/
+2
*
Allow explicit configuration of git directory in InitCommand
Christian Halstrick
2014-12-15
1
-0
/
+1
*
Fix LocalDiskRepositoryTestCase to create correct type of repos
Christian Halstrick
2014-12-12
1
-1
/
+1
*
Fix RecursiveMerger's internal use of merge to find a merge base
Christian Halstrick
2014-07-25
2
-0
/
+9
*
Try to fix intermittent test failure related to file timestamps
Robin Rosenberg
2014-07-01
1
-3
/
+4
*
Move SampleDataRepositoryTestCase to org.eclipse.jgit.test
Shawn Pearce
2013-11-24
1
-76
/
+0
*
Support running from JARs in JGitTestUtil
Shawn Pearce
2013-11-24
2
-5
/
+38
*
Enhance RepositoryTestCase.commitFile() to work on empty repository
Matthias Sohn
2013-10-31
1
-4
/
+13
*
Make sure SystemReader is reset after test is run
Robin Stocker
2013-10-22
1
-0
/
+2
*
Fix failed tests when the tmp directory is a symlink
Robin Rosenberg
2013-10-20
1
-0
/
+5
*
Update reflog like C Git during rebase (non-interactive)
Robin Rosenberg
2013-07-21
1
-0
/
+1
*
Remove unused import in LocalDiskRepositoryTestCase
Tomasz Zarna
2013-05-13
1
-1
/
+0
*
Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase
Shawn Pearce
2013-05-08
1
-61
/
+81
*
Extend the FS class for Java7
Robin Rosenberg
2013-05-04
1
-6
/
+8
*
Don't use internal type FileRepository in public API
Matthias Sohn
2013-03-20
1
-5
/
+5
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
4
-11
/
+10
*
Move base test classes to the junit bundle for reuse for Java 7 tests
Robin Rosenberg
2013-02-04
2
-0
/
+574
*
Remove packIndex field from FileObjDatabase openPack method.
Colby Ranger
2013-01-10
1
-1
/
+1
*
Declare essentially static methods as static
Robin Rosenberg
2012-12-27
2
-3
/
+3
*
Provide a convenient read() in RepositoryTestCase
Robin Stocker
2012-09-25
2
-13
/
+23
*
Suppress boxing warnings where we know they are ok
Robin Rosenberg
2012-09-22
1
-0
/
+58
*
Additional unit tests for the GC
Sasa Zivkov
2012-09-16
1
-1
/
+28
*
Ensure a directory exists before trying to create/merge a file into it.
Jevgeni Zelenkov
2012-08-06
1
-0
/
+8
*
Add a CommitBuilder method to edit arbitrary DirCacheEntrys
Dave Borowitz
2012-06-15
1
-2
/
+6
*
Get rid of warnings about empty statments
Robin Rosenberg
2012-06-06
1
-0
/
+6
*
Validate paths during DirCheckout
Robin Rosenberg
2012-04-23
1
-0
/
+1
*
Let the date formatter pick the locale.
Daniel Megert
2012-02-25
1
-0
/
+13
*
Move writeTrashFile and deleteFile into JGitTestUtil
Dariusz Luksza
2012-01-25
2
-10
/
+46
*
Make sure all bytes are written to files on close, or get an error.
Robin Rosenberg
2012-01-15
1
-5
/
+6
*
Add methods for configuring platform emulation
Robin Rosenberg
2011-12-07
1
-0
/
+30
*
Add locale to the properties manageable by SystemReader
Robin Rosenberg
2011-10-20
1
-0
/
+6
*
Add a method to SystemReader to get the time zone
Robin Rosenberg
2011-10-20
1
-1
/
+5
*
Cleanup directories leftover by test.
Adrian Goerler
2011-07-07
1
-5
/
+27
*
Cleanup curly braces
Adrian Goerler
2011-07-06
1
-16
/
+9
*
Make sure test repositories are closed
Christian Halstrick
2011-05-31
1
-0
/
+11
*
Add GitCloneTaskTest
Ketan Padegaonkar
2011-05-19
1
-0
/
+5
*
Create all test data in trash folder
Matthias Sohn
2011-04-10
1
-4
/
+18
*
[findbugs] Do not ignore exceptional return value of mkdir
Matthias Sohn
2011-01-28
1
-1
/
+2
*
Convert all JGit unit tests to JUnit 4
Robin Rosenberg
2010-12-31
3
-28
/
+150
*
Add support for getting the system wide configuration
Robin Rosenberg
2010-12-31
1
-12
/
+31
[prev]
[next]