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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add additional RebaseResult for editing commits
Stefan Lay
2013-11-05
1
-1
/
+1
|
*
Add Squash/Fixup support for rebase interactive in RebaseCommand
Tobias Pfeifer
2013-11-05
1
-1
/
+338
*
|
Merge changes I85470d1d,I43711486,Ie6ade781,Ic9ab2b6e,Iebe50933,Id6fac253,Ia6...
Shawn Pearce
2013-11-05
18
-76
/
+201
|
\
\
|
|
/
|
/
|
|
*
Use absolute paths for file:// URIs in tests
Shawn Pearce
2013-11-01
8
-29
/
+42
|
*
Move repeat() to utility class for tests
Shawn Pearce
2013-11-01
3
-12
/
+59
|
*
Remove hardcoded target/trash from test cases
Shawn Pearce
2013-11-01
3
-5
/
+22
|
*
Remove dependency on StatusCommandTest
Shawn Pearce
2013-11-01
3
-24
/
+71
|
*
Remove dependency on DiffFormatterReflowTest
Shawn Pearce
2013-11-01
1
-6
/
+7
*
|
Also use MockSystemReader in GitDateParserBadlyFormattedTest
Matthias Sohn
2013-11-05
1
-0
/
+14
*
|
Merge "testMaliciousPathEmpty fails on Windows"
Christian Halstrick
2013-11-04
1
-2
/
+9
|
\
\
|
*
|
testMaliciousPathEmpty fails on Windows
Robin Rosenberg
2013-11-01
1
-2
/
+9
|
|
/
*
|
Parse commitId and shortMessage of a commented out line in rebase todo
Tobias Pfeifer
2013-10-31
1
-0
/
+119
*
|
Enhance reading of git-rebase-todo formatted files
Christian Halstrick
2013-10-31
1
-25
/
+122
|
/
*
Make sure SystemReader is reset after test is run
Robin Stocker
2013-10-22
4
-0
/
+25
*
Merge "Fix failed tests when the tmp directory is a symlink"
Matthias Sohn
2013-10-19
2
-16
/
+19
|
\
|
*
Fix failed tests when the tmp directory is a symlink
Robin Rosenberg
2013-10-20
2
-16
/
+19
*
|
Describe HEAD if no explicit target was set
Matthias Sohn
2013-10-11
1
-6
/
+12
|
/
*
Prepare 3.2.0-SNAPSHOT builds
Matthias Sohn
2013-10-03
2
-37
/
+37
*
Merge branch 'stable-3.1'
Matthias Sohn
2013-10-03
3
-47
/
+78
|
\
|
*
Prepare post 3.1.0 builds
stable-3.1
Matthias Sohn
2013-10-03
2
-37
/
+37
|
*
JGit v3.1.0.201310021548-r
v3.1.0.201310021548-r
Matthias Sohn
2013-10-02
2
-2
/
+2
|
*
Prepare post 3.1.0 RC1 builds
Matthias Sohn
2013-09-27
2
-2
/
+2
|
*
JGit v3.1.0.201309270735-rc1
v3.1.0.201309270735-rc1
Matthias Sohn
2013-09-27
2
-2
/
+2
|
*
Attempt to fix graph layout when new heads are introduced
Robin Rosenberg
2013-09-26
1
-10
/
+41
*
|
Added the git-describe implementation
Kohsuke Kawaguchi
2013-09-27
1
-0
/
+242
|
/
*
ResetCommand: Allow reset on unborn branch when ref not specified
Robin Stocker
2013-09-13
1
-1
/
+37
*
Don't treat "/" as valid ignore pattern
Robin Stocker
2013-09-09
1
-0
/
+11
*
Merge branch 'stable-3.0'
Matthias Sohn
2013-09-04
1
-0
/
+11
|
\
|
*
Prepare post 3.0.2-rc2 builds
Matthias Sohn
2013-09-04
2
-2
/
+2
|
*
JGit v3.0.2.201309041250-rc2
v3.0.2.201309041250-rc2
Matthias Sohn
2013-09-04
2
-2
/
+2
|
*
Update build to use CBI jarsigner plugin
Matthias Sohn
2013-09-04
1
-0
/
+11
|
*
Update reflog like C Git during rebase (non-interactive)
Robin Rosenberg
2013-08-21
1
-2
/
+90
|
*
Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter
Robin Stocker
2013-08-21
1
-0
/
+10
|
*
Refactor PathSuffixFilterTest to remove duplication
Robin Stocker
2013-08-21
1
-61
/
+31
|
*
Update HEAD in cherry-picking several commits
Hiroshi Tomita
2013-08-21
1
-0
/
+36
|
*
Fix HTTP response processing for WWW-Authenticate headers
Alex Rukhlin
2013-08-21
1
-0
/
+162
|
*
Fix tests for OS X when the tmpdir is the default /tmp
Robin Rosenberg
2013-08-21
1
-2
/
+7
|
*
Recognize CRLF when parsing the short message of a commit or tag
Robin Rosenberg
2013-08-21
2
-0
/
+25
|
*
Prepare 3.0.2-SNAPSHOT builds
Matthias Sohn
2013-08-19
2
-36
/
+36
*
|
Enable LsRemoteCommand to work without local repository
Robin Stocker
2013-08-13
1
-1
/
+9
*
|
Merge "Recognize CRLF when parsing the short message of a commit or tag"
Robin Rosenberg
2013-08-10
2
-0
/
+25
|
\
\
|
*
|
Recognize CRLF when parsing the short message of a commit or tag
Robin Rosenberg
2013-06-14
2
-0
/
+25
*
|
|
Merge "Added characters to be escaped in file name patterns"
Robin Rosenberg
2013-08-10
1
-0
/
+40
|
\
\
\
|
*
|
|
Added characters to be escaped in file name patterns
Gustav Karlsson
2013-04-06
1
-0
/
+40
*
|
|
|
Implement open(URIish) for TransportLocal
Robin Stocker
2013-07-21
1
-0
/
+16
*
|
|
|
Update reflog like C Git during rebase (non-interactive)
Robin Rosenberg
2013-07-21
1
-2
/
+90
*
|
|
|
Add path option to StatusCommand
Christian Halstrick
2013-07-21
1
-0
/
+36
*
|
|
|
Fix bugs in TreeWalk#isPathSuffix used by PathSuffixFilter
Robin Stocker
2013-07-08
1
-0
/
+10
*
|
|
|
Refactor PathSuffixFilterTest to remove duplication
Robin Stocker
2013-07-08
1
-61
/
+31
*
|
|
|
Merge "Update HEAD in cherry-picking several commits"
Robin Stocker
2013-07-02
1
-0
/
+36
|
\
\
\
\
[prev]
[next]