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.test
/
tst
/
org
/
eclipse
/
jgit
/
storage
/
file
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly specify charset when calling getBytes
David Pursehouse
2018-09-26
1
-23
/
+23
*
Don't inline included configs on FileBasedConfig.save()
Marc Strapetz
2018-09-20
1
-0
/
+52
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-4
/
+4
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-4
/
+4
*
FileBasedConfigTest: Open FileOutputStream in try-with-resource
David Pursehouse
2018-03-05
1
-4
/
+1
*
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
1
-3
/
+4
*
ConfigTest: Move pathToString to FileUtils
David Pursehouse
2017-12-06
1
-2
/
+2
*
FileBasedConfig: support for relative includes
Marc Strapetz
2017-12-04
1
-2
/
+83
*
Remove hardcoded target/trash from test cases
Shawn Pearce
2013-11-01
1
-1
/
+10
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
25
-7982
/
+0
*
Added read/write support for pack bitmap index.
Colby Ranger
2013-03-05
2
-0
/
+200
*
Include supported extensions in PackFile constructor.
Colby Ranger
2013-02-28
1
-1
/
+3
*
Move base test classes to the junit bundle for reuse for Java 7 tests
Robin Rosenberg
2013-02-04
13
-16
/
+20
*
Attempt to stabilize GCTest
Robin Rosenberg
2013-01-23
1
-0
/
+11
*
Update DfsGarbageCollector to not read back a pack index.
Colby Ranger
2013-01-18
1
-4
/
+14
*
Fix concurrent creation of fan-out object directories
Roberto Tyley
2013-01-13
1
-0
/
+77
*
Remove packIndex field from FileObjDatabase openPack method.
Colby Ranger
2013-01-10
2
-3
/
+2
*
Hide deprecation warnings in some test classes
Robin Rosenberg
2012-12-27
1
-0
/
+1
*
Declare essentially static methods as static
Robin Rosenberg
2012-12-27
8
-22
/
+24
*
Suppress resource warnings with Java 7
Robin Rosenberg
2012-10-25
1
-0
/
+3
*
Remove unused import introduced with 8f706db5
Matthias Sohn
2012-09-25
1
-2
/
+2
*
Merge "FileBasedConfig supports UTF-8 byte order marker"
Robin Rosenberg
2012-09-24
1
-0
/
+162
|
\
|
*
FileBasedConfig supports UTF-8 byte order marker
Marc Strapetz
2012-09-24
1
-0
/
+162
*
|
Suppress boxing warnings where we know they are ok
Robin Rosenberg
2012-09-22
2
-6
/
+8
*
|
Fixed instability in some GC tests.
Sasa Zivkov
2012-09-20
1
-11
/
+7
|
/
*
Merge "Fix resolving expression with ~ and ^ than extends beyond history"
Robin Rosenberg
2012-09-18
1
-1
/
+363
|
\
|
*
Additional unit tests for the GC
Sasa Zivkov
2012-09-16
1
-1
/
+363
*
|
Use assertEquals instead of == for literal primitives
Robin Rosenberg
2012-09-16
1
-1
/
+1
*
|
Use assertTrue/False instead of equals with boolean literals
Robin Rosenberg
2012-09-16
1
-8
/
+9
|
/
*
cleanup: use assertArrayEquals for assertion on arrays
Robin Rosenberg
2012-09-03
2
-5
/
+4
*
cleanup: Prefer assertEquals over assertTrue(....equals(...))
Robin Rosenberg
2012-09-03
1
-3
/
+3
*
Support branches with name 'config'
Christian Halstrick
2012-08-21
1
-0
/
+13
*
Garbage collector for FileRepositories
Christian Halstrick
2012-07-29
2
-2
/
+401
*
Fix LockFileTest on Windows
Christian Halstrick
2012-06-16
1
-2
/
+3
*
Merge branch 'stable-2.0'
Shawn O. Pearce
2012-06-07
1
-0
/
+57
|
\
|
*
Support gitdir: refs in BaseRepositoryBuilder.findGitDir
Kevin Sawicki
2012-06-04
1
-0
/
+57
*
|
fix PackWriter excluded objects handling
Christian Halstrick
2012-06-04
1
-0
/
+66
|
/
*
Only increment mod count if packed-refs file changes
Kevin Sawicki
2012-05-28
1
-0
/
+32
*
Compare repository format version as parsed long
Kevin Sawicki
2012-03-21
2
-3
/
+49
*
Move JGitText to an internal package
Robin Rosenberg
2012-03-12
3
-3
/
+3
*
cleanup: Remove unneeded parameter to private method in RefUpdateTest
Robin Rosenberg
2012-03-09
1
-10
/
+8
*
Make sure all bytes are written to files on close, or get an error.
Robin Rosenberg
2012-01-15
2
-5
/
+5
*
Provide helper for unlocking a file
Kevin Sawicki
2012-01-09
1
-0
/
+83
*
Add constant for default name for the Git repo configuration
Tomasz Zarna
2012-01-02
2
-3
/
+3
*
Support getting specific entry number in reflog
Kevin Sawicki
2011-12-19
1
-0
/
+36
*
Deprecate GitIndex more by using only DirCache internally.
Robin Rosenberg
2011-11-09
1
-1
/
+1
*
Add a helper for parsing branch switch info out of a reflog entry
Robin Rosenberg
2011-09-05
1
-0
/
+18
*
PackWriter: Make want/have actual sets
Shawn O. Pearce
2011-08-16
1
-15
/
+15
*
Merge "Fix reading of ref names containing characters that sort before /"
Robin Rosenberg
2011-08-10
1
-0
/
+30
|
\
|
*
Fix reading of ref names containing characters that sort before /
Robin Rosenberg
2011-07-22
1
-0
/
+30
[next]