]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2011-04-02 Christian HalstrickLet LockFile.unlock use FileUtils.delete() 82/2982/2
2011-04-01 Shawn O. PearceRefDirectory: Use FileSnapshot for packed-refs 18/2118/4
2011-04-01 Shawn O. Pearcesmart HTTP: Return errors inside payload 48/2748/7
2011-04-01 Shawn O. PearceUploadPack: Add a PreUploadHook to monitor and control... 46/2746/7
2011-04-01 Shawn O. PearceAllow application filters on smart HTTP operations 31/2731/8
2011-04-01 Shawn O. PearcePackWriter: Fix the way delta chain cycles are prevented 82/2782/4
2011-04-01 Shawn O. PearcePackWriter: Combine small reuse batches together 78/2778/4
2011-04-01 Shawn O. PearcePackWriter: Remove dummy list 0 77/2777/4
2011-04-01 Shawn O. PearcePackWriter: Speed up pruning of objects from cached... 76/2776/4
2011-04-01 Shawn O. PearceMake PacketLineIn public 55/2955/2
2011-04-01 Shawn PearceMerge changes I2c8e917a,Ica9e50c0
2011-04-01 Shawn PearceMerge "Fix broken git prefix detection"
2011-03-31 Anatol PomozovBump jsch to 0.1.44 11/2211/4
2011-03-30 Christian HalstrickLet CloneCommand not checkout HEAD on bare repos 68/2968/1
2011-03-29 Christian HalstrickAdded Merge command to the CLI 20/320/7
2011-03-29 Christian HalstrickAllow InitCommand to run on existing git repos 59/2959/1
2011-03-29 Christian HalstrickMerge "Do not categorize merge failures as 'abnormal'"
2011-03-28 Philipp ThunFix possible NPE in DirCache.isModified() 51/2951/1
2011-03-28 Philipp ThunDo not categorize merge failures as 'abnormal' 48/2948/1
2011-03-28 Robin RosenbergDo not normalize URIishes 42/2942/2
2011-03-28 Robin RosenbergUse Ignore to bypass unused test 41/2941/2
2011-03-28 Robin RosenbergFix broken git prefix detection 39/2939/3
2011-03-27 Shawn PearceMerge "Detaching HEAD when checking out the same commit."
2011-03-27 Shawn PearceMerge "Fix: possible IndexOutOfBoundsException in Reflo...
2011-03-27 Shawn PearceMerge "Registering the Checkout command and fixed a...
2011-03-25 Sasa ZivkovDetaching HEAD when checking out the same commit. 25/2925/2
2011-03-25 Matthias SohnPrevent NPE during fetch and push via SSH 22/2922/1
2011-03-24 Philipp ThunIntroduce FAILED result for RebaseCommand 47/2647/3
2011-03-24 Sasa ZivkovRegistering the Checkout command and fixed a typo. 04/2904/2
2011-03-24 Mathias KinzlerMerge "Introduce CherryPickResult"
2011-03-23 Christian HalstrickAdd status command to GIT api 90/2890/2
2011-03-23 Roland SchulzCreate RemoteSession interface 83/2583/5
2011-03-23 Philipp ThunIntroduce CherryPickResult 46/2646/4
2011-03-22 Robin StockerPullCommand: Use short ref name in merge message 86/2886/1
2011-03-22 Marc StrapetzFix: possible IndexOutOfBoundsException in ReflogReader 83/2783/3
2011-03-21 Philipp ThunImprove MergeResult 45/2645/3
2011-03-21 Philipp ThunRefactor test cases 34/2734/2
2011-03-19 Chris AniszczykMerge "PackWriter: Collect stats by object type"
2011-03-19 Chris AniszczykMerge "BlockList: Micro-optimize appending from another...
2011-03-18 Chris AniszczykMerge "PackFile: Cache the packName string"
2011-03-18 Shawn O. PearcePackWriter: Collect stats by object type 75/2775/2
2011-03-18 Shawn O. PearceBlockList: Micro-optimize appending from another BlockList 74/2774/1
2011-03-18 Shawn O. PearcePackFile: Cache the packName string 73/2773/1
2011-03-18 Philipp ThunAbort merge when file to be checked out is dirty 33/2733/3
2011-03-18 Christian HalstrickMerge "Refactor ResolveMerger"
2011-03-18 Philipp ThunRefactor ResolveMerger 54/2754/2
2011-03-18 Mathias KinzlerMerge "Moved tests for commit -o option to own test...
2011-03-18 Christian HalstrickMoved tests for commit -o option to own test class 32/2732/4
2011-03-17 Chris AniszczykAdd path filtering to LogCommand 67/2767/2
2011-03-17 Shawn O. PearceAssume refs of alternates are reachable during fetch 17/2717/2
2011-03-17 Shawn O. PearceUploadPack: Report invalid want lines with ERR 51/2751/2
2011-03-17 Shawn O. PearceHandle "ERR %s" when ACK/NAK is expected 50/2750/2
2011-03-17 Shawn O. PearcePacketLineIn: Reuse internal lineBuffer for small strings 49/2749/2
2011-03-17 Shawn PearceMerge "Expose if name or email is based on a guess"
2011-03-17 Jens BaumgartCommitCommand: add option to insert a change id 60/2760/2
2011-03-17 Mathias KinzlerMerge "Remove deprecated Repository.mapTree"
2011-03-16 Matthias SohnExpose if name or email is based on a guess 28/2728/2
2011-03-16 Philipp ThunUse parent directory in InitCommand if directory is "." 30/2730/1
2011-03-15 Chris AniszczykMerge "Improve native Git transport when following...
2011-03-15 Shawn O. PearceTransportProtocol: Allow null Repository in canHandle() 13/2713/2
2011-03-15 Chris AniszczykMerge "FS: Allow cloning an FS instance"
2011-03-15 Chris AniszczykMerge "FS: Allow userHome to be set and cached"
2011-03-15 Chris AniszczykMerge "FS: Allow gitPrefix to be set and cached"
2011-03-15 Chris AniszczykMerge "FS: Overload detect() with no arguments"
2011-03-15 Shawn O. PearcePushCommand: Allow adding any reference string 05/2705/2
2011-03-15 Shawn O. PearcePushCommand: Add utilities for --all, --tags 04/2704/2
2011-03-15 Chris AniszczykMerge "PushCommand: Default to pushing HEAD"
2011-03-15 Chris AniszczykMerge "PushCommand: Set force-update in-place"
2011-03-15 Chris AniszczykMerge "Make --git-dir optional for 'jgit init'"
2011-03-15 Chris AniszczykMerge "CloneCommand: add a test to ensure we fetch...
2011-03-15 Philipp ThunMake --git-dir optional for 'jgit init' 20/2720/1
2011-03-15 Philipp ThunReplace 'occured' by 'occurred' 19/2719/1
2011-03-14 Shawn O. PearceImprove native Git transport when following repository 15/2715/1
2011-03-14 Chris AniszczykMerge "PackWriter: Rename getObjectsNumber to getObject...
2011-03-14 Chris AniszczykCloneCommand: add a test to ensure we fetch all tags 14/2714/1
2011-03-14 Chris AniszczykMerge "Always fetch tags during clone"
2011-03-14 Jens BaumgartCommitCommand: set correct Reflog message when amending 78/2678/2
2011-03-14 Shawn O. PearceFS: Allow cloning an FS instance 12/2712/1
2011-03-14 Shawn O. PearceFS: Allow userHome to be set and cached 11/2711/1
2011-03-14 Shawn O. PearceFS: Allow gitPrefix to be set and cached 10/2710/1
2011-03-14 Shawn O. PearceFS: Overload detect() with no arguments 09/2709/1
2011-03-14 Shawn O. PearceAlways fetch tags during clone 08/2708/1
2011-03-14 Shawn O. PearcePushCommand: Default to pushing HEAD 01/2701/2
2011-03-14 Shawn O. PearcePushCommand: Set force-update in-place 00/2700/2
2011-03-14 Shawn O. PearcePackWriter: Rename getObjectsNumber to getObjectCount 99/2699/2
2011-03-14 Shawn O. PearceFix dumb transport push 98/2698/2
2011-03-14 Mathias KinzlerAvoid NullPointerException in PlotCommit 02/2702/1
2011-03-13 Shawn O. PearceObjectIdOwnerMap: More lightweight map for ObjectIds 90/2690/2
2011-03-13 Shawn O. PearceMerge "ObjectIdSubclassMap: Micro-optimize wrapping...
2011-03-13 Shawn O. PearceRegister TransportProtocols using services 67/2667/2
2011-03-13 Shawn O. PearceMake the supported Transports extensible and discoverable 66/2666/2
2011-03-13 Shawn O. PearceMerge "Don't auto follow non-annotated tags in fetch"
2011-03-11 Philipp ThunAdd -o option to commit command 35/2635/5
2011-03-10 Shawn O. PearceObjectIdSubclassMap: Micro-optimize wrapping at end... 89/2689/1
2011-03-10 Shawn O. PearceMerge changes I0d797533,I128522af,I6dd076eb,Ief6f81b9...
2011-03-10 Shawn PearceMerge "Cache gitPrefix in FS_Win32"
2011-03-10 Matthias SohnFix Bundle-Version of jgit source bundle 88/2688/1
2011-03-10 Marc StrapetzCache gitPrefix in FS_Win32 87/2687/1
2011-03-10 Shawn O. PearceObjectIdSubclassMap: Avoid field loads in inner loops 85/2685/1
2011-03-10 Shawn O. PearceObjectIdSubclassMap: Manually inline index() 84/2684/1
next