View | Details | Raw Unified | Return to bug 220548 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Scripts/cargo-crates.awk (+1 lines)
Lines 18-23 BEGIN { Link Here
18
}
18
}
19
19
20
/^source = "git\+(https|http|git):\/\/github.com\/.*#.*"/ {
20
/^source = "git\+(https|http|git):\/\/github.com\/.*#.*"/ {
21
	gsub("\\?(branch|rev)=[^#\"]*", "", $3)
21
	split($3, url, "#")
22
	split($3, url, "#")
22
23
23
	gsub("^\"git\+", "", url[1])
24
	gsub("^\"git\+", "", url[1])

Return to bug 220548