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
*
Merge changes Idaed9310,I62bd7c0b
Matthias Sohn
2016-01-03
1
-879
/
+572
|
\
|
*
ObjectChecker: honor some git-core fsck.* options
Shawn Pearce
2015-12-30
1
-27
/
+121
|
*
ObjectChecker: allow some objects to skip errors
Shawn Pearce
2015-12-30
1
-873
/
+472
*
|
Fixed few locale dependent pgm tests
Andrey Loskutov
2016-01-02
1
-0
/
+31
*
|
buck: set vm_args for tests
Shawn Pearce
2016-01-01
1
-0
/
+1
*
|
Merge changes from topic 'add-df'
Shawn Pearce
2016-01-01
3
-5
/
+203
|
\
\
|
*
|
DirCache: Do not create duplicate tree entries
Shawn Pearce
2015-12-29
1
-0
/
+46
|
*
|
DirCacheEditor: Replace file-with-tree and tree-with-file
Shawn Pearce
2015-12-29
2
-4
/
+60
|
*
|
AddCommand: Use NameConflictTreeWalk to identify file-dir changes
Shawn Pearce
2015-12-29
1
-1
/
+97
*
|
|
buck: run tests
Shawn Pearce
2015-12-31
1
-0
/
+94
|
|
/
|
/
|
*
|
PackWriter: use lib.ObjectIdSet to avoid wrapper
Shawn Pearce
2015-12-29
1
-12
/
+3
|
/
*
Skip nested copyfiles in RepoCommand.
Yuxuan 'fishy' Wang
2015-12-22
1
-1
/
+6
*
Checkout should be able to override modified symbolic links
Andrey Loskutov
2015-12-17
2
-8
/
+83
*
Included cached deltas in delta packStatistics.
James Kolb
2015-12-16
1
-0
/
+34
*
Merge changes Ib4d53bdd,I55bd512c
Jonathan Nieder
2015-12-16
1
-33
/
+117
|
\
|
*
Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree
Jonathan Nieder
2015-12-15
1
-6
/
+37
|
*
Add tests for PathFilterGroup.Single
Jonathan Nieder
2015-12-15
1
-33
/
+86
*
|
Merge "Refspec: loosen restrictions on wildcard "*""
Shawn Pearce
2015-12-15
1
-15
/
+35
|
\
\
|
*
|
Refspec: loosen restrictions on wildcard "*"
Marc Strapetz
2015-10-21
1
-15
/
+35
*
|
|
Merge "Bug 484342: Support @ in username in SSH url."
Shawn Pearce
2015-12-15
1
-0
/
+42
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Bug 484342: Support @ in username in SSH url.
Mike Gilbode
2015-12-15
1
-0
/
+42
*
|
|
Merge "push: Do not blindly overwrite peer"
Shawn Pearce
2015-12-14
1
-0
/
+143
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
push: Do not blindly overwrite peer
Shawn Pearce
2015-12-14
1
-0
/
+143
*
|
|
Fix FileTreeIterator.idSubmodule(Entry)
Christian Halstrick
2015-12-13
1
-1
/
+1
*
|
|
URIish: fixed full uri pattern not expecting end of line after host name
Andrey Loskutov
2015-12-12
1
-0
/
+15
*
|
|
Add remote command to JGit CLI
Kaloyan Raev
2015-12-11
5
-0
/
+413
|
/
/
*
|
Support atomic push in JGit client
Shawn Pearce
2015-12-02
1
-0
/
+200
*
|
Delay locating .gitattributes until requested
Shawn Pearce
2015-11-29
1
-0
/
+41
*
|
DirCacheEntry: Speed up creation by avoiding string cast
Shawn Pearce
2015-11-28
1
-2
/
+2
*
|
Add support for smudge filters
Christian Halstrick
2015-11-27
2
-5
/
+126
*
|
Add support for clean filters
Christian Halstrick
2015-11-27
1
-0
/
+188
*
|
Add the new class Attributes holding multiple Attribute(s)
Ivan Motsch
2015-11-27
4
-29
/
+23
*
|
Fix unit tests on Windows
Christian Halstrick
2015-11-26
2
-22
/
+21
*
|
Fix HookTest when running on Win32_Cygwin
Christian Halstrick
2015-11-26
1
-13
/
+8
*
|
Repository: Introduce exactRef and findRef, deprecate getRef
Jonathan Nieder
2015-11-25
15
-173
/
+187
*
|
Merge "RefDirectory.getRef: Treat fake missing symrefs like real ones"
Jonathan Nieder
2015-11-24
1
-0
/
+30
|
\
\
|
*
|
RefDirectory.getRef: Treat fake missing symrefs like real ones
Jonathan Nieder
2015-11-19
1
-0
/
+30
*
|
|
Let FS_Win32_Cygwin detect symlink support by creating temporary symlink
Christian Halstrick
2015-11-21
5
-0
/
+12
*
|
|
Fix classpath of test launch configurations
Matthias Sohn
2015-11-21
2
-2
/
+0
*
|
|
Avoid UnknownHostException in WalkEncryptionTest
Matthias Sohn
2015-11-21
1
-9
/
+32
|
/
/
*
|
Introduce FS.execute() to execute a command defined by a ProcessBuilder
Christian Halstrick
2015-11-18
1
-0
/
+40
*
|
Adds the git attributes computation on the treewalk
Arthur Daussy
2015-11-18
4
-39
/
+887
*
|
Merge "Fix MissingObjectException in RenameDetector"
Christian Halstrick
2015-11-17
1
-0
/
+31
|
\
\
|
*
|
Fix MissingObjectException in RenameDetector
RĂ¼diger Herrmann
2015-11-12
1
-0
/
+31
*
|
|
Merge branch 'stable-4.1'
Matthias Sohn
2015-11-14
1
-0
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Prepare 4.1.2-SNAPSHOT builds
Matthias Sohn
2015-11-14
2
-41
/
+41
|
*
|
JGit v4.1.1.201511131810-r
v4.1.1.201511131810-r
Matthias Sohn
2015-11-14
2
-2
/
+2
|
*
|
RefDirectory.exactRef: Do not ignore symrefs to unborn branch
Jonathan Nieder
2015-11-11
1
-0
/
+19
*
|
|
Fix imports in DfsInserterTest
Matthias Sohn
2015-11-05
1
-10
/
+9
*
|
|
Insert duplicate objects to prevent race during garbage collection.
Mike Williams
2015-11-04
1
-7
/
+61
[next]