]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2013-04-22 Robin StockerImprove class documentation of TagCommand 97/12097/1
2013-04-19 Shawn PearceRevert "Add tests for FileUtils.delete and EMPTY_DIREEC... 76/12076/1
2013-04-19 Robin RosenbergCreate constants in ConfigConstants for the "diff"... 31/11731/2
2013-04-19 Robin StockerFix examples with refs/heads/ in RefSpec Javadoc 06/12006/2
2013-04-19 Robin StockerIndexDiff: Provide stage state for conflicting entries 54/11354/3
2013-04-19 Robin RosenbergMerge "A deleted work tree file is not a conflict when...
2013-04-19 Robin RosenbergMerge "Untracked files should not be included in stash"
2013-04-19 Matthias SohnDo not export package org.eclipse.jgit from jgit tests 39/12039/2
2013-04-18 Robin RosenbergUntracked files should not be included in stash 40/12040/1
2013-04-18 Robin RosenbergRemove some unnecessary dependencies on FileRepostory 25/11925/2
2013-04-18 Robin RosenbergMerge "Remove unused dependencies"
2013-04-18 Robin StockerImprove test coverage of AutoCRLF(In|Out)putStream 36/12036/2
2013-04-17 Shawn PearceMerge changes Id2848c16,I7621c434
2013-04-17 Shawn PearceRescale "Compressing objects" progress meter by size 53/11953/2
2013-04-17 Shawn PearceSplit delta search buckets by byte weight 76/11876/6
2013-04-17 Shawn PearceMerge "Support excluding objects during DFS compaction"
2013-04-17 Shawn PearceSupport excluding objects during DFS compaction 62/11962/1
2013-04-15 Matthias SohnMake recursive merge strategy the default merge strategy 91/11891/2
2013-04-15 Colby RangerUpdate PackBitmapIndexRemapper to handle mappings not... 10/11910/1
2013-04-14 Robin RosenbergFix boundary conditions in AutoCRLFOutputStream 87/11887/2
2013-04-13 Robin RosenbergNLS warning cleanup 85/11885/1
2013-04-13 Robin RosenbergMerge "Fix a possible NPE"
2013-04-12 Shawn PearceMerge changes I845caede,Ie25c6d3a,I5caec313,Ib11ff99f...
2013-04-12 Shawn PearceAlways attempt delta compression when reuseDeltas is... 66/11866/3
2013-04-12 Shawn PearceAvoid TemporaryBuffer.Heap on very small deltas 07/11807/4
2013-04-12 Shawn PearceCorrect distribution of allowed delta size along chain... 06/11806/4
2013-04-12 Shawn PearceSplit remaining delta work on path boundaries 38/11838/4
2013-04-12 Shawn PearceRemove DFS locality ordering during packing 57/11857/2
2013-04-11 Shawn PearceReplace DeltaWindow array with circularly linked list 04/11804/2
2013-04-11 Shawn PearceMicro-optimize copy instructions in DeltaEncoder 03/11803/1
2013-04-11 Shawn PearceMicro-optimize DeltaWindow primary loop 02/11802/1
2013-04-11 Shawn PearceMicro-optimize DeltaWindow maxMemory test to be != 0 01/11801/1
2013-04-11 Robin RosenbergMerge "Consider working tree changes when stashing...
2013-04-11 Shawn PearceMark DeltaWindowEntry methods final 00/11800/1
2013-04-11 Shawn PearceMerge changes Ideecc472,I2b12788a,I6cb9382d,I12cd3326...
2013-04-10 Robin RosenbergMerge "LogCommand.all(): filter out refs that do not...
2013-04-10 Robin RosenbergMerge "LogCommand.all(), peel references before using...
2013-04-10 Shawn PearceIncrease PackOutputStream copy buffer to 64 KiB 85/11785/1
2013-04-10 Shawn PearceTighten object header writing in PackOutuptStream 84/11784/3
2013-04-10 Shawn PearceSkip main thread test in ThreadSafeProgressMonitor 82/11782/3
2013-04-10 Shawn PearceDeclare members of PackOutputStream final 81/11781/2
2013-04-10 Shawn PearceAlways allocate the PackOutputStream copyBuffer 80/11780/2
2013-04-10 Shawn PearceDisable CRC32 computation when no PackIndex will be... 79/11779/2
2013-04-10 Shawn PearceSteal work from delta threads to rebalance CPU load 39/11739/5
2013-04-09 Robin RosenbergConsider working tree changes when stashing newly added... 57/11757/3
2013-04-09 Matthias SohnRemove unused dependencies 48/11748/3
2013-04-09 Christian HalstrickMerge "clean up merge squash and no-commit messages...
2013-04-08 Robin RosenbergAdd a constant for info/exclude 64/11564/3
2013-04-08 Matthias SohnMerge changes I8445070d,I38f10d62,I2af0bf68
2013-04-08 Matthias SohnFix plugin provider names to conform with release train... 35/11735/1
2013-04-08 Robin RosenbergA deleted work tree file is not a conflict when merge... 32/11732/2
2013-04-08 Tomasz Zarnaclean up merge squash and no-commit messages in pgm 39/11639/2
2013-04-08 Robin RosenbergDetect and handle a checkout conflict during merge... 00/11700/2
2013-04-07 Matthias SohnAdd missing @since tags for new API methods 08/11708/3
2013-04-05 Matthias SohnDfsReaderOptions are options for a DFS stored repository 07/11707/1
2013-04-05 Shawn PearceSupport cutting existing delta chains longer than the... 85/11685/1
2013-04-05 Shawn PearceMicro-optimize reuseDeltaFor in PackWriter 84/11684/1
2013-04-05 Shawn PearceStatic import OBJ_* constants into PackWriter 83/11683/1
2013-04-05 Shawn PearceRenumber internal ObjectToPack flags 69/11669/1
2013-04-05 Shawn PearceMove wantWrite flag to be special offset 1 68/11668/1
2013-04-04 Shawn PearceDon't delta compress garbage objects 65/11665/1
2013-04-04 Shawn PearceDelete broken DFS read-ahead support 64/11664/1
2013-04-04 Robin RosenbergFix a possible NPE 61/11661/3
2013-04-04 Shawn PearceOptimize DFS object reuse selection code 55/11655/4
2013-04-04 Shawn PearceSimplify size test in PackWriter 54/11654/1
2013-04-04 Shawn PearceDeclare critical exposed methods of ObjectToPack final 53/11653/1
2013-04-04 Shawn PearceDeclare internal flag accessors of ObjectToPack final 52/11652/1
2013-04-04 Shawn PearceRemove unused method isDeltaAttempted() 51/11651/1
2013-04-04 Shawn PearceSimplify setDoNotDelta() to always set the flag 50/11650/1
2013-04-04 Tomasz ZarnaAdd the no-commit option to MergeCommand 45/4945/6
2013-04-04 Christian HalstrickMerge "Fix PathFilterGroup not to throw StopWalkExcepti...
2013-04-04 Christian HalstrickMerge "Indicate initial commit on a branch in the reflog"
2013-04-03 Robin RosenbergFix PathFilterGroup not to throw StopWalkException... 97/11597/3
2013-04-02 Robin RosenbergIndicate initial commit on a branch in the reflog 65/11565/4
2013-03-31 Arthur BaarsLogCommand.all(): filter out refs that do not refer... 69/11569/1
2013-03-31 Arthur BaarsLogCommand.all(), peel references before using them 13/10813/5
2013-03-30 Robin RosenbergSpeed up clone/fetch with large number of refs 48/10448/4
2013-03-28 Robin RosenbergMerge "When renaming the lock file succeeds the lock...
2013-03-28 Shawn PearceFix CommitCommand amend mode to preserve parent order 53/11553/1
2013-03-27 Andreas KönigFixed parsing of URI with a IPv6-address 28/9228/2
2013-03-27 François ReyNew functions to facilitate the writing of CLI test... 63/5963/6
2013-03-27 Matthias SohnMerge "File.renameTo behaves differently on Unix and...
2013-03-27 Matthias SohnMerge "Extend FileUtils.rename to common git semantics"
2013-03-26 Matthias SohnWhen renaming the lock file succeeds the lock isn't... 98/11498/1
2013-03-26 Shawn PearceAlways add FileExt to DfsPackDescription 82/11482/1
2013-03-25 Robin RosenbergFile.renameTo behaves differently on Unix and Windows 21/11321/4
2013-03-25 Robin RosenbergExtend FileUtils.rename to common git semantics 14/11414/3
2013-03-24 Christian HalstrickMerge "Add tests for FileUtils.delete and EMPTY_DIREECT...
2013-03-24 Matthias SohnUpdate build to Tycho 0.17 16/11416/1
2013-03-23 Robin RosenbergAdd tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY 12/11412/3
2013-03-22 Matthias SohnSimpleHttpServer API shouldn't expose internals 01/11401/1
2013-03-22 Matthias SohnGrant access to jgit internals to junit and http.server... 00/11400/1
2013-03-22 Matthias SohnAdd missing @since tags 99/11399/1
2013-03-21 Tomasz ZarnaFix @since tags in JGit, version 2.4 never existed 53/11353/4
2013-03-21 Shawn PearceMerge changes If98b0b97,I7c9c09b4
2013-03-20 André DietisheimAllow users to show server messages while pushing 32/9732/10
2013-03-20 Matthias SohnDon't verify host name when sslVerify is false 09/10809/2
2013-03-20 Matthias SohnFix line endings and whitespace errors in jgit feature 96/11096/4
2013-03-19 Edwin KempinFix formatting of PackConfig.toString() & GC.RepoStatis... 95/11295/4
2013-03-19 Edwin KempinAllow to get repo statistics from GarbageCollectionComm... 96/11296/6
next