Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-07JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn3-4/+4
2016-04-07JGit v4.3.0.201604071045-rMatthias Sohn3-4/+4
2016-04-07Merge branch 'master' into stable-4.3Matthias Sohn3-15/+44
2016-04-07Remove repository from cache when it's closedHugo Arès2-9/+35
2016-04-07Fix RefDirectory not closing resourcesHugo Arès1-3/+3
2016-04-07Fix repository cache never closing repositoryHugo Arès2-3/+6
2016-04-06Merge branch 'master' into stable-4.3Matthias Sohn2-2/+62
2016-04-05Enable calling of smudge filters when checking out pathsChristian Halstrick1-4/+8
2016-04-05Prepare 4.3-SNAPSHOT buildsMatthias Sohn3-4/+4
2016-04-05Implement DIR_NO_GITLINKSPreben Ingvaldsen7-11/+99
2016-03-31Add config parameter gc.prunePackExpire for packfile expirationChristian Halstrick2-2/+62
2016-03-23JGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn3-4/+4
2016-03-11Merge "Add missing @Deprecated annotation"Jonathan Nieder1-0/+1
2016-03-11Add missing @Deprecated annotationJonathan Nieder1-0/+1
2016-03-11Fix wrong whitespaces.Yuxuan 'fishy' Wang1-1/+1
2016-03-11Add ignoreRemoteFailures option to RepoCommandYuxuan 'fishy' Wang1-11/+41
2016-03-11Introduce FileModeStrategy to FileTreeIteratorPreben Ingvaldsen1-15/+168
2016-03-08Merge "Change visibility of DirCacheTree#getObjectId to public"Matthias Sohn1-1/+9
2016-03-07Change visibility of DirCacheTree#getObjectId to publicPhilipp Marx1-1/+9
2016-03-07Add EOL stream type detection to TreeWalkIvan Motsch19-251/+1127
2016-03-03Fix apply patch which did not work with non-ascii charactersXinTong Wang1-4/+6
2016-02-25Tests on Windows with URIish failIvan Motsch1-0/+2
2016-02-17Introduce specific WantNotValidException for serversShawn Pearce2-15/+96
2016-02-16smart HTTP server: Pass along "want X not valid" to clientShawn Pearce1-21/+14
2016-02-16Merge branch 'stable-4.2'Matthias Sohn1-1/+1
2016-02-16Merge "Revert "Fix warnings about unchecked conversion of MergeResult"" into ...Shawn Pearce1-1/+1
2016-02-15Revert "Fix warnings about unchecked conversion of MergeResult"Shawn Pearce1-1/+1
2016-02-15Merge branch 'stable-4.2'Matthias Sohn9-24/+12
2016-02-15Merge "Allow deletion of HEAD ref if the repository is bare."Shawn Pearce1-1/+2
2016-02-15Don't use deprecated LockFile constructorDavid Pursehouse7-21/+9
2016-02-15Fix warnings about unchecked conversion of MergeResultDavid Pursehouse1-1/+1
2016-02-15InMemoryRepository: Remove unused RevWalk from batch method signatureDavid Pursehouse1-2/+2
2016-02-11Add Attribute Macro ExpansionIvan Motsch6-272/+581
2016-02-09Merge branch 'stable-4.2'Matthias Sohn2-6/+9
2016-02-09Merge branch 'stable-4.1' into stable-4.2Matthias Sohn1-0/+3
2016-02-05RepoProject: Fix warnings about variable hidingDavid Pursehouse1-6/+6
2016-02-04Allow to reuse disableSslVerify method, move it to HttpSupportSaša Živkov2-43/+61
2016-02-04Support LFS protocol and a file system based LFS storageMatthias Sohn1-2/+3
2016-02-04Implement SHA-256 abstractionMatthias Sohn2-1/+98
2016-02-04Fix diff for added and removed submoduleHugo Arès1-0/+3
2016-02-03Remove unused API problem filtersMatthias Sohn1-116/+0
2016-02-03Merge branch 'stable-4.2'Matthias Sohn1-1/+1
2016-02-02CommitCommand: Remove declaration of unthrown exceptionDavid Pursehouse1-1/+1
2016-01-28Merge "Prevent ChainingCredentialsProvider from adding delegated providers tw...Matthias Sohn1-2/+0
2016-01-28Allow deletion of HEAD ref if the repository is bare.Mike Williams1-1/+2
2016-01-28[gitrepo] Support revision in remote tag.Yuxuan 'fishy' Wang1-8/+34
2016-01-26Prevent ChainingCredentialsProvider from adding delegated providers twiceRüdiger Herrmann1-2/+0
2016-01-23Fix a @since tagThomas Wolf1-1/+1
2016-01-22Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn3-42/+42
2016-01-21JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn3-4/+4

Back to the top