]> source.dussan.org Git - jgit.git/shortlog
jgit.git
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-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
2014-02-13 Roberto TyleyInitialise ReceiveCommand status to NOT_ATTEMPTED for... 25/21225/2
2014-02-12 Konrad KüglerUse fetch.prune and remote.<name>.prune to set prune... 45/21845/2
2014-02-12 Robin RosenbergWindows: Test that we can create a symlink before the... 85/21585/15
2014-02-12 Axel RichardAdd some tests cases on files modes for symbolic links 37/19237/20
2014-02-12 Robin RosenbergAdd some test cases for symbolic links with Java7 95/15395/21
2014-02-12 Robin RosenbergNormalize paths on OS X 96/15396/21
2014-02-12 Robin RosenbergRecognize symlinks in the FileTreeIterator 94/15394/17
2014-02-12 Robin RosenbergAdd special case to WorkingTreeIterator for matching... 93/15393/17
2014-02-12 Robin RosenbergFileUtils.delete does not recurse via symlinks 90/15390/16
2014-02-12 Robin RosenbergUse fileAttributes to get more attributes in one go 42/9642/30
2014-02-11 Robin StockerFix RevWalkUtils.findBranchesReachableFrom not finding... 18/20618/5
2014-02-10 Robin RosenbergLength of symbolic link is the number of bytes, not... 89/15389/13
2014-02-10 Robin RosenbergAdd delete support to FS 84/9384/36
2014-02-10 Robin RosenbergDynamically detect if Windows supports symbolic links 42/20542/7
2014-02-10 Robin RosenbergAdd symlink support to JGit 79/9379/38
2014-02-10 Robin RosenbergUse the new FS.exists method in commonly occuring places 34/10134/18
2014-02-10 Robin RosenbergFix deprecated WTI#isModified 52/21652/2
2014-02-10 Robin RosenbergFailing to delete a directory with untracked content... 93/21493/3
2014-02-05 Robin RosenbergBan dangerous ref names in Windows 76/20176/5
2014-02-04 Matthias SohnMerge "Reset internal state canonical length in Working...
2014-02-03 Shawn PearceMerge "Fix MissingObjectException race in ObjectDirectory"
2014-02-03 Shawn PearceFix MissingObjectException race in ObjectDirectory 62/21362/2
2014-02-03 Robin RosenbergReset internal state canonical length in WorkingTreeIte... 32/21432/4
2014-02-02 Robin RosenbergFix for core.autocrlf=input resulting in modified file 73/20173/5
2014-01-30 Christian HalstrickAdd a missing since tag 32/21332/1
2014-01-29 Shawn PearceMerge "Fix serving fetch of existing shallow client"
next