aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-021-0/+31
* Do not report ignored directories as untrackedMatthias Sohn2014-01-191-0/+47
* Add recursive variant of Config.getNames() methodsMatthias Sohn2013-12-061-1/+55
* More helpful InvalidPathException messages (include reason)Robin Stocker2013-12-031-1/+1
* Fix handling of file/folder conflicts during a checkoutChristian Halstrick2013-11-291-0/+25
* Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce2013-11-243-3/+3
* testMaliciousPathEmpty fails on WindowsRobin Rosenberg2013-11-011-2/+9
* Make sure SystemReader is reset after test is runRobin Stocker2013-10-221-0/+7
* Fix failed tests when the tmp directory is a symlinkRobin Rosenberg2013-10-201-14/+16
* Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)Robin Rosenberg2013-06-091-3/+2