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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix URIish tests to contain a hostname for git protocol
Christian Halstrick
2010-10-08
1
-2
/
+3
*
Add PushCommand API
Chris Aniszczyk
2010-10-05
1
-0
/
+96
*
Increase core.streamFileThreshold default to 50 MiB
Shawn O. Pearce
2010-10-04
2
-65
/
+23
*
Implement HistogramDiff
Shawn O. Pearce
2010-09-24
1
-0
/
+154
*
Reuse DiffPerformanceTest support code to validate algorithms
Shawn O. Pearce
2010-09-24
3
-28
/
+18
*
Fix PatienceDiffTest
Shawn O. Pearce
2010-09-23
1
-1
/
+4
*
Define an abstract DiffAlgorithm test framework
Shawn O. Pearce
2010-09-21
3
-210
/
+199
*
Implement Bram Cohen's Patience Diff
Shawn O. Pearce
2010-09-20
1
-0
/
+231
*
Micro-optimize reduceCommonStartEnd for RawText
Shawn O. Pearce
2010-09-20
1
-0
/
+48
*
Merge "Define DiffAlgorithm as an abstract function"
Chris Aniszczyk
2010-09-17
2
-5
/
+5
|
\
|
*
Define DiffAlgorithm as an abstract function
Shawn O. Pearce
2010-09-10
2
-5
/
+5
*
|
Add FetchCommand
Chris Aniszczyk
2010-09-17
1
-0
/
+91
*
|
Merge "Remove unnecessary failing test method"
Shawn Pearce
2010-09-17
1
-11
/
+0
|
\
\
|
*
|
Remove unnecessary failing test method
Stefan Lay
2010-09-17
1
-11
/
+0
|
|
/
*
|
Merge branch 'stable-0.9'
Shawn O. Pearce
2010-09-16
1
-0
/
+306
|
\
\
|
|
/
|
/
|
|
*
Fix PlotCommitList to set lanes on child-less commits
Christian Halstrick
2010-09-14
1
-0
/
+306
*
|
Allow ../relative paths in remotes
Chris West (Faux)
2010-09-10
1
-0
/
+10
|
/
*
Support core.autocrlf = input
Shawn O. Pearce
2010-09-07
3
-2
/
+36
*
Refactor diff sequence API
Shawn O. Pearce
2010-09-06
8
-102
/
+128
*
Fix checkReferencedIsReachable to use correct base list
Shawn O. Pearce
2010-09-06
1
-4
/
+13
*
DeltaStream: Fix data corruption when reading large copies
Shawn O. Pearce
2010-09-06
1
-1
/
+18
*
Merge "Add helper methods to Edit"
Chris Aniszczyk
2010-09-06
1
-1
/
+24
|
\
|
*
Add helper methods to Edit
Shawn O. Pearce
2010-09-03
1
-1
/
+24
*
|
cleanup: Remove unnecessary @SuppressWarnings
Robin Rosenberg
2010-09-05
1
-1
/
+0
|
/
*
Fix QuotedString.GIT_PATH escaping rules
Shawn O. Pearce
2010-09-03
1
-1
/
+6
*
Merge branch 'unpack-error'
Shawn O. Pearce
2010-09-03
1
-5
/
+53
|
\
|
*
ReceivePack: Rethrow exceptions caught during indexing
Shawn O. Pearce
2010-09-03
1
-5
/
+53
*
|
Move rename detection, path following into DiffFormatter
Shawn O. Pearce
2010-09-02
1
-5
/
+12
*
|
Merge "Correct diff header formatting"
Chris Aniszczyk
2010-09-02
1
-0
/
+70
|
\
\
|
*
|
Correct diff header formatting
Shawn O. Pearce
2010-09-01
1
-0
/
+70
*
|
|
Refactor Git API exceptions to a new package
Chris Aniszczyk
2010-09-01
4
-0
/
+14
*
|
|
Avoid double quotes in Git Config
Mathias Kinzler
2010-09-01
1
-1
/
+25
|
/
/
*
|
Extend DirCache test case to check "intent to add" flag.
Marc Strapetz
2010-08-31
1
-2
/
+5
*
|
Partial support for index file format "3".
Marc Strapetz
2010-08-31
1
-0
/
+32
*
|
Add test for RawParseUtils.formatBase10
Shawn O. Pearce
2010-08-31
1
-0
/
+70
*
|
Improve MergeAlgorithm to produce smaller conflicts
Christian Halstrick
2010-08-31
1
-2
/
+13
*
|
Added merge strategy RESOLVE
Christian Halstrick
2010-08-31
1
-36
/
+264
*
|
Merge "Add one more test to ReadTreeTest"
Chris Aniszczyk
2010-08-30
1
-0
/
+14
|
\
\
|
*
|
Add one more test to ReadTreeTest
Christian Halstrick
2010-08-30
1
-0
/
+14
*
|
|
Wait for JIT optimization before measuring diff performance
Matthias Sohn
2010-08-30
1
-4
/
+12
|
|
/
|
/
|
*
|
Improve LargeObjectException reporting
Shawn O. Pearce
2010-08-30
2
-5
/
+17
|
/
*
Add TagCommand
Chris Aniszczyk
2010-08-27
1
-0
/
+116
*
Implement a Dircache checkout (needed for merge)
Christian Halstrick
2010-08-27
2
-22
/
+165
*
Fix parsing of multiple authors in PersonIdent.
Marc Strapetz
2010-08-26
4
-83
/
+93
*
Increase temporary buffer for unit test
Shawn O. Pearce
2010-08-25
1
-1
/
+2
*
Support parsing commit:path style blob references
Shawn O. Pearce
2010-08-25
1
-0
/
+21
*
Support parsing git describe style output
Shawn O. Pearce
2010-08-25
1
-0
/
+20
*
Rename T0008_testparserev to RepositoryResolveTest
Shawn O. Pearce
2010-08-25
1
-1
/
+1
*
Throw AmbiguousObjectException during resolve if its ambiguous
Shawn O. Pearce
2010-08-25
1
-2
/
+15
*
Add brute force byte array loading to ObjectLoader
Shawn O. Pearce
2010-08-25
1
-0
/
+270
[prev]
[next]