]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2015-12-14 Shawn Pearcepush: Do not blindly overwrite peer 50/62650/2
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
2015-11-25 Jonathan NiederRepository: Introduce exactRef and findRef, deprecate... 74/49574/7
2015-11-25 Andrey LoskutovNull-annotated RefDatabase class 90/61290/1
2015-11-25 Andrey LoskutovNull-annotated Repository class and fixed related compi... 42/60442/7
2015-11-24 Matthias SohnRaise error if FileNotFoundException is caught for... 39/60939/5
2015-11-24 Jonathan NiederMerge "RefDirectory.getRef: Treat fake missing symrefs...
2015-11-21 Christian HalstrickLet FS_Win32_Cygwin detect symlink support by creating... 17/60917/2
2015-11-20 Matthias SohnFix classpath of test launch configurations 62/60762/3
2015-11-20 Matthias SohnAvoid UnknownHostException in WalkEncryptionTest 87/60187/4
2015-11-20 Matthias SohnRemove no longer needed outdated API warning filter 57/60957/2
2015-11-19 Jonathan NiederRefDirectory.getRef: Treat fake missing symrefs like... 07/60107/3
2015-11-19 Jonathan NiederMerge "git rev-parse: Add --verify option"
2015-11-19 Thomas Meyergit rev-parse: Add --verify option 36/60836/4
2015-11-19 Christian HalstrickThrow IndexReadException if existing index can't be... 99/60799/2
2015-11-18 Matthias SohnFix pre-push hook to not set null remoteName as first... 32/60632/3
2015-11-17 Christian HalstrickIntroduce FS.execute() to execute a command defined... 02/59102/13
2015-11-17 Christian HalstrickAdd an attribute accessor to CanonicalTreeParser and... 68/60068/6
2015-11-17 Arthur DaussyAdds the git attributes computation on the treewalk 77/35377/22
2015-11-17 Andrey LoskutovMake jgit annotations accessible to other plugins 38/60638/2
2015-11-17 Andrey LoskutovFixed typo in preferences: NonByDefault -> NonNullByDefault 39/60439/3
2015-11-17 Andrey LoskutovAdded jgit own NonNull annotation type 37/60437/4
2015-11-17 Christian HalstrickMerge "Fix MissingObjectException in RenameDetector"
2015-11-15 Matthias SohnHandle InternalError during symlink support detection... 38/60438/1
2015-11-13 Matthias SohnMerge branch 'stable-4.1' 08/60408/1
2015-11-13 Matthias SohnPrepare 4.1.2-SNAPSHOT builds 06/60406/1
2015-11-13 Matthias SohnJGit v4.1.1.201511131810-r 91/60391/1 v4.1.1.201511131810-r
2015-11-12 Jonathan NiederFallback exactRef: Do not ignore symrefs to unborn... 50/60150/2
2015-11-12 RĂ¼diger HerrmannFix MissingObjectException in RenameDetector 26/60226/2
2015-11-12 Matthias SohnMerge "Merge branch 'stable-4.2'"
2015-11-12 Matthias SohnMerge branch 'stable-4.2' 86/60186/1
2015-11-11 Jonathan NiederRefDirectory.exactRef: Do not ignore symrefs to unborn... 06/60106/2
2015-11-11 Jonathan NiederMerge "Revert "Remove PackWriter.Statistics and other...
2015-11-11 Jonathan NiederRevert "Remove PackWriter.Statistics and other deprecat... 11/60111/1
2015-11-10 Matthias SohnPrepare post 4.2-m1 builds 05/60105/1
2015-11-10 Matthias SohnJGit v4.2.0.201511101648-m1 97/60097/1 v4.2.0.201511101648-m1
2015-11-10 Jonathan NiederMerge "Remove PackWriter.Statistics and other deprecate...
2015-11-10 Terry ParkerRemove PackWriter.Statistics and other deprecated classes 03/60003/1
2015-11-09 Matthias SohnSilence API errors for new methods added to BitmapBuilder 00/60000/1
2015-11-09 Matthias SohnAdd missing javadoc to bitmap index classes 99/59999/1
2015-11-09 Jonathan NiederMerge changes from topic 'nullable'
2015-11-09 Jonathan NiederMake BitmapIndexImpl.CompressedBitmap public 14/59914/6
2015-11-09 Terry ParkerUpdate dependencies to use the JGit-internal @Nullable 95/59995/2
2015-11-09 Terry ParkerUse the JGit-internal @Nullable annotation 94/59994/2
2015-11-09 Terry ParkerAdd a JGit-internal Nullable type 93/59993/2
2015-11-09 Jonathan NiederMake BitmapIndexImpl.CompressedBitmap, CompressedBitmap... 89/59989/3
2015-11-09 Jonathan NiederSkip redundant 'OR-reuse' step in tip commit bitmap... 98/59898/2
2015-11-07 Jonathan NiederAvoid repeated sort of tipCommitBitmaps 99/59899/3
2015-11-07 Terry Parker[style] Shorten line lengths and import order in bitmap... 95/59895/1
2015-11-05 Jonathan NiederInline PackWriterBitmapWalker.newRevFilter into callers 33/59633/3
2015-11-05 Jonathan NiederConvert remaining callers of BitmapBuilder.add to use... 32/59632/3
2015-11-05 Jonathan NiederMerge changes I57b1d7c1,I590ac460
2015-11-05 Matthias SohnMerge "Fix imports in DfsInserterTest"
2015-11-05 Jonathan NiederMerge changes Ia95da478,I2773aa94,Ib745645f,I92c65f34...
2015-11-05 Matthias SohnFix imports in DfsInserterTest 87/59787/1
2015-11-05 Jonathan NiederUse .addObject and .or instead of .add in AddToBitmapFilter 31/59631/2
2015-11-05 Jonathan NiederReplace anonymous BitmapRevFilter subclasses with expli... 30/59630/2
2015-11-05 Jonathan NiederRemove BitmapRevFilter.getCountOfLoadedCommits 29/59629/2
2015-11-05 Jonathan NiederMake BitmapBuilder.getBitmapIndex public 28/59628/2
2015-11-05 Jonathan NiederDeprecate BitmapBuilder.add and introduce simpler addOb... 25/59625/5
2015-11-05 Jonathan NiederAdd @Override annotations to BitmapIndexImpl 24/59624/3
2015-11-05 Jonathan NiederRely on bitmap RevFilter to filter walk during bitmap... 98/59598/4
2015-11-05 Jonathan NiederUse 'reused' bitmap to filter walk during bitmap selection 97/59597/4
2015-11-05 Jonathan NiederRely on bitmap RevFilter to filter tip commit setup... 96/59596/4
2015-11-05 Jonathan NiederUse 'reused' bitmap to filter tip commit setup walk 95/59595/4
2015-11-05 Mike WilliamsInsert duplicate objects to prevent race during garbage... 82/59282/3
2015-11-04 Jonathan NiederMerge "Delta compression: reuse DeltaTask.getAdjustedWe...
2015-11-04 Shawn PearceMerge "[performance] Speed up delta packing"
2015-11-04 Jonathan NiederInclude ancestors of reused bitmap commits in reuse... 22/59622/1
2015-11-04 Jonathan NiederMerge "Decrease indentation in setupTipCommitBitmaps"
2015-11-03 Jonathan NiederMerge "[style] Add braces to DeltaTask"
2015-11-03 Terry ParkerDelta compression: reuse DeltaTask.getAdjustedWeight() 14/59614/1
2015-11-03 Terry Parker[performance] Speed up delta packing 16/59416/4
2015-11-03 Terry Parker[style] Add braces to DeltaTask 13/59613/1
2015-11-03 Jonathan NiederDecrease indentation in setupTipCommitBitmaps 94/59594/1
2015-11-02 Christian HalstrickAdd support for pre-push hooks 18/59318/3
2015-11-02 Christian HalstrickEnhance FS.runProcess() to support stdin-redirection... 71/50371/10
2015-11-01 Andrey LoskutovCleaned up various readPipe() threading issues 34/59434/2
2015-10-30 Andrey LoskutovDon't report errors logged by FS with "debug" level 92/59392/1
2015-10-29 Terry ParkerBuilding bitmaps: Simplify the logic to sort by chains 81/59281/5
2015-10-29 Jonathan NiederMerge "Pack bitmaps: improve readability"
2015-10-29 Jonathan NiederMerge "Bitmap generation: Add a test of ordering commit...
next