aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-191-7/+127
|\
| * ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2014-12-181-0/+87
| * ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2014-12-181-0/+11
| * ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2014-12-181-2/+26
| * Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2014-12-181-6/+4
* | Move checkPath from DirCacheCheckout to ObjectCheckerShawn Pearce2014-11-281-0/+39
|/
* Fix ObjectChecker when normalization is enabledShawn Pearce2014-04-031-1/+1
* Check for duplicate names after folding case in ObjectCheckerShawn Pearce2014-03-121-1/+69
* Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-121-22/+45
* Reject mixed case .git on Mac OS in ObjectCheckerShawn Pearce2014-03-121-1/+17
* Reject special Windows device names in ObjectCheckerShawn Pearce2014-03-121-4/+66
* Allow an ObjectChecker to reject special characters for WindowsShawn Pearce2014-03-121-2/+55
* Reject '.git' as a tree name in ObjectCheckerShawn Pearce2014-03-121-4/+17
* Extract path segment check function in ObjectCheckerShawn Pearce2014-03-121-9/+14
* Permit ObjectChecker to optionally accept leading '0' in treesShawn Pearce2014-03-121-1/+20
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-9/+9
* Remove 86 boxing warningsKevin Sawicki2012-05-081-1/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+5
* Relax ObjectChecker to permit missing tagger linesShawn O. Pearce2010-01-231-5/+5
* Get rid of a duplicate constant for SHA-1 lengthRobin Rosenberg2009-12-281-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+365