File: missing-objects-fig-git-model.dot

package info (click to toggle)
bup 0.33.9-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,712 kB
  • sloc: python: 15,897; sh: 5,764; ansic: 2,965; pascal: 669; makefile: 21
file content (18 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

digraph "git model" {
  bgcolor="transparent";
  node [shape=box];

  commit -> root
    root -> home
      home -> bup
        bup -> bashrc
        bup -> gitconfig

  commit [label="c-1 (commit ae...)"];
  root [label="/ (tree 90...)"];
  home [label="home/ (tree 1f...)"];
  bup [label="bup/ (tree 88...)"];
  bashrc [label=".bashrc (blob b9...)"];
  gitconfig [label=".gitconfig (blob a1...)"];
}