253 Commits (stable-4.3)

Author SHA1 Message Date
  Hugo Arès 7d2b3b9e25 Remove repository from cache when it's closed 8 years ago
  Hugo Arès 83235432e7 Fix repository cache never closing repository 8 years ago
  Ivan Motsch b811e4399e Add EOL stream type detection to TreeWalk 8 years ago
  David Pursehouse 259dca06ec DirCacheCheckoutMaliciousPathTest: Open Git and RevWalk in t-w-r 8 years ago
  David Pursehouse f23b0fd7e6 IndexDiffTest: Open Git instances in try-with-resources 8 years ago
  David Pursehouse 217760fee5 IndexModificationTimesTest: Open Git instances in try-with-resource 8 years ago
  David Pursehouse 83f1f8fc7c RacyGitTests: Open NameConflictTreeWalk in try-with-resource 8 years ago
  David Pursehouse 964da41d52 ReflogConfigTest: refactor commit method to avoid variable hiding 8 years ago
  David Pursehouse 952f381981 ReflogResolveTest: Open Git instances in try-with-resource 8 years ago
  David Pursehouse 143ba06cd6 RepositoryResolveTest: Open Git in try-with-resource 8 years ago
  David Pursehouse 06bf69d8ca DirCacheCheckoutTest: Open Git and TreeWalk in try-with-resource 8 years ago
  David Pursehouse 88d63ce174 Remove unnecessary suppression of deprecation warnings in tests 8 years ago
  Andrey Loskutov 7f31a9c9ad Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and 8 years ago
  David Pursehouse 75e096c80a Suppress "The allocated object is never used" warning in tests 8 years ago
  Shawn Pearce 2cc80187d3 Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends" 8 years ago
  Shawn Pearce 0f8743d4d7 Remove deprecated Tree, TreeEntry, FileTreeEntry and friends 8 years ago
  Shawn Pearce 1243e25aad Paths.pathCompare: Utility to sort paths from byte[] 8 years ago
  Shawn Pearce ac41920a43 ObjectChecker: honor some git-core fsck.* options 8 years ago
  Shawn Pearce fa7ce0e0f3 ObjectChecker: allow some objects to skip errors 8 years ago
  Shawn Pearce b71ba69410 DirCacheEditor: Replace file-with-tree and tree-with-file 8 years ago
  Christian Halstrick 5b55498b16 Fix FileTreeIterator.idSubmodule(Entry) 8 years ago
  Christian Halstrick bd31555ee5 Add support for smudge filters 8 years ago
  Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9 years ago
  Christian Halstrick 18af2d4265 Let FS_Win32_Cygwin detect symlink support by creating temporary symlink 8 years ago
  Andrey Loskutov a406ebf401 Delete non empty directories before checkout a path 8 years ago
  Christian Halstrick 227b78f087 Add utility method allowing to check for empty folders in workdir 8 years ago
  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 9 years ago
  Laurent Goubet 1fd150d565 Add IndexDiff tests for merge conflict state BOTH_ADDED 9 years ago
  Christian Halstrick cf9b01b09a Handle initial checkout correctly 9 years ago