338 Commits (db627c417779691d7fe5fa925ea63f53babbae01)

Author SHA1 Message Date
  Thomas Wolf 4678f4b735 Fix IndexDiffs for git links 5 years ago
  Gunnar Wagenknecht e751c878b0 New GpgConfig for typed access to GPG settings 5 years ago
  David Pursehouse b0f2826dfd ValidRefNameTest#testNormalizeBranchName: Fix string/ref equality check 5 years ago
  Ivan Frade 3ed3eafbd1 ObjectChecker: Report .gitmodules files found in the pack 5 years ago
  David Pursehouse 65d6bb073a Override int read(byte[], int, int) on test instances of InputStream 5 years ago
  David Pursehouse fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
  David Pursehouse f02844caae DirCacheCheckoutTest#testCheckoutHierarchy: Add missing call to fail() 5 years ago
  David Pursehouse 00698f9e27 ConfigTest: Fix tests for getting empty config value as int 5 years ago
  David Pursehouse 2f1350c9ac Explicitly specify charset when calling getBytes 5 years ago
  Minh Thai a51e686e47 Query references by multiple prefixes 5 years ago
  Marc Strapetz cbc65bd659 Config.set-methods should not touch lines from included files 5 years ago
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
  Christian Halstrick 6db9371250 Ensure RacyGitTests don't raise false negatives 6 years ago
  Thomas Wolf 621880bc9c Test commit with huge commit message 6 years ago
  David Pursehouse d369b61852 RefTest: Refactor to not use deprecated Repository.getAllRefs 6 years ago
  Thomas Wolf d7deda98d0 Skip ignored directories in FileTreeIterator 6 years ago
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 6 years ago
  Jonathan Tan 4faec31c0a Add RefDatabase#getRefsByPrefix method 6 years ago
  Christian Halstrick 45599ae86d Allow '@' as last character of ref 6 years ago
  David Pursehouse 61e4f16652 ObjectIdSerializer: Support serialization of known non-null ObjectId 6 years ago
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 6 years ago
  David Pursehouse f07b60239c Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 6 years ago
  David Pursehouse 9f689e90d4 MergeHeadMsgTest: Open FileOutputStream in try-with-resource 6 years ago
  David Pursehouse b9a03c69b3 DirCacheCheckoutTest: Open FileInputStream in try-with-resource 6 years ago
  David Pursehouse f0b46e1db4 Add ObjectIdSerializer 6 years ago
  Thomas Wolf e12c6b58ee Minor improvements in git config file inclusions 6 years ago
  Dave Borowitz e76a070e67 ConfigTest: Add some additional comment parsing tests 6 years ago
  Dave Borowitz be224f8d4c Config: Drop backslash in invalid escape sequences in subsections 6 years ago
  Dave Borowitz fa24425c60 Config: Match C git behavior more closely in escaping values 6 years ago
  Matthias Sohn 2464fa440f Fix remaining javadoc errors raised by doclint 6 years ago
  Dave Borowitz 31a2d09c9c Config: Rewrite subsection and value escaping and parsing 6 years ago
  David Pursehouse c60814d1d5 ConfigTest: Remove redundant assignment 6 years ago
  David Pursehouse ec7f88eec8 Config: Remove the include functionality 6 years ago
  Shawn Pearce 3a7704638a Make Config.readIncludedConfig a noop by default 6 years ago
  David Pursehouse 171f84a041 Use constants from StandardCharsets instead of hard-coded strings 6 years ago
  David Pursehouse df3a7c32a4 ConfigTest: Move pathToString to FileUtils 6 years ago
  Marc Strapetz 26d78902f8 FileBasedConfig: support for relative includes 6 years ago
  Marc Strapetz e1adfee5f5 ConfigTest: fix on Windows 6 years ago
  Dave Borowitz 8b3ab4343c Config: Handle leading/trailing single whitespaces 6 years ago
  David Pursehouse d6aec5da31 ObjectCheckerTest: Factor duplicate instances out to constants 6 years ago
  David Pursehouse 17e849145c SubmoduleConfigTest: Add additional tests in fetchRecurseToConfigValue 6 years ago
  Masaya Suzuki fd74cf2f78 Add BlobObjectChecker 6 years ago
  Thomas Wolf b13a285098 Send a detailed event on working tree modifications 7 years ago
  Thomas Wolf df3469f6ad Record submodule paths with untracked changes as FileMode.GITLINK 6 years ago
  Shawn Pearce 4a00f18e8e Use w1 for hashCode of AbbreviatedObjectId 7 years ago
  Zhen Chen 2c2999643f Add dfs fsck implementation 7 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  David Pursehouse caefdf54ee Add tests for SubmoduleConfig 7 years ago
  Christian Halstrick 501af12c19 Checkout should not use too long filenames 7 years ago
  David Pursehouse 5e5fbb6035 Fix test configuration to run RacyGitTests, and fix testRacyGitDetection 7 years ago