aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-37/+94
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Add missing @since tags for ObjectChecker.ErrorTypeMatthias Sohn2018-10-101-7/+7
* DfsFsck: Check that .gitmodules in the repository have valid contentsIvan Frade2018-10-091-1/+17
* SubmoduleValidator: Always throw SubmoduleValidationExceptionIvan Frade2018-10-091-0/+7
* Merge branch 'stable-4.11' into stable-5.0Jonathan Nieder2018-10-071-2/+2
|\
| * Merge branch 'stable-4.9' into stable-4.10Jonathan Nieder2018-10-071-2/+2
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Jonathan Nieder2018-10-071-2/+2
| | |\
| | | * ObjectChecker#getGitsubmodules: Fix malformed javadocDavid Pursehouse2018-10-071-2/+2
* | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-061-5/+143
|\| | |
| * | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-061-5/+143
| |\| |
| | * | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-061-5/+143
| | |\|
| | | * ObjectChecker: Report .gitmodules files found in the packIvan Frade2018-10-051-5/+143
* | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
|/ / /
* / / Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-28/+39
|/ /
* / Add BlobObjectCheckerMasaya Suzuki2017-08-281-1/+21
|/
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* [infer] Fix resource leak in ObjectCheckerMatthias Sohn2016-12-211-2/+3
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-23/+8
* ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-158/+347
* ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-50/+166
* ObjectChecker: use java.text.Normalizer directlyShawn Pearce2015-12-301-55/+2
* Fix endless loop in ObjectChecker for MacOSChristian Halstrick2015-09-171-1/+2
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-43/+80
* Add fsck.allowInvalidPersonIdent to accept invalid author/committersShawn Pearce2015-04-301-0/+21
* 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