Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 255451 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/eclass/git.eclass (-1 / +1 lines)
Lines 39-45 Link Here
39
39
40
## -- EGIT_FETCH_CMD:  git clone command
40
## -- EGIT_FETCH_CMD:  git clone command
41
#
41
#
42
EGIT_FETCH_CMD="git clone --bare"
42
EGIT_FETCH_CMD="git clone --bare --depth 1"
43
43
44
## -- EGIT_UPDATE_CMD:  git fetch command
44
## -- EGIT_UPDATE_CMD:  git fetch command
45
#
45
#

Return to bug 255451