]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2016-01-03 Shawn PearceMerge "buck: set Bundle-Version for :jgit_bin"
2016-01-03 Shawn Pearcebuck: set Bundle-Version for :jgit_bin 32/63432/1
2016-01-03 Matthias SohnMerge changes Idaed9310,I62bd7c0b
2016-01-02 Andrey Loskutovbranch command: provide convenient and meaningful optio... 32/63332/6
2016-01-02 Andrey LoskutovSimplify pgm tests: allow varargs and trim output for... 15/63415/1
2016-01-02 Andrey LoskutovFixed few locale dependent pgm tests 14/63414/1
2016-01-01 Shawn Pearcebuck: set vm_args for tests 07/63407/1
2016-01-01 Shawn Pearcebuck: pin to stable version 06/63406/1
2016-01-01 Shawn PearceMerge changes from topic 'add-df'
2016-01-01 Shawn PearceFix "remote: Counting objects: ..." formatting 03/63403/2
2016-01-01 Shawn Pearceclone: display progress messages 02/63402/2
2016-01-01 Shawn Pearcebuck: run tests 01/63401/3
2016-01-01 Shawn Pearcebuck: build standalone jgit binary 00/63400/2
2015-12-31 David OstrovskyImplement Buck driven build 38/61938/3
2015-12-31 Shawn PearceMerge "Fix encoding problem from curl repostory on...
2015-12-31 Shawn PearceMerge "Fix hanging fetch via SSH"
2015-12-31 Eryk SzymanskiFix encoding problem from curl repostory on github 61/50361/2
2015-12-30 Andrey LoskutovMake sure tests don't blindly continue if a command... 89/63389/1
2015-12-30 Shawn PearceObjectChecker: honor some git-core fsck.* options 71/63371/4
2015-12-30 Shawn PearceObjectChecker: allow some objects to skip errors 63/63363/4
2015-12-30 Matthias SohnRename files using NIO2 atomic rename 69/46469/6
2015-12-30 Shawn PearceObjectChecker: use java.text.Normalizer directly 85/63385/2
2015-12-30 Shawn PearceMerge changes I3db332bf,I614e7110,I37a4ccd6,I86b81e7f...
2015-12-30 Shawn PearceUnify fetch and receive ObjectChecker setup 66/63366/2
2015-12-29 Shawn PearcePackWriter: use lib.ObjectIdSet to avoid wrapper 61/63361/2
2015-12-29 Shawn PearceDirCache: Do not create duplicate tree entries 81/62981/13
2015-12-29 Shawn PearceDirCacheEditor: Replace file-with-tree and tree-with... 29/63329/5
2015-12-29 Shawn PearceAddCommand: Use NameConflictTreeWalk to identify file... 61/63061/4
2015-12-29 Andrey LoskutovSort "eager" path-like options to the end of the help 44/63344/4
2015-12-29 Andrey Loskutovreset command: provide convenient and meaningful option... 31/63331/4
2015-12-29 Andrey Loskutovcommit command: allow to specify path(s) argument(s) 43/63343/3
2015-12-29 Andrey Loskutovstatus command: consume more then one argument after -- 42/63342/3
2015-12-29 Andrey Loskutovrepo command: properly name the required 'path' argument 21/63321/4
2015-12-29 Andrey LoskutovUn-ignored existing CLI tests which run just fine on... 19/63319/5
2015-12-29 Andrey LoskutovDon't treat command termination due '-h' option as... 30/63330/3
2015-12-29 Andrey LoskutovProvide a root cause for aborted commands 20/63320/2
2015-12-28 Andrey LoskutovSimplify development of commands: added main() to CLIGi... 15/63315/3
2015-12-28 Shawn PearceDirCacheEditor: Cleanup DeleteTree constructor 23/63323/1
2015-12-28 Shawn PearceDirCacheEditor: Fix formatting to avoid , at start... 22/63322/1
2015-12-28 Shawn PearceMerge "AddCommand: Avoid unnecessary string conversions"
2015-12-28 Christian HalstrickMerge "AddCommand: Cleanup conditional logic"
2015-12-28 Andrey LoskutovAllow checkout paths without specifying branch name 79/62879/7
2015-12-24 Shawn PearceAddCommand: Avoid unnecessary string conversions 57/63257/4
2015-12-24 Shawn PearceAddCommand: Cleanup conditional logic 55/63255/1
2015-12-24 Dmitry NeverovClose copy threads in case of errors 17/63117/2
2015-12-22 Yuxuan 'fishy... Skip nested copyfiles in RepoCommand. 83/62983/8
2015-12-18 RĂ¼diger HerrmannRemove unused import 'org.apache.commons.codec.binary' 15/62815/2
2015-12-17 Andrey LoskutovCheckout should be able to override modified symbolic... 40/62840/5
2015-12-16 Shawn PearceMerge "ProgressSpinner: Simple busy wait entertainment"
2015-12-16 Shawn PearceProgressSpinner: Simple busy wait entertainment 46/62846/2
2015-12-16 James KolbIncluded cached deltas in delta packStatistics. 64/62864/1
2015-12-16 Jonathan NiederMerge changes Ib4d53bdd,I55bd512c
2015-12-16 Shawn PearceMerge "Fix InterruptTimer leak in BasePackConnection"
2015-12-16 Shawn PearceMerge "Fix NPE in HttpSupport"
2015-12-16 Matthias SohnFix InterruptTimer leak in BasePackConnection 67/53767/4
2015-12-16 Matthias SohnFix NPE in HttpSupport 12/62112/3
2015-12-16 Shawn PearceMerge "Refspec: loosen restrictions on wildcard "*""
2015-12-16 Shawn PearceMerge "BaseRepositoryBuilder should trim CR from .git...
2015-12-16 Shawn PearceMerge "Fix possible arithmetic overflow when setting...
2015-12-16 Shawn PearceMerge "Accept UTF8 BOM with BlobBasedConfig"
2015-12-16 Shawn PearceMerge "Bug 484342: Support @ in username in SSH url."
2015-12-15 Jonathan NiederDo not let PathFilter.create("a/b") match 'a' unless... 91/62691/2
2015-12-15 Jonathan NiederAdd tests for PathFilterGroup.Single 90/62690/2
2015-12-15 Mike GilbodeBug 484342: Support @ in username in SSH url. 86/62686/4
2015-12-15 Matthias SohnFix push with jgit pgm failing with "unauthorized" 20/62120/4
2015-12-15 Matthias SohnEnable retrieval of credentials from .netrc for AwtCred... 19/62119/3
2015-12-15 Christian HalstrickMerge "NetRCCredentialsProvider should return false...
2015-12-15 Christian HalstrickMerge "Fix ChainingCredentialsProvider"
2015-12-15 Christian HalstrickFix possible arithmetic overflow when setting a timeout 92/62692/2
2015-12-15 Andrey LoskutovNull-annotated Ref class and fixed related compiler... 09/61509/7
2015-12-14 Shawn PearceMerge "push: Do not blindly overwrite peer"
2015-12-14 Shawn Pearcepush: Do not blindly overwrite peer 50/62650/2
2015-12-13 Christian HalstrickFix FileTreeIterator.idSubmodule(Entry) 26/61826/2
2015-12-11 Andrey LoskutovURIish: fixed full uri pattern not expecting end of... 96/61596/3
2015-12-11 Kaloyan RaevAdd remote command to JGit CLI 53/59553/5
2015-12-09 Doug KellyAccept UTF8 BOM with BlobBasedConfig 56/62356/1
2015-12-08 Matthias SohnNetRCCredentialsProvider should return false if any... 07/62207/1
2015-12-08 Matthias SohnFix ChainingCredentialsProvider 18/62118/2
2015-12-08 Christian HalstrickMerge "Fix NPE in HttpAuthMethod"
2015-12-08 Jonathan NiederUse runtime retention for Nullable annotation 48/62148/5
2015-12-07 Matthias SohnFix NPE in HttpAuthMethod 17/62117/1
2015-12-03 Shawn PearceSupport atomic push in JGit client 41/61841/2
2015-12-02 Matthias SohnFix wrong @since tag In ReceiveCommand 81/61781/1
2015-12-02 Shawn PearceReceiveCommand.filter: Accept Iterable 12/61712/1
2015-12-01 Shawn PearceMerge changes If1490ca2,Ife950253
2015-11-30 Shawn PearceDirCacheBuilder: Speed up reading from trees 18/61518/7
2015-11-30 Shawn PearceDirCache: Add helper to read from a tree 20/61520/3
2015-11-30 Shawn PearceDelay locating .gitattributes until requested 22/61522/5
2015-11-28 Shawn PearceDirCache: Fix bad code formatting 17/61517/1
2015-11-28 Shawn PearceDirCacheEntry: Speed up creation by avoiding string... 16/61516/1
2015-11-28 Shawn PearceDirCache: Fix getEntriesWithin("") to not include null... 13/61513/1
2015-11-28 Shawn PearceFix performance regression in CanonicalTreeParser 12/61512/1
2015-11-27 Christian HalstrickAdd support for smudge filters 19/59319/16
2015-11-27 Christian HalstrickAdd support for clean filters 72/50372/25
2015-11-27 Ivan MotschAdd the new class Attributes holding multiple Attribute(s) 01/60601/10
2015-11-26 Christian HalstrickFix unit tests on Windows 03/61203/2
2015-11-26 Matthias SohnAdd missing @since tags and missing javadoc 00/61300/2
2015-11-26 Christian HalstrickFix HookTest when running on Win32_Cygwin 18/60918/3
2015-11-25 Christian HalstrickFix FS.runProcess() to close the InputStream 65/61165/2
2015-11-25 Jonathan Niederrepo: Do not use search path to find refs/remotes/origi... 53/60853/5
next