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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add utility method allowing to check for empty folders in workdir
Christian Halstrick
2015-10-08
1
-3
/
+21
*
Remove unneeded @SuppressWarnings("boxing")
Hugo Arès
2015-09-23
1
-5
/
+3
*
Fix endless loop in ObjectChecker for MacOS
Christian Halstrick
2015-09-17
1
-0
/
+11
*
Throw InvalidObjectIdException from ObjectId.fromString("tooshort")
Jonathan Nieder
2015-07-06
1
-0
/
+17
*
API to remove repositories from RepositoryCache
Tobias Oberlies
2015-06-23
1
-0
/
+28
*
Revert "Config: Distinguish between empty and null strings"
Jonathan Nieder
2015-06-09
1
-4
/
+8
*
Introduce exactRef to read a ref whose exact name is known
Jonathan Nieder
2015-06-05
1
-0
/
+50
*
Config: Allow ending a file with "=" and no newline
Dave Borowitz
2015-06-04
1
-0
/
+9
*
Config: Distinguish between empty and null strings
Dave Borowitz
2015-06-04
1
-22
/
+49
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
3
-12
/
+3
*
Add fsck.allowInvalidPersonIdent to accept invalid author/committers
Shawn Pearce
2015-04-30
1
-1
/
+40
*
Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit
Matthias Sohn
2015-03-23
1
-0
/
+99
*
Read user.name and email from environment first
Matthias Sohn
2015-02-24
1
-0
/
+17
*
Trim author/committer name and email in commit header
Rüdiger Herrmann
2015-01-03
1
-0
/
+12
*
Merge branch 'stable-3.5' into stable-3.6
Matthias Sohn
2014-12-19
2
-14
/
+243
|
\
|
*
Merge branch 'stable-3.4' into stable-3.5
Matthias Sohn
2014-12-18
2
-14
/
+243
|
|
\
|
|
*
ObjectChecker: Disallow names potentially mapping to ".git" on HFS+
Matthias Sohn
2014-12-18
1
-0
/
+120
|
|
*
ObjectChecker: Disallow Windows shortname "GIT~1"
Christian Halstrick
2014-12-18
1
-0
/
+34
|
|
*
ObjectChecker: Disallow ".git." and ".git<space>"
Shawn Pearce
2014-12-18
2
-8
/
+98
|
|
*
Always ignore case when forbidding .git in ObjectChecker
Shawn Pearce
2014-12-18
1
-16
/
+1
*
|
|
Fix tests on windows by closing repos
Christian Halstrick
2014-12-12
1
-0
/
+2
*
|
|
Make sure checkout doesn't report conflicts on ignored paths
Christian Halstrick
2014-11-06
1
-0
/
+32
*
|
|
Support for Submodule configuration submodule.<name>.ignore
Christian Halstrick
2014-11-03
1
-0
/
+211
|
/
/
*
|
Strip "<", ">", and "\n" from name/email in UserConfig
Robin Stocker
2014-08-21
1
-0
/
+14
*
|
Add isRebase to API of BranchConfig
Robin Stocker
2014-08-03
1
-0
/
+16
*
|
Add IndexDiff tests for merge conflict state BOTH_ADDED
Laurent Goubet
2014-08-02
1
-0
/
+116
*
|
Handle initial checkout correctly
Christian Halstrick
2014-07-25
1
-0
/
+19
|
/
*
Fix a number of failing conflict situations
Robin Rosenberg
2014-05-17
1
-1
/
+1
*
Add methods to Repository to handle remote names
Robin Rosenberg
2014-04-27
1
-0
/
+46
*
Fix ValidRefNameTest on Windows
Robin Rosenberg
2014-04-06
1
-23
/
+55
*
Fix ObjectChecker when normalization is enabled
Shawn Pearce
2014-04-03
1
-2
/
+11
*
Check for duplicate names after folding case in ObjectChecker
Shawn Pearce
2014-03-12
1
-0
/
+56
*
Change DirCacheCheckout to verify path using ObjectChecker
Shawn Pearce
2014-03-12
1
-0
/
+10
*
Reject mixed case .git on Mac OS in ObjectChecker
Shawn Pearce
2014-03-12
1
-1
/
+15
*
Reject special Windows device names in ObjectChecker
Shawn Pearce
2014-03-12
1
-0
/
+24
*
Allow an ObjectChecker to reject special characters for Windows
Shawn Pearce
2014-03-12
1
-0
/
+85
*
Reject '.git' as a tree name in ObjectChecker
Shawn Pearce
2014-03-12
1
-0
/
+13
*
Permit ObjectChecker to optionally accept leading '0' in trees
Shawn Pearce
2014-03-12
1
-0
/
+8
*
Use branch.<x>.mergeoptions and merge.ff as defaults for merging
Konrad Kügler
2014-02-14
1
-0
/
+47
*
Ban dangerous ref names in Windows
Robin Rosenberg
2014-02-05
1
-0
/
+23
*
Fix for core.autocrlf=input resulting in modified file
Robin Rosenberg
2014-02-02
1
-0
/
+31
*
Do not report ignored directories as untracked
Matthias Sohn
2014-01-19
1
-0
/
+47
*
Add recursive variant of Config.getNames() methods
Matthias Sohn
2013-12-06
1
-1
/
+55
*
More helpful InvalidPathException messages (include reason)
Robin Stocker
2013-12-03
1
-1
/
+1
*
Fix handling of file/folder conflicts during a checkout
Christian Halstrick
2013-11-29
1
-0
/
+25
*
Move SampleDataRepositoryTestCase to org.eclipse.jgit.test
Shawn Pearce
2013-11-24
3
-3
/
+3
*
testMaliciousPathEmpty fails on Windows
Robin Rosenberg
2013-11-01
1
-2
/
+9
*
Make sure SystemReader is reset after test is run
Robin Stocker
2013-10-22
1
-0
/
+7
*
Fix failed tests when the tmp directory is a symlink
Robin Rosenberg
2013-10-20
1
-14
/
+16
*
Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)
Robin Rosenberg
2013-06-09
1
-3
/
+2
[prev]
[next]