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
*
Fix merge/cherry-picking in CRLF mode
Robin Rosenberg
2014-03-02
1
-0
/
+32
*
Prepare post 3.3.0RC1 builds
Matthias Sohn
2014-02-20
2
-2
/
+2
*
JGit v3.3.0.201402191814-rc1
v3.3.0.201402191814-rc1
Matthias Sohn
2014-02-20
2
-2
/
+2
*
[findBugs] Don't ignore exceptional return value of File.mkdir()
Matthias Sohn
2014-02-18
1
-1
/
+2
*
[findBugs] Don't rely on default encoding
Matthias Sohn
2014-02-18
1
-1
/
+1
*
[findBugs] Don't call toString() on a string
Matthias Sohn
2014-02-18
1
-1
/
+1
*
Fix diff header on renamed or copied files
Shawn Pearce
2014-02-18
1
-0
/
+23
*
Introduce an abstraction for HTTP connections
Christian Halstrick
2014-02-18
2
-12
/
+13
*
Allow programmatic remote configuration for PullCommand
Matthias Sohn
2014-02-14
1
-0
/
+65
*
Use branch.<x>.mergeoptions and merge.ff as defaults for merging
Konrad Kügler
2014-02-14
1
-0
/
+47
*
Non-Fast-Forward Ref-Updates: Omit isMergedInto() calls
Roberto Tyley
2014-02-13
2
-1
/
+21
*
Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructors
Roberto Tyley
2014-02-13
1
-3
/
+1
*
Use fileAttributes to get more attributes in one go
Robin Rosenberg
2014-02-12
1
-1
/
+1
*
Fix RevWalkUtils.findBranchesReachableFrom not finding some branches
Robin Stocker
2014-02-11
1
-0
/
+128
*
Add symlink support to JGit
Robin Rosenberg
2014-02-10
1
-1
/
+4
*
Failing to delete a directory with untracked content is actually ok
Robin Rosenberg
2014-02-10
1
-5
/
+4
*
Ban dangerous ref names in Windows
Robin Rosenberg
2014-02-05
1
-0
/
+23
*
Reset internal state canonical length in WorkingTreeIterator when moving
Robin Rosenberg
2014-02-03
1
-1
/
+14
*
Fix for core.autocrlf=input resulting in modified file
Robin Rosenberg
2014-02-02
2
-3
/
+40
*
Do not report ignored directories as untracked
Matthias Sohn
2014-01-19
1
-0
/
+47
*
Add git checkout --orphan implementation
SATO taichi
2014-01-17
1
-0
/
+96
*
Fix fast forward rebase with rebase.autostash=true
Stefan Lay
2014-01-15
1
-0
/
+39
*
Upgrade javaewah to version 0.7.9
Colby Ranger
2014-01-13
3
-3
/
+3
*
Merge branch 'stable-3.2'
Matthias Sohn
2013-12-13
2
-37
/
+232
|
\
|
*
Don't use API exception in RebaseTodoLine
Christian Halstrick
2013-12-11
1
-36
/
+114
|
*
Merge "Fix aborting rebase with detached head" into stable-3.2
Robin Rosenberg
2013-12-10
1
-0
/
+63
|
|
\
|
|
*
Fix aborting rebase with detached head
Stefan Lay
2013-12-10
1
-0
/
+63
|
*
|
Add recursive variant of Config.getNames() methods
Matthias Sohn
2013-12-06
1
-1
/
+55
|
|
/
*
/
Prepare 3.3.0-SNAPSHOT builds
Matthias Sohn
2013-12-05
2
-36
/
+36
|
/
*
Implement rebase.autostash
Stefan Lay
2013-12-04
1
-0
/
+137
*
Merge "More helpful InvalidPathException messages (include reason)"
Christian Halstrick
2013-12-04
1
-1
/
+1
|
\
|
*
More helpful InvalidPathException messages (include reason)
Robin Stocker
2013-12-03
1
-1
/
+1
*
|
Fix IgnoreRule#isMatch returning wrong result due to missing reset
Robin Stocker
2013-12-03
1
-0
/
+12
|
/
*
Fix exception on conflicts with recursive merge
Robin Stocker
2013-12-03
1
-0
/
+34
*
Do not allow non-ff-rebase if there are uncommitted changes
Stefan Lay
2013-12-02
1
-28
/
+152
*
Fix handling of file/folder conflicts during a checkout
Christian Halstrick
2013-11-29
1
-0
/
+25
*
Fix applying stash on other commit
Stefan Lay
2013-11-29
1
-0
/
+87
*
Break up GCTest to run in parallel
Shawn Pearce
2013-11-24
11
-777
/
+1226
*
Modify T0004_PackReaderTest to use existing pack
Shawn Pearce
2013-11-24
1
-10
/
+10
*
Move SampleDataRepositoryTestCase to org.eclipse.jgit.test
Shawn Pearce
2013-11-24
16
-15
/
+94
*
Cache SimpleDateFormat in GitDateParser per locale
Matthias Sohn
2013-11-23
3
-18
/
+38
*
Fix FIXUP error for blank lines in interactive rebase
Stefan Lay
2013-11-22
1
-0
/
+38
*
Fix parsing Rebase todo lines when commit message is missing
Stefan Lay
2013-11-21
1
-0
/
+13
*
Add close() method to API
Christian Halstrick
2013-11-20
1
-0
/
+28
*
Don't delete .idx file if .pack file can't be deleted
Christian Halstrick
2013-11-13
1
-0
/
+36
*
[findBugs] Remove nonsense call
Matthias Sohn
2013-11-10
1
-1
/
+0
*
Remove unnecessary @SuppressWarnings("null")
Matthias Sohn
2013-11-10
1
-5
/
+0
*
Don't import non-existing package org.eclipse.jgit.java7
Matthias Sohn
2013-11-10
1
-1
/
+0
*
Interactive Rebase: Do actions if there were conflicts
Stefan Lay
2013-11-08
1
-0
/
+207
*
Rebase interactive should finish if last step is edit
Stefan Lay
2013-11-06
1
-0
/
+33
[next]