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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
PackInserter: Ensure objects are written at the end of the pack
Dave Borowitz
2017-12-20
1
-3
/
+49
|
*
Prepare 4.9.3-SNAPSHOT builds
Matthias Sohn
2017-12-16
2
-47
/
+47
|
*
JGit v4.9.2.201712150930-r
v4.9.2.201712150930-r
Matthias Sohn
2017-12-15
2
-2
/
+2
|
*
Config: Remove the include functionality
David Pursehouse
2017-12-15
1
-16
/
+8
|
*
Prepare 4.9.2-SNAPSHOT builds
Matthias Sohn
2017-12-03
2
-47
/
+47
|
*
JGit v4.9.1.201712030800-r
v4.9.1.201712030800-r
Matthias Sohn
2017-12-03
2
-2
/
+2
*
|
Config: Rewrite subsection and value escaping and parsing
Dave Borowitz
2017-12-18
2
-57
/
+176
*
|
PushConnectionTest: Increase maxCommandBytes yet again
David Pursehouse
2017-12-18
1
-1
/
+1
*
|
ConfigTest: Remove redundant assignment
David Pursehouse
2017-12-15
1
-2
/
+1
*
|
Make Config.readIncludedConfig a noop by default
Shawn Pearce
2017-12-13
1
-15
/
+3
*
|
Merge "URIishTest: more Windows file-protocol tests"
Thomas Wolf
2017-12-09
1
-0
/
+82
|
\
\
|
*
|
URIishTest: more Windows file-protocol tests
Marc Strapetz
2017-12-09
1
-0
/
+82
*
|
|
PackInserterTest: Prevent potential NPE dereferencing Path.getFileName()
David Pursehouse
2017-12-08
1
-3
/
+6
*
|
|
Specify consistent version range for junit in OSGi manifests
David Pursehouse
2017-12-08
1
-5
/
+5
|
/
/
*
|
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
24
-216
/
+185
*
|
ConfigTest: Move pathToString to FileUtils
David Pursehouse
2017-12-06
2
-10
/
+3
*
|
FileBasedConfig: support for relative includes
Marc Strapetz
2017-12-04
2
-3
/
+84
*
|
ConfigTest: fix on Windows
Marc Strapetz
2017-12-04
1
-4
/
+12
*
|
Make local assert methods private in test classes
David Pursehouse
2017-12-01
3
-6
/
+6
*
|
Merge branch 'stable-4.9'
Matthias Sohn
2017-11-30
1
-0
/
+106
|
\
|
|
*
GC: Delete stale temporary packs and indexes
Hector Caballero
2017-11-24
1
-0
/
+106
*
|
Break down DfsBlockCache stats by pack file extension.
Minh Thai
2017-11-27
2
-5
/
+6
*
|
Merge branch 'stable-4.9'
Matthias Sohn
2017-11-24
1
-1
/
+11
|
\
|
|
*
Ignore warning for minor version change without API change
Matthias Sohn
2017-11-24
1
-1
/
+11
*
|
Merge branch 'stable-4.9'
David Pursehouse
2017-11-22
1
-2
/
+1
|
\
|
|
*
Yet another work-around for a Jsch bug: timeouts
Thomas Wolf
2017-11-20
1
-2
/
+1
*
|
Config: Handle leading/trailing single whitespaces
Dave Borowitz
2017-11-20
1
-0
/
+52
*
|
Merge changes from topic 'includeDeletes'
Shawn Pearce
2017-11-16
1
-0
/
+102
|
\
\
|
*
|
Add flag for keeping ref tombstones in GC reftable
Minh Thai
2017-11-15
1
-0
/
+102
*
|
|
Remove unused import from ReftableCompactorTest
Matthias Sohn
2017-11-15
1
-1
/
+0
|
/
/
*
|
Merge "ObjectDirectory: Add pack directory getter"
David Pursehouse
2017-11-14
6
-9
/
+8
|
\
\
|
*
|
ObjectDirectory: Add pack directory getter
Hector Caballero
2017-11-14
6
-9
/
+8
*
|
|
Merge "ReftableCompactor should accept 0 for minUpdateIndex"
Jonathan Nieder
2017-11-14
1
-0
/
+326
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ReftableCompactor should accept 0 for minUpdateIndex
Minh Thai
2017-11-14
1
-0
/
+326
*
|
|
FileUtils.toPath to convert File to Path
Marc Strapetz
2017-11-14
1
-1
/
+2
|
/
/
*
|
Remove an unused import from PackParserTest
Matthias Sohn
2017-11-11
1
-1
/
+0
*
|
Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15
Jonathan Nieder
2017-11-10
1
-11
/
+94
|
\
\
|
*
|
Use bitmaps for non-commit reachability checks
Jonathan Tan
2017-11-10
1
-0
/
+87
|
*
|
UploadPackTest: construct commits in test method
Jonathan Tan
2017-11-01
1
-11
/
+7
*
|
|
Reject pack if delta exceeds array size limit
Shawn Pearce
2017-11-09
1
-1
/
+1
*
|
|
Suppress "Unlikely argument type for equals()" warnings in tests
David Pursehouse
2017-11-06
3
-0
/
+3
*
|
|
Merge branch 'stable-4.9'
David Pursehouse
2017-11-02
1
-0
/
+539
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
PackInserter: Implement newReader()
Dave Borowitz
2017-11-01
1
-1
/
+119
|
*
|
FileRepository: Add pack-based inserter implementation
Dave Borowitz
2017-11-01
1
-0
/
+421
*
|
|
Revert "Throw BinaryBlobException from RawParseUtils#lineMap."
Han-Wen NIenhuys
2017-10-24
2
-19
/
+9
*
|
|
Throw BinaryBlobException from RawParseUtils#lineMap.
Han-Wen Nienhuys
2017-10-24
2
-9
/
+19
*
|
|
Avoid loading and merging binary data in ResolveMerger
Han-Wen Nienhuys
2017-10-24
1
-0
/
+142
*
|
|
Introduce RawText#load.
Han-Wen Nienhuys
2017-10-24
1
-0
/
+110
*
|
|
Merge branch 'stable-4.9'
David Pursehouse
2017-10-23
1
-10
/
+15
|
\
|
|
|
*
|
Avoid bad rounding "1 year, 12 months" in date formatter
Michael Keppler
2017-10-23
1
-1
/
+8
[prev]
[next]