|
<!DOCTYPE html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<link rel="stylesheet" type="text/css" href="https://weliveindetail.github.io/git-baobab/baobab-me-static.v0.5.css"> |
|
<title>git baobab-me [email protected]</title> |
|
</head> |
|
<body> |
|
<svg id="baobab"></svg> |
|
<p>git baobab-me [email protected]</p> |
|
<script src="https://d3js.org/d3.v5.min.js"></script> |
|
<script> |
|
const baobab_author = "[email protected]"; |
|
const baobab_hash_since = "5fef7bffc7534335dc22d57f8d1b86090eb65df6"; |
|
const baobab_hash_head = "d2453c4ff4dabbe9ce276bf0cfbb28bf57dab318"; |
|
const baobab_age_min = 0; |
|
const baobab_age_max = 1; |
|
const baobab_data = {n: "git-baobab", t: 2532, m: 30447, c: 44, w: 0.0, a: 0, children: [ |
|
{n: "README.md", t: 203, m: 261, c: 7, w: 4.533333333333334, a: 1}, |
|
{n: "baobab-me-static.css", t: 32, m: 32, c: 1, w: 0.3333333333333333, a: 0}, |
|
{n: "baobab-me-static.js", t: 476, m: 476, c: 1, w: 0.3333333333333333, a: 0}, |
|
{n: "baobab-static.css", t: 32, m: 40, c: 5, w: 1.8333333333333333, a: 3}, |
|
{n: "baobab-static.js", t: 416, m: 767, c: 17, w: 11.333333333333336, a: 1}, |
|
{n: "git-baobab", t: 770, m: 2772, c: 32, w: 24.03333333333333, a: 1}, |
|
{n: "git-baobab-me", t: 603, m: 603, c: 1, w: 0.3333333333333333, a: 0}, |
|
{n: "examples", t: 0, m: 25496, c: 2, w: 0.0, a: 3, children: [ |
|
{n: "llvm9-cpp-sources.html", t: 0, m: 25496, c: 2, w: 0.5333333333333333, a: 3} |
|
]} |
|
]}; |
|
</script> |
|
<script src="https://weliveindetail.github.io/git-baobab/baobab-me-static.v0.5.min.js"></script> |
|
|
|
<script> |
|
function showOnGithub(d) { |
|
const url = "https://github.com/weliveindetail/git-baobab/commits/d2453c4ff4dabbe9ce276bf0cfbb28bf57dab318/"; |
|
const relPath = concatPath(d).slice(10 + 1); // account for slash |
|
window.open(url + relPath + '[email protected]', '_blank'); |
|
} |
|
|
|
baobab.arcShapes |
|
.filter(d => !d.children) |
|
.style("cursor", "pointer") |
|
.on("click", d => showOnGithub(d)); |
|
</script> |
|
|
|
<script> |
|
(function() { |
|
var regex = /[?&]([^=#]+)=([^&#]*)/g, |
|
url = window.location.href, |
|
params = {}, |
|
match; |
|
while(match = regex.exec(url)) { |
|
params[match[1]] = match[2]; |
|
} |
|
|
|
if (params["path"]) { |
|
var path = params["path"].split("/"); |
|
var select = baobab.root; |
|
for (var i = 1; i < path.length; i++) { |
|
const child = select.children.find(node => node.data["n"] == path[i]); |
|
if (child && child["children"]) |
|
select = child |
|
else |
|
break; |
|
} |
|
selectAsNewRoot(select); |
|
} |
|
})(); |
|
</script> |
|
</body> |