]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2014-04-03 Shawn PearceFix ObjectChecker when normalization is enabled 10/24410/2
2014-04-03 Shawn PearceAbbreviate SHA-1s when reporting invalid objects 08/24408/2
2014-04-03 Shawn PearceThrow CorruptObjectException when a bad object is found 07/24407/2
2014-04-03 Matthias SohnMerge "Add missing space to invalid object error messages"
2014-04-03 Shawn PearceAdd missing space to invalid object error messages 06/24406/1
2014-04-01 Guillaume NodetAvoid calls to System.exit() and throw an exception... 82/21182/7
2014-03-30 Guillaume NodetAdd an input stream and an error stream to TextBuiltin... 81/21181/6
2014-03-29 Robin RosenbergAdd launchers for running tests with Java 8 42/24142/3
2014-03-29 Robin RosenbergMake sure we include the Java 7 module in tests when... 41/24141/4
2014-03-29 Robin RosenbergCleanup javadocs so they pass the java8 doclint checks 43/24143/4
2014-03-28 Alexander KurtakovAllow full compiles on Java 8. 67/24067/1
2014-03-27 Stefan LayInteractive rebase: Fix order of commit messages on... 02/24002/3
2014-03-27 Stefan LayFix missing NON-NLS tag in RebaseCommand 91/23991/1
2014-03-26 Christian HalstrickFix GarbageCollection not to pack HEAD 25/23925/1
2014-03-26 Dave BorowitzFix NameRevCommand when repo has no annotated tags 04/23904/2
2014-03-25 Matthias SohnMerge branch 'stable-3.3' 47/23847/1
2014-03-25 Matthias SohnPrepare 3.3.2-SNAPSHOT builds 36/23836/1
2014-03-24 Matthias SohnJGit v3.3.1.201403241930-r 27/23827/1 v3.3.1.201403241930-r
2014-03-19 Matthias SohnRetry to call credentials provider if http authenticati... 41/23441/4
2014-03-17 Matthias SohnUpdate build to use Tycho 0.20.0 15/23515/1
2014-03-15 Christian HalstrickEnsure that ssh authentication is retried only in JGit 01/23401/2
2014-03-13 Matthias SohnMerge "Fix text alignment in history plot renderer"
2014-03-13 Rüdiger HerrmannFix text alignment in history plot renderer 14/23314/2
2014-03-13 Shawn PearceFix StackOverflowError in RevCommit.carryFlags on deep... 51/23351/2
2014-03-13 Shawn PearceDisplay progress while checking connectivity on push 98/23298/2
2014-03-13 Shawn PearceMerge changes I1a225c1b,Ie4d5f082,I41f24363,I9440dd25...
2014-03-13 Shawn PearceAllow configuration of receive pack's ObjectChecker... 97/23297/2
2014-03-13 Shawn PearceCorrect fetch to use fetch.fsckObjects and transfer... 89/23289/2
2014-03-13 Shawn PearceDefault receive.fsckObjects to transfer.fsckObjects 88/23288/2
2014-03-12 Shawn PearceAllow ReceivePack callers to configure their own Object... 87/23287/1
2014-03-12 Shawn PearceCheck for duplicate names after folding case in ObjectC... 80/23280/2
2014-03-12 Shawn PearceChange DirCacheCheckout to verify path using ObjectChecker 30/23230/3
2014-03-12 Shawn PearceReject mixed case .git on Mac OS in ObjectChecker 77/23277/2
2014-03-12 Shawn PearceReject special Windows device names in ObjectChecker 29/23229/3
2014-03-12 Matthias SohnMerge "Rename test class so it is also executed during...
2014-03-12 Shawn PearceAllow an ObjectChecker to reject special characters... 27/23227/3
2014-03-12 Shawn PearceReject '.git' as a tree name in ObjectChecker 26/23226/3
2014-03-12 Shawn PearceExtract path segment check function in ObjectChecker 25/23225/2
2014-03-12 Shawn PearcePermit ObjectChecker to optionally accept leading ... 24/23224/3
2014-03-12 Christian HalstrickRename test class so it is also executed during maven... 55/23255/1
2014-03-11 Shawn PearceCleanup catch Exception when making Java7FSFactory 22/23222/1
2014-03-11 Matthias Sohn[findBugs] Ensure streams are closed in a finally block 00/23200/3
2014-03-11 Matthias SohnUpdate com.jcraft.jsch to 0.1.50 also in pom dependencies 18/23218/1
2014-03-10 Konrad KüglerTake core.autocrlf into account for blame annotations 43/20543/4
2014-03-09 Robin RosenbergCatch UnsupportedOperationException for older Windowses 91/23091/1
2014-03-09 Robin RosenbergAdd missing break 88/23088/1
2014-03-08 Robin RosenbergRemove a redundant semi-colon 80/23080/2
2014-03-08 Robin RosenbergAdd @since tag to new DirCache#findEntry 79/23079/2
2014-03-07 Robin StockerImplement "git branch --contains" in pgm 20/20620/3
2014-03-07 Christian HalstrickFix default profile for target platform used in maven... 28/22928/2
2014-03-07 Matthias SohnFix some wrong @since 3.3 tags which should be @since 3.4 67/23067/1
2014-03-06 Matthias Sohn[findBugs] Declare some private methods of WorkingTreeI... 04/22704/3
2014-03-05 Matthias SohnUpdate com.jcraft.jsch to 0.1.50 also in pom dependencies 01/22901/1
2014-03-05 Matthias SohnPrepare 3.4.0-SNAPSHOT builds 93/22893/1
2014-03-05 Matthias SohnMerge branch 'stable-3.3' 92/22892/1
2014-03-04 Matthias SohnUpdate scripts to deploy jgit on Maven central 89/22889/1
2014-03-04 Matthias SohnPrepare 3.3.1-SNAPSHOT builds 88/22888/1
2014-03-03 Robin RosenbergMerge "Add setContains to ListBranchCommand (branch...
2014-03-03 Robin RosenbergMerge "DirCache.findEntry(byte[], in) made public"
2014-03-03 Robin RosenbergMerge "Windows: Test that we can create a symlink befor...
2014-03-03 Shawn PearceAdd missing @Deprecated to deprecated fields and methods 03/22803/1
2014-03-02 Matthias SohnJGit v3.3.0.201403021825-r 35/22735/1 v3.3.0.201403021825-r
2014-03-02 Robin RosenbergFix merge/cherry-picking in CRLF mode 60/22060/3
2014-03-02 Robin RosenbergMerge "Expose the received pack size in ReceivePack...
2014-03-02 Robin RosenbergMerge "Revert "Add getPackFile to ReceivePack to make...
2014-03-02 Saša ŽivkovExpose the received pack size in ReceivePack 16/22716/2
2014-03-02 Saša ŽivkovRevert "Add getPackFile to ReceivePack to make PostRece... 17/22717/1
2014-03-01 Robin RosenbergAvoid an NPE after 7b01a5369210 12/22712/1
2014-02-28 Robin RosenbergAdd a launcher for Java 7 tests 54/22654/2
2014-02-28 Robin RosenbergRemove obsolete getRepositoryMethod from WorkingTreeIte... 53/22653/2
2014-02-28 Robin RosenbergFix NPE when WorkingTreeIterator does not have a reposi... 52/22652/2
2014-02-27 Christian HalstrickMerge "Don't raise checkout conflict for file missing...
2014-02-26 Kaloyan RaevCLI clone command should support --no-checkout 41/22441/2
2014-02-26 Christian HalstrickDon't raise checkout conflict for file missing in worki... 29/22529/2
2014-02-26 Matthias SohnMerge "Add a missing @since tag"
2014-02-26 Matthias SohnMerge "Files should be deleted with "retry" option"
2014-02-26 Christian HalstrickAdd a missing @since tag 64/22564/1
2014-02-26 Marc StrapetzFiles should be deleted with "retry" option 61/22461/3
2014-02-26 Marc StrapetzDirCacheEntry: access to raw path 56/22456/3
2014-02-25 Saša ŽivkovAdd getPackFile to ReceivePack to make PostReceiveHook... 46/22446/4
2014-02-25 Saša ŽivkovPossibility to limit the max pack size on receive-pack 05/22505/1
2014-02-24 Marc StrapetzFix possible NPE in Repository.resolve 62/22462/1
2014-02-24 Marc StrapetzDirCache.findEntry(byte[], in) made public 58/22458/1
2014-02-24 Matthias SohnPackage httpclient and httpcore in o.e.j.http.apache... 08/22408/1
2014-02-21 Matthias SohnMerge branch 'stable-3.3' 93/22393/1
2014-02-20 Matthias SohnMove Apache httpclient based HTTP support to a separate... 38/22338/3
2014-02-20 Matthias SohnPrepare post 3.3.0RC1 builds 80/22280/1
2014-02-19 Matthias SohnJGit v3.3.0.201402191814-rc1 77/22277/1 v3.3.0.201402191814-rc1
2014-02-18 Matthias Sohn[findBugs] Don't ignore exceptional return value of... 37/22137/2
2014-02-18 Matthias Sohn[findBugs] Don't rely on default encoding 36/22136/2
2014-02-18 Matthias Sohn[findBugs] Don't call toString() on a string 35/22135/2
2014-02-18 Shawn PearceFix diff header on renamed or copied files 59/22059/4
2014-02-18 Christian HalstrickAdd an implementation for HttpConnection using Apache... 91/22091/3
2014-02-18 Christian HalstrickIntroduce an abstraction for HTTP connections 90/22090/3
2014-02-17 Shawn PearceRemove dead isBinary method from DiffFormatter 58/22058/2
2014-02-17 Shawn PearceAdd missing static qualifier in DiffFormatter 57/22057/2
2014-02-14 Matthias SohnAllow programmatic remote configuration for PullCommand 15/22015/1
2014-02-13 James YonanFix a NullPointerException if properties file doesn... 74/16774/2
2014-02-13 Konrad KüglerUse branch.<x>.mergeoptions and merge.ff as defaults... 85/20785/5
2014-02-13 Roberto TyleyNon-Fast-Forward Ref-Updates: Omit isMergedInto() calls 26/21226/3
next