2170 Commits (a8f4bf6abef0bb3ca116c65728342928ed43508b)

Author SHA1 Message Date
Jonathan Tan df21eec1ad DepthGenerator: fix multi-child boundary handling 6 years ago
David Pursehouse 58bcbf89b0 SshTestBase: Make inner class TestCredentialsProvider static 6 years ago
Thomas Wolf cc000f93a8 Factor out a JSch-independent ssh config parser 6 years ago
Thomas Wolf 08b0a8632d Ssh tests with an Apache MINA sshd test git server 6 years ago
Ivan Frade e64ce267f8 RepoCommand: Preserve executable bit in <copyfile> 6 years ago
Ivan Frade f648a3bd81 RepoCommand.RemoteReader: Add method to read contents and mode of file 6 years ago
Ivan Frade 17dbaa4fdd RepoCommandTest: Extract method to assert file contents 6 years ago
Marc Strapetz aaf71bfbcc gitignore/gitattributes: fix matching of \r 6 years ago
Ivan Frade 6e3c9347bc Add test for protocol v0 parser 6 years ago
Ivan Frade d40835a801 ObjectIdMatcher: Custom matcher for sets of ObjectIds 6 years ago
Jonathan Tan 237abe6ab5 UploadPack: Implement deepen-not for protocol v2 6 years ago
Jonathan Tan f5fa1eaf39 Throw error when deepen-since excludes all commits 6 years ago
Ivan Frade 94a3d8bae9 UploadPack v0: Extract "agent" client capability at parse time 6 years ago
Markus Keller 8420c729a0 Make PrePushHook properly terminate ref lines 6 years ago
Ned Twigg d056a54384 CheckoutCommand: force flag now allows overwrite 6 years ago
Ivan Frade 8d4f8d55d3 UploadPack: Return correct peer user agent on v2 requests 6 years ago
Ivan Frade 40f5b28545 Accept protocol v2 server options on fetch and ls-refs requests 6 years ago
David Pursehouse abefc00ac5 UnionInputStreamTest: Suppress ErrorProne warning about missing synchronized 6 years ago
Ivan Frade 8460ab8e87 Rename Fetch V2 request wantsIds and options 6 years ago
Ivan Frade e82cb5a6d3 FirstWant: tighten first-want line validation 6 years ago
Ivan Frade 6aca8899a5 Move first line parsing for v0/v1 pack negotiation out of UploadPack 6 years ago
David Pursehouse b0f2826dfd ValidRefNameTest#testNormalizeBranchName: Fix string/ref equality check 6 years ago
Ivan Frade 39b27f7c7b DfsFsck: Check that .gitmodules in the repository have valid contents 6 years ago
Ivan Frade 9372791fcf SubmoduleValidator: Always throw SubmoduleValidationException 6 years ago
Ivan Frade e4c28665b6 BaseReceivePack: Validate incoming .gitmodules files 6 years ago
Ivan Frade 3ed3eafbd1 ObjectChecker: Report .gitmodules files found in the pack 6 years ago
Ivan Frade db9f7b028d SubmoduleAddCommand: Reject submodule URIs that look like cli options 6 years ago
Thomas Wolf 569cf1856c Fix handling of core.eol=native and of crlf attribute 6 years ago
David Pursehouse 65d6bb073a Override int read(byte[], int, int) on test instances of InputStream 6 years ago
David Pursehouse a97e79d95d Explicitly specify charset when constructing PrintWriter 6 years ago
David Pursehouse b65a310abc MergeFormatter{Pass}: Use Charset instead of String 6 years ago
David Pursehouse fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 6 years ago
David Pursehouse 981e403e59 TestProtocolTest: Add missing calls to fail() 6 years ago
David Pursehouse 0b292b9085 BlockListTest: Add missing calls to fail() 6 years ago
David Pursehouse 302717c30b DirCacheBuilderTest#testBuildRejectsUnsetFileMode: Add missing fail() 6 years ago
David Pursehouse f02844caae DirCacheCheckoutTest#testCheckoutHierarchy: Add missing call to fail() 6 years ago
David Pursehouse 00698f9e27 ConfigTest: Fix tests for getting empty config value as int 6 years ago
Jonathan Tan 1bb430dc21 UploadPack: support deepen-since in protocol v2 6 years ago
David Pursehouse b2ee02f53b FileRepositoryBuilderTest: Don't explicitly close BufferedWriter in try-with-resource 6 years ago
David Pursehouse fa61fd6f61 Explicitly specify charset when constructing FileWriter 6 years ago
David Pursehouse 62012d0bdd Explicitly specify charset when constructing BufferedReader 6 years ago
David Pursehouse dbabe5f37a Explicitly specify charset in constructor of InputStreamReader 6 years ago
David Pursehouse 2f1350c9ac Explicitly specify charset when calling getBytes 6 years ago
David Pursehouse a7d3fa3064 Explicitly specify charset in constructor of String 6 years ago
David Pursehouse ee40efcea4 Make inner classes static where possible 6 years ago
David Pursehouse 6690a3d191 T0003_BasicTest: Fix incorrect usage of ExpectedException 6 years ago
David Pursehouse 0717639485 ProtocolV2ParserTest: Fix incorrect usage of ExpectedException 6 years ago
Minh Thai a51e686e47 Query references by multiple prefixes 6 years ago
Marc Strapetz cbc65bd659 Config.set-methods should not touch lines from included files 6 years ago
Marc Strapetz f5614d471d Don't inline included configs on FileBasedConfig.save() 6 years ago