Bug 407995 - Git plugin should support shallow copies
Summary: Git plugin should support shallow copies
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: GIT (show other bugs)
Version: 3.0.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 07:00 EDT by Henrik Lynggaard Hansen CLA
Modified: 2013-05-14 07:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Lynggaard Hansen CLA 2013-05-14 07:00:30 EDT
The git plugin should support shallow repositories like this:
--depth <depth>
           Create a shallow clone with a history truncated to the specified number of revisions. A shallow repository has a number of limitations (you cannot clone or fetch from it, nor push from nor into it), but
           is adequate if you are only interested in the recent history of a large project with a long history, and would want to send in fixes as patches.