[diff "scheme"] xfuncname = "^(\\(define.*)$" [diff "texinfo"] xfuncname = "^@node[[:space:]]+([^,]+).*$" [format] forceinbodyfrom = true # help preserve commit authorship thread = shallow useAutoBase = true [pull] rebase = true [sendemail] to = guix-patches@gnu.org headerCmd = etc/teams.scm cc-members-header-cmd thread = no cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/graph.js
AgeCommit message (Expand)Author
2016-12-14graph: Add d3js backend....* d3.v3.js, graph.js: New files. * Makefile.am (EXTRA_DIST): List them. * guix/graph.scm (%d3js-backend): New variable. (emit-d3js-prologue, emit-d3js-epilogue, emit-d3js-node, emit-d3js-edge): New procedures. (%graph-backends): Add %d3js-backend. Ricardo Wurmus