Code review comment for lp:~corey.bryant/charm-helpers/depth-clone-only

Revision history for this message
Corey Bryant (corey.bryant) wrote :

While --depth is a valid option on 'git pull' it doesn't seem to work all that great. For example, --depth 0 is valid for 'git clone' but not for 'git pull'. I don't see any reason for it to be specified on 'git pull' so this patch only uses --depth with 'git clone'. As a historical point, 'git pull' was just recently added to this code while 'git clone' with --depth already existed prior to that.

« Back to merge proposal