225 Commits (df904a4227360741635bf7aa6a6ad5e39057b343)

Author SHA1 Message Date
  Hugo Arès 79974e20cc Remove unneeded @SuppressWarnings("boxing") 8 years ago
  Christian Halstrick f4596284a0 Fix endless loop in ObjectChecker for MacOS 8 years ago
  Jonathan Nieder 761f070866 Throw InvalidObjectIdException from ObjectId.fromString("tooshort") 9 years ago
  Tobias Oberlies d34314644e API to remove repositories from RepositoryCache 9 years ago
  Jonathan Nieder cd3d952ec6 Revert "Config: Distinguish between empty and null strings" 9 years ago
  Jonathan Nieder a04d1ad2f1 Introduce exactRef to read a ref whose exact name is known 9 years ago
  Dave Borowitz b9f850a79b Config: Allow ending a file with "=" and no newline 9 years ago
  Dave Borowitz 96eb3ee397 Config: Distinguish between empty and null strings 9 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Shawn Pearce 4feffb3bf5 Add fsck.allowInvalidPersonIdent to accept invalid author/committers 9 years ago
  Matthias Sohn 197e3393a5 Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit 9 years ago
  Matthias Sohn a8fd029a93 Read user.name and email from environment first 9 years ago
  Rüdiger Herrmann a4c2c8a3ee Trim author/committer name and email in commit header 9 years ago
  Matthias Sohn d476d2f729 ObjectChecker: Disallow names potentially mapping to ".git" on HFS+ 9 years ago
  Christian Halstrick a09b1b6c3d ObjectChecker: Disallow Windows shortname "GIT~1" 9 years ago
  Shawn Pearce 10310bf8ef ObjectChecker: Disallow ".git." and ".git<space>" 9 years ago
  Shawn Pearce 07612a610f Always ignore case when forbidding .git in ObjectChecker 9 years ago
  Christian Halstrick da595f093e Fix tests on windows by closing repos 9 years ago
  Christian Halstrick 8456927b1b Make sure checkout doesn't report conflicts on ignored paths 9 years ago
  Christian Halstrick 95172dea17 Support for Submodule configuration submodule.<name>.ignore 9 years ago
  Robin Stocker ce312d8afb Strip "<", ">", and "\n" from name/email in UserConfig 9 years ago
  Robin Stocker f5494c186f Add isRebase to API of BranchConfig 10 years ago
  Laurent Goubet 1fd150d565 Add IndexDiff tests for merge conflict state BOTH_ADDED 10 years ago
  Christian Halstrick cf9b01b09a Handle initial checkout correctly 10 years ago
  Robin Rosenberg 1a9f122773 Fix a number of failing conflict situations 10 years ago
  Robin Rosenberg 6605255d99 Add methods to Repository to handle remote names 10 years ago
  Robin Rosenberg 4a11b7137f Fix ValidRefNameTest on Windows 10 years ago
  Shawn Pearce 94330d9cb5 Fix ObjectChecker when normalization is enabled 10 years ago
  Shawn Pearce 0aa682fc68 Check for duplicate names after folding case in ObjectChecker 10 years ago
  Shawn Pearce e2f6378847 Change DirCacheCheckout to verify path using ObjectChecker 10 years ago
  Shawn Pearce ed3879e389 Reject mixed case .git on Mac OS in ObjectChecker 10 years ago
  Shawn Pearce ba0f89b421 Reject special Windows device names in ObjectChecker 10 years ago
  Shawn Pearce 5019471ccb Allow an ObjectChecker to reject special characters for Windows 10 years ago
  Shawn Pearce 09f513cb37 Reject '.git' as a tree name in ObjectChecker 10 years ago
  Shawn Pearce 2f1bd3618d Permit ObjectChecker to optionally accept leading '0' in trees 10 years ago
  Konrad Kügler 48e36d8cb3 Use branch.<x>.mergeoptions and merge.ff as defaults for merging 10 years ago
  Robin Rosenberg e03f18941f Ban dangerous ref names in Windows 10 years ago
  Robin Rosenberg 5404e70dc6 Fix for core.autocrlf=input resulting in modified file 10 years ago
  Matthias Sohn 75b31767c4 Do not report ignored directories as untracked 11 years ago
  Matthias Sohn 0ff691cdb5 Revert "Fix for core.autocrlf=input resulting in modified file..." 10 years ago
  Robin Rosenberg 1def0a1257 Fix for core.autocrlf=input resulting in modified file and unsmudge 10 years ago
  Matthias Sohn 2e0d178855 Add recursive variant of Config.getNames() methods 10 years ago
  Robin Stocker e0502ebb03 More helpful InvalidPathException messages (include reason) 11 years ago
  Christian Halstrick af40635aba Fix handling of file/folder conflicts during a checkout 10 years ago
  Shawn Pearce d54d19740a Move SampleDataRepositoryTestCase to org.eclipse.jgit.test 10 years ago
  Robin Rosenberg 98bc384d2b testMaliciousPathEmpty fails on Windows 10 years ago
  Robin Stocker 09711a4bb9 Make sure SystemReader is reset after test is run 10 years ago
  Robin Rosenberg 068e2df1ce Fix failed tests when the tmp directory is a symlink 10 years ago
  Robin Rosenberg b83c269369 Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler) 11 years ago
  Robin Stocker 1080cc5a0d IndexDiff: Provide stage state for conflicting entries 11 years ago