Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409415
Collapse All | Expand All

(-)a/eclass/git-2.eclass (-1 / +1 lines)
Lines 534-540 git-2_migrate_repository() { Link Here
534
	if [[ ${bare} ]]; then
534
	if [[ ${bare} ]]; then
535
		debug-print "${FUNCNAME}: working in bare repository for \"${EGIT_DIR}\""
535
		debug-print "${FUNCNAME}: working in bare repository for \"${EGIT_DIR}\""
536
		EGIT_LOCAL_OPTIONS+="${EGIT_OPTIONS} --bare"
536
		EGIT_LOCAL_OPTIONS+="${EGIT_OPTIONS} --bare"
537
		MOVE_COMMAND="git clone -l -s -n ${EGIT_DIR// /\\ }"
537
		MOVE_COMMAND="git clone -l -s -n file://${EGIT_DIR// /\\ }"
538
		EGIT_UPDATE_CMD="git fetch -t -f -u origin ${EGIT_BRANCH}:${EGIT_BRANCH}"
538
		EGIT_UPDATE_CMD="git fetch -t -f -u origin ${EGIT_BRANCH}:${EGIT_BRANCH}"
539
		UPSTREAM_BRANCH="${EGIT_BRANCH}"
539
		UPSTREAM_BRANCH="${EGIT_BRANCH}"
540
		EGIT_LOCAL_NONBARE=
540
		EGIT_LOCAL_NONBARE=

Return to bug 409415