Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-10URIish: fall back to host as humanish namePatrick Steinhardt1-0/+58
2015-09-02PushCertificateStore: Don't add no-op command to batchDave Borowitz1-0/+28
2015-08-17Use NIO2 to implement FileUtils.rename() and expose optionsMatthias Sohn1-0/+12
2015-08-12Consider original file mode while checking parent ignore rulesAndrey Loskutov1-0/+50
2015-08-03containsGitModulesFile() should not crash on bare repositoryAndrey Loskutov1-0/+8
2015-07-28PushCertificate: Omit null pushee from text representationDave Borowitz1-0/+1
2015-07-23Fix ResolveMerger when files should be replaced by foldersChristian Halstrick1-0/+74
2015-07-20Don't keep empty ignore rules in the ignore node listAndrey Loskutov1-1/+21
2015-07-20Allow leading/trailing spaces in ignore rulesAndrey Loskutov1-0/+61
2015-07-20Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov1-0/+12
2015-07-20Don't trim trailing space if it is escaped with backslashAndrey Loskutov1-0/+6
2015-07-20Consider only escaping backslash for regular expressions in ignore rulesAndrey Loskutov1-0/+10
2015-07-16PushCertificate: Add toTextWithSignature() methodDave Borowitz1-0/+1
2015-07-16PushCertificateParser: Add fromString methodDave Borowitz1-3/+10
2015-07-16PushCertificateStore: Return boolean from batch save methodsDave Borowitz1-1/+5
2015-07-16Allow saving push certs on a subset of refsDave Borowitz1-2/+24
2015-07-13Access static member LocalDiskRepositoryTestCase.CONTENT directlyMatthias Sohn1-6/+7
2015-07-13PushCertificateStore: Add method to save in batchDave Borowitz1-0/+22
2015-07-10Store push certificates in refs/meta/push-certsDave Borowitz1-0/+304
2015-07-10Add setTargetBranch in RepoCommand.Yuxuan 'fishy' Wang1-30/+51
2015-07-09PushCertificateParser: Make pushee optionalDave Borowitz1-0/+20
2015-07-09PushCertificateParser: Add method for parsing from a streamDave Borowitz1-0/+60
2015-07-08IO: Add a method for reading linesDave Borowitz1-0/+116
2015-07-07BaseReceivePack: Treat all LFs as optionalDave Borowitz2-18/+82
2015-07-07BaseReceivePack: More validation during parseCommandDave Borowitz2-15/+37
2015-07-06Throw InvalidObjectIdException from ObjectId.fromString("tooshort")Jonathan Nieder1-0/+17
2015-06-24Merge branch 'stable-4.0'Matthias Sohn1-0/+44
2015-06-24Prepare 4.0.2-SNAPSHOT buildsMatthias Sohn2-41/+41
2015-06-24JGit v4.0.1.201506240215-rv4.0.1.201506240215-rMatthias Sohn2-2/+2
2015-06-23API to remove repositories from RepositoryCacheTobias Oberlies1-0/+28
2015-06-22Add a grace period for packfiles during GCChristian Halstrick1-0/+44
2015-06-18PackCertificateParser: return null if nothing was receivedDave Borowitz1-30/+99
2015-06-18Add a separate type for the identity in a push certificateDave Borowitz1-0/+196
2015-06-18PushCertificateParser: include begin/end lines in signatureDave Borowitz1-4/+4
2015-06-18Extract a class for signed push configurationDave Borowitz1-2/+1
2015-06-15Add tests for HMACSHA1NonceGeneratorDave Borowitz1-0/+131
2015-06-11Treat CloneCommand.setRemote(null) as setRemote("origin")Jonathan Nieder1-0/+60
2015-06-11Merge topic 'push-cert-2'Dave Borowitz2-0/+230
2015-06-11Rewrite push certificate parsingDave Borowitz1-0/+160
2015-06-11Merge "submodule test: Use config.unset instead of setting to null"Christian Halstrick1-3/+2
2015-06-10Allow trailing newlines in receive-packDave Borowitz1-0/+70
2015-06-10Add new submodule layout to SubmoduleAddCommandChristian Halstrick1-0/+11
2015-06-10submodule test: Use config.unset instead of setting to nullJonathan Nieder1-3/+2
2015-06-10Fix public API issues introduced in I1baeedcc6946.Yuxuan 'fishy' Wang1-2/+0
2015-06-09Merge "Revert "Config: Distinguish between empty and null strings""Jonathan Nieder1-4/+8
2015-06-09Revert "Config: Distinguish between empty and null strings"Jonathan Nieder1-4/+8
2015-06-09Callback in PackWriter & BundleWriter.Yuxuan 'fishy' Wang1-0/+37
2015-06-09Prepare 4.0.1-SNAPSHOT buildsMatthias Sohn2-41/+41
2015-06-09JGit v4.0.0.201506090130-rv4.0.0.201506090130-rMatthias Sohn2-2/+2
2015-06-05Allow lookup of multiple exact refs in one shotJonathan Nieder1-0/+42

Back to the top