507 Commits (6e4e34bb9e0620f00a820457705a0df60a1bd9c2)

Author SHA1 Message Date
  Jonathan Nieder 761f070866 Throw InvalidObjectIdException from ObjectId.fromString("tooshort") 9 years ago
  Tobias Oberlies d34314644e API to remove repositories from RepositoryCache 9 years ago
  Dave Borowitz fc6790a5d7 Include push certificates in RefUpdate 9 years ago
  Dave Borowitz e49e7b4bd4 Add a separate type for the identity in a push certificate 9 years ago
  Jonathan Nieder cd3d952ec6 Revert "Config: Distinguish between empty and null strings" 9 years ago
  Jonathan Nieder c1fca6cb43 Add missing # to javadoc comment 9 years ago
  Jonathan Nieder 48b67012d6 Allow lookup of multiple exact refs in one shot 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
  Hugo Arès 27128b3e01 Fix WindowCursor memory leak. 9 years ago
  Matthias Sohn 11a0dffd16 Silence resource leak warnings where caller is responsible to close 9 years ago
  Matthias Sohn 2390531888 Externalize translatable texts in org.eclipse.jgit 9 years ago
  Andrey Loskutov 4d565f0b5f Guard agains null ReflogReader if named ref does not exist 9 years ago
  Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 9 years ago
  Matthias Sohn 0e73d39506 Use AutoClosable to close resources in bundle org.eclipse.jgit 9 years ago
  Hugo Arès 9d6507ba4d Fix ObjectReader resources leak 9 years ago
  Shawn Pearce ca7daa5226 ObjectReader: remove the walkAdvice API 9 years ago
  Shawn Pearce 4feffb3bf5 Add fsck.allowInvalidPersonIdent to accept invalid author/committers 9 years ago
  Shawn Pearce c761c8bb5c Avoid storing large packs in block cache during reuse 9 years ago
  Matthias Sohn 1728d1d760 Use try-with-resource to close resources in ObjectDatabase 9 years ago
  Matthias Sohn d6692d54a9 Use try-with-resource to close resources in BlobBasedConfig 9 years ago
  Jonathan Nieder 5967b65838 Revert "CommitBuilder should check for duplicate parents" 9 years ago
  Christian Halstrick 6bc48cdc62 CommitBuilder should check for duplicate parents 12 years ago
  Shawn Pearce 7ab6ffdf50 Remove AutoCloseable from internal PackFile and friends 9 years ago
  Laurent Delaigue efeb02bf2b Support for the commit-msg hook. 9 years ago
  Matthias Sohn a8fd029a93 Read user.name and email from environment first 9 years ago
  Matthias Sohn 77030a5e94 Implement AutoClosable interface on classes that used release() 9 years ago
  Matthias Sohn 27ae8bc655 Implement AutoClosable interface to support try-with-resources block 9 years ago
  Laurent Goubet 6aed51e3ce Introduce hook support into the FS implementations 9 years ago
  Dave Borowitz 23ad3a3763 Add BatchRefUpdate#toString() 9 years ago
  Arthur Daussy c185484dcf Add basic support for .gitattributes 11 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 53ff052998 Support the new repository layout for submodules 9 years ago
  Christian Halstrick 03e860a7b7 Allow explicit configuration of git directory in InitCommand 9 years ago
  Christian Halstrick da595f093e Fix tests on windows by closing repos 9 years ago
  Shawn Pearce b6b843e519 Move checkPath from DirCacheCheckout to ObjectChecker 9 years ago
  Shawn Pearce b34ea11720 Detect buffering failures while writing rebase todo file 9 years ago
  Christian Halstrick 140df39198 Let RepositoryBuilder find bare repos 9 years ago
  Christian Halstrick 0fc8b05a71 Introduce config parameter core.trustfolderstat 9 years ago
  Matthias Sohn da178eedd2 Fix javadoc formatting in ConfigConstants 9 years ago
  Christian Halstrick 9597c41ea9 Fix possible NPE in IndexDiff when not all submodules are cloned 9 years ago
  Christian Halstrick 714f677ca5 Add missing @since tags 9 years ago
  Stefan Beller 88c1b82e7a Implement atomic refs update, if possible by database 9 years ago
  Matthias Sohn abb57e6b56 Do not swallow exception if IndexDiff hits invalid ignore param 9 years ago
  Matthias Sohn d8fcc964a8 Fix non-externalized string warnings in IndexDiff 9 years ago