aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-1/+15
* Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-031-879/+572
|\
| * ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-27/+121
| * ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-873/+472
* | DirCacheEditor: Replace file-with-tree and tree-with-fileShawn Pearce2015-12-291-4/+2
|/
* Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-131-1/+1
* Add support for smudge filtersChristian Halstrick2015-11-271-5/+2
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-12/+12
* Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-211-0/+6
* Delete non empty directories before checkout a pathAndrey Loskutov2015-10-091-1/+391
* Add utility method allowing to check for empty folders in workdirChristian Halstrick2015-10-081-3/+21
* Remove unneeded @SuppressWarnings("boxing")Hugo Arès2015-09-231-5/+3
* Fix endless loop in ObjectChecker for MacOSChristian Halstrick2015-09-171-0/+11
* Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder2015-07-061-0/+17
* API to remove repositories from RepositoryCacheTobias Oberlies2015-06-231-0/+28
* Revert "Config: Distinguish between empty and null strings"Jonathan Nieder2015-06-091-4/+8
* Introduce exactRef to read a ref whose exact name is knownJonathan Nieder2015-06-051-0/+50
* Config: Allow ending a file with "=" and no newlineDave Borowitz2015-06-041-0/+9
* Config: Distinguish between empty and null stringsDave Borowitz2015-06-041-22/+49
* Replace deprecated release() methods by close()Matthias Sohn2015-05-213-12/+3
* Add fsck.allowInvalidPersonIdent to accept invalid author/committersShawn Pearce2015-04-301-1/+40
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-231-0/+99
* Read user.name and email from environment firstMatthias Sohn2015-02-241-0/+17
* Trim author/committer name and email in commit headerRüdiger Herrmann2015-01-031-0/+12
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-192-14/+243
|\
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-182-14/+243
| |\
| | * ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2014-12-181-0/+120
| | * ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2014-12-181-0/+34
| | * ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce2014-12-182-8/+98
| | * Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2014-12-181-16/+1
* | | Fix tests on windows by closing reposChristian Halstrick2014-12-121-0/+2
* | | Make sure checkout doesn't report conflicts on ignored pathsChristian Halstrick2014-11-061-0/+32
* | | Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick2014-11-031-0/+211
|/ /
* | Strip "<", ">", and "\n" from name/email in UserConfigRobin Stocker2014-08-211-0/+14
* | Add isRebase to API of BranchConfigRobin Stocker2014-08-031-0/+16
* | Add IndexDiff tests for merge conflict state BOTH_ADDEDLaurent Goubet2014-08-021-0/+116
* | Handle initial checkout correctlyChristian Halstrick2014-07-251-0/+19
|/
* Fix a number of failing conflict situationsRobin Rosenberg2014-05-171-1/+1
* Add methods to Repository to handle remote namesRobin Rosenberg2014-04-271-0/+46
* Fix ValidRefNameTest on WindowsRobin Rosenberg2014-04-061-23/+55
* Fix ObjectChecker when normalization is enabledShawn Pearce2014-04-031-2/+11
* Check for duplicate names after folding case in ObjectCheckerShawn Pearce2014-03-121-0/+56
* Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-121-0/+10
* Reject mixed case .git on Mac OS in ObjectCheckerShawn Pearce2014-03-121-1/+15
* Reject special Windows device names in ObjectCheckerShawn Pearce2014-03-121-0/+24
* Allow an ObjectChecker to reject special characters for WindowsShawn Pearce2014-03-121-0/+85
* Reject '.git' as a tree name in ObjectCheckerShawn Pearce2014-03-121-0/+13
* Permit ObjectChecker to optionally accept leading '0' in treesShawn Pearce2014-03-121-0/+8
* Use branch.<x>.mergeoptions and merge.ff as defaults for mergingKonrad Kügler2014-02-141-0/+47
* Ban dangerous ref names in WindowsRobin Rosenberg2014-02-051-0/+23