Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-18Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin9-0/+1230
2015-10-13Test stability: add fsTick() to avoid random testPruneNone() failuresAndrey Loskutov1-0/+1
2015-10-12Fixed jgit test failures on WindowsAndrey Loskutov3-18/+34
2015-10-10Merge "Limit the range of commits for which bitmaps are created."Shawn Pearce1-0/+73
2015-10-09Delete non empty directories before checkout a pathAndrey Loskutov1-1/+391
2015-10-08Limit the range of commits for which bitmaps are created.Terry Parker1-0/+73
2015-10-08Add utility method allowing to check for empty folders in workdirChristian Halstrick1-3/+21
2015-10-05Merge "RepoCommand: Add setRecordRemoteBranch option to record upstream branch"Jonathan Nieder1-0/+45
2015-10-05RepoCommand: Add setRecordRemoteBranch option to record upstream branchStefan Beller1-0/+45
2015-09-30[ignore rules] fix for handling unmatched '[' bracketsAndrey Loskutov2-1/+55
2015-09-30Add test case comparing CGit vs JGit ignore behavior for random patternsSébastien Arod1-0/+275
2015-09-28Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-41/+41
2015-09-28Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2-41/+41
2015-09-28JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2-2/+2
2015-09-26[ignore rules] fix for backslash handlingAndrey Loskutov1-8/+32
2015-09-26[ignore rules] Fix for character group matcherAndrey Loskutov1-0/+1
2015-09-25Merge "Show submodule difference as a hunk"Matthias Sohn1-3/+2
2015-09-24Show submodule difference as a hunkJacob Keller1-3/+2
2015-09-24Properly support special regex characters in ignore rulesAndrey Loskutov1-0/+78
2015-09-23Remove unneeded @SuppressWarnings("boxing")Hugo Arès1-5/+3
2015-09-17Fix endless loop in ObjectChecker for MacOSChristian Halstrick1-0/+11
2015-09-17Fix integer boxing eclipse warningHugo Arès1-1/+1
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

Back to the top