Last active
August 24, 2019 15:44
-
-
Save snipsnipsnip/247999 to your computer and use it in GitHub Desktop.
git.dot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph git { | |
rankdir = LR; | |
node [fontname="verdana"]; | |
fontname="Verdana"; | |
subgraph cluster_builtins { | |
label = "builtins"; | |
node [label="add"] "builtin-add"; | |
node [label="apply"] "builtin-apply"; | |
node [label="archive"] "builtin-archive"; | |
node [label="bisect--helper"] "builtin-bisect--helper"; | |
node [label="blame"] "builtin-blame"; | |
node [label="branch"] "builtin-branch"; | |
node [label="bundle"] "builtin-bundle"; | |
node [label="cat-file"] "builtin-cat-file"; | |
node [label="check-attr"] "builtin-check-attr"; | |
node [label="check-ref-format"] "builtin-check-ref-format"; | |
node [label="checkout-index"] "builtin-checkout-index"; | |
node [label="checkout"] "builtin-checkout"; | |
node [label="clean"] "builtin-clean"; | |
node [label="clone"] "builtin-clone"; | |
node [label="commit-tree"] "builtin-commit-tree"; | |
node [label="commit"] "builtin-commit"; | |
node [label="config"] "builtin-config"; | |
node [label="count-objects"] "builtin-count-objects"; | |
node [label="describe"] "builtin-describe"; | |
node [label="diff-files"] "builtin-diff-files"; | |
node [label="diff-index"] "builtin-diff-index"; | |
node [label="diff-tree"] "builtin-diff-tree"; | |
node [label="diff"] "builtin-diff"; | |
node [label="fast-export"] "builtin-fast-export"; | |
node [label="fetch--tool"] "builtin-fetch--tool"; | |
node [label="fetch-pack"] "builtin-fetch-pack"; | |
node [label="fetch"] "builtin-fetch"; | |
node [label="fmt-merge-msg"] "builtin-fmt-merge-msg"; | |
node [label="for-each-ref"] "builtin-for-each-ref"; | |
node [label="fsck"] "builtin-fsck"; | |
node [label="gc"] "builtin-gc"; | |
node [label="grep"] "builtin-grep"; | |
node [label="help"] "builtin-help"; | |
node [label="init-db"] "builtin-init-db"; | |
node [label="log"] "builtin-log"; | |
node [label="ls-files"] "builtin-ls-files"; | |
node [label="ls-remote"] "builtin-ls-remote"; | |
node [label="ls-tree"] "builtin-ls-tree"; | |
node [label="mailinfo"] "builtin-mailinfo"; | |
node [label="mailsplit"] "builtin-mailsplit"; | |
node [label="merge-base"] "builtin-merge-base"; | |
node [label="merge-file"] "builtin-merge-file"; | |
node [label="merge-recursive"] "builtin-merge-recursive"; | |
node [label="merge"] "builtin-merge"; | |
node [label="mktree"] "builtin-mktree"; | |
node [label="mv"] "builtin-mv"; | |
node [label="name-rev"] "builtin-name-rev"; | |
node [label="pack-objects"] "builtin-pack-objects"; | |
node [label="pack-refs"] "builtin-pack-refs"; | |
node [label="prune-packed"] "builtin-prune-packed"; | |
node [label="prune"] "builtin-prune"; | |
node [label="push"] "builtin-push"; | |
node [label="read-tree"] "builtin-read-tree"; | |
node [label="receive-pack"] "builtin-receive-pack"; | |
node [label="reflog"] "builtin-reflog"; | |
node [label="remote"] "builtin-remote"; | |
node [label="replace"] "builtin-replace"; | |
node [label="rerere"] "builtin-rerere"; | |
node [label="reset"] "builtin-reset"; | |
node [label="rev-list"] "builtin-rev-list"; | |
node [label="rev-parse"] "builtin-rev-parse"; | |
node [label="revert"] "builtin-revert"; | |
node [label="rm"] "builtin-rm"; | |
node [label="send-pack"] "builtin-send-pack"; | |
node [label="shortlog"] "builtin-shortlog"; | |
node [label="show-branch"] "builtin-show-branch"; | |
node [label="show-ref"] "builtin-show-ref"; | |
node [label="symbolic-ref"] "builtin-symbolic-ref"; | |
node [label="tag"] "builtin-tag"; | |
node [label="tar-tree"] "builtin-tar-tree"; | |
node [label="unpack-objects"] "builtin-unpack-objects"; | |
node [label="update-index"] "builtin-update-index"; | |
node [label="update-ref"] "builtin-update-ref"; | |
node [label="update-server-info"] "builtin-update-server-info"; | |
node [label="upload-archive"] "builtin-upload-archive"; | |
node [label="verify-pack"] "builtin-verify-pack"; | |
node [label="verify-tag"] "builtin-verify-tag"; | |
node [label="write-tree"] "builtin-write-tree"; | |
} | |
subgraph cluster_has_main { | |
label = "has_main"; | |
subgraph cluster_tests { | |
label = "tests"; | |
node [label="dump-cache-tree"] "test-dump-cache-tree"; | |
node [label="dump-cache-tree"] "test-dump-cache-tree"; | |
node [label="match-trees"] "test-match-trees"; | |
node [label="parse-options"] "test-parse-options"; | |
node [label="sigchain"] "test-sigchain" -> "sigchain"; | |
} | |
"base85"; | |
"check-racy"; | |
"daemon"; | |
"fast-import"; | |
"git"; | |
"hash-object"; | |
"http-fetch"; | |
"http-push"; | |
"imap-send"; | |
"index-pack"; | |
"merge-index"; | |
"merge-tree"; | |
"mktag"; | |
"pack-redundant"; | |
"patch-id"; | |
"remote-curl"; | |
"shell"; | |
"show-index"; | |
"unpack-file"; | |
"upload-pack"; | |
"var"; | |
} | |
"alloc" -> "object"; | |
"alloc" -> "blob"; | |
"alloc" -> "tree"; | |
"alloc" -> "commit"; | |
"alloc" -> "tag"; | |
"archive-tar" -> "archive"; | |
"archive-zip" -> "archive"; | |
"archive" -> "commit"; | |
"archive" -> "tree-walk"; | |
"archive" -> "attr"; | |
"archive" -> "parse-options"; | |
"archive" -> "unpack-trees"; | |
"bisect" -> "commit"; | |
"bisect" -> "diff"; | |
"bisect" -> "revision"; | |
"bisect" -> "refs"; | |
"bisect" -> "list-objects"; | |
"bisect" -> "quote"; | |
"bisect" -> "sha1-lookup"; | |
"bisect" -> "run-command"; | |
"bisect" -> "log-tree"; | |
"branch" -> "refs"; | |
"branch" -> "remote"; | |
"branch" -> "commit"; | |
"builtin-add" -> "dir"; | |
"builtin-add" -> "exec_cmd"; | |
"builtin-add" -> "cache-tree"; | |
"builtin-add" -> "run-command"; | |
"builtin-add" -> "parse-options"; | |
"builtin-add" -> "diff"; | |
"builtin-add" -> "revision"; | |
"builtin-apply" -> "cache-tree"; | |
"builtin-apply" -> "quote"; | |
"builtin-apply" -> "blob"; | |
"builtin-apply" -> "string-list"; | |
"builtin-apply" -> "dir"; | |
"builtin-apply" -> "parse-options"; | |
"builtin-archive" -> "archive"; | |
"builtin-archive" -> "parse-options"; | |
"builtin-archive" -> "pkt-line"; | |
"builtin-archive" -> "sideband"; | |
"builtin-bisect--helper" -> "parse-options"; | |
"builtin-bisect--helper" -> "bisect"; | |
"builtin-blame" -> "blob"; | |
"builtin-blame" -> "commit"; | |
"builtin-blame" -> "tag"; | |
"builtin-blame" -> "tree-walk"; | |
"builtin-blame" -> "diff"; | |
"builtin-blame" -> "revision"; | |
"builtin-blame" -> "quote"; | |
"builtin-blame" -> "xdiff-interface"; | |
"builtin-blame" -> "cache-tree"; | |
"builtin-blame" -> "string-list"; | |
"builtin-blame" -> "mailmap"; | |
"builtin-blame" -> "parse-options"; | |
"builtin-blame" -> "utf8"; | |
"builtin-branch" -> "color"; | |
"builtin-branch" -> "refs"; | |
"builtin-branch" -> "commit"; | |
"builtin-branch" -> "remote"; | |
"builtin-branch" -> "parse-options"; | |
"builtin-branch" -> "branch"; | |
"builtin-branch" -> "diff"; | |
"builtin-branch" -> "revision"; | |
"builtin-bundle" -> "bundle"; | |
"builtin-cat-file" -> "exec_cmd"; | |
"builtin-cat-file" -> "tag"; | |
"builtin-cat-file" -> "tree"; | |
"builtin-cat-file" -> "parse-options"; | |
"builtin-check-attr" -> "attr"; | |
"builtin-check-attr" -> "quote"; | |
"builtin-check-attr" -> "parse-options"; | |
"builtin-check-ref-format" -> "refs"; | |
"builtin-check-ref-format" -> "strbuf"; | |
"builtin-checkout-index" -> "quote"; | |
"builtin-checkout-index" -> "cache-tree"; | |
"builtin-checkout-index" -> "parse-options"; | |
"builtin-checkout" -> "parse-options"; | |
"builtin-checkout" -> "refs"; | |
"builtin-checkout" -> "commit"; | |
"builtin-checkout" -> "tree"; | |
"builtin-checkout" -> "tree-walk"; | |
"builtin-checkout" -> "cache-tree"; | |
"builtin-checkout" -> "unpack-trees"; | |
"builtin-checkout" -> "dir"; | |
"builtin-checkout" -> "run-command"; | |
"builtin-checkout" -> "merge-recursive"; | |
"builtin-checkout" -> "branch"; | |
"builtin-checkout" -> "diff"; | |
"builtin-checkout" -> "revision"; | |
"builtin-checkout" -> "remote"; | |
"builtin-checkout" -> "blob"; | |
"builtin-checkout" -> "xdiff-interface"; | |
"builtin-checkout" -> "ll-merge"; | |
"builtin-clean" -> "dir"; | |
"builtin-clean" -> "parse-options"; | |
"builtin-clean" -> "quote"; | |
"builtin-clone" -> "parse-options"; | |
"builtin-clone" -> "refs"; | |
"builtin-clone" -> "tree"; | |
"builtin-clone" -> "tree-walk"; | |
"builtin-clone" -> "unpack-trees"; | |
"builtin-clone" -> "transport"; | |
"builtin-clone" -> "strbuf"; | |
"builtin-clone" -> "dir"; | |
"builtin-clone" -> "pack-refs"; | |
"builtin-clone" -> "sigchain"; | |
"builtin-clone" -> "branch"; | |
"builtin-clone" -> "remote"; | |
"builtin-clone" -> "run-command"; | |
"builtin-commit-tree" -> "commit"; | |
"builtin-commit-tree" -> "tree"; | |
"builtin-commit-tree" -> "utf8"; | |
"builtin-commit" -> "cache-tree"; | |
"builtin-commit" -> "color"; | |
"builtin-commit" -> "dir"; | |
"builtin-commit" -> "diff"; | |
"builtin-commit" -> "commit"; | |
"builtin-commit" -> "revision"; | |
"builtin-commit" -> "wt-status"; | |
"builtin-commit" -> "run-command"; | |
"builtin-commit" -> "refs"; | |
"builtin-commit" -> "log-tree"; | |
"builtin-commit" -> "strbuf"; | |
"builtin-commit" -> "utf8"; | |
"builtin-commit" -> "parse-options"; | |
"builtin-commit" -> "string-list"; | |
"builtin-commit" -> "rerere"; | |
"builtin-commit" -> "unpack-trees"; | |
"builtin-config" -> "color"; | |
"builtin-config" -> "parse-options"; | |
"builtin-count-objects" -> "dir"; | |
"builtin-count-objects" -> "parse-options"; | |
"builtin-describe" -> "commit"; | |
"builtin-describe" -> "tag"; | |
"builtin-describe" -> "refs"; | |
"builtin-describe" -> "exec_cmd"; | |
"builtin-describe" -> "parse-options"; | |
"builtin-diff-files" -> "diff"; | |
"builtin-diff-files" -> "commit"; | |
"builtin-diff-files" -> "revision"; | |
"builtin-diff-index" -> "diff"; | |
"builtin-diff-index" -> "commit"; | |
"builtin-diff-index" -> "revision"; | |
"builtin-diff-tree" -> "diff"; | |
"builtin-diff-tree" -> "commit"; | |
"builtin-diff-tree" -> "log-tree"; | |
"builtin-diff" -> "color"; | |
"builtin-diff" -> "commit"; | |
"builtin-diff" -> "blob"; | |
"builtin-diff" -> "tag"; | |
"builtin-diff" -> "diff"; | |
"builtin-diff" -> "revision"; | |
"builtin-diff" -> "log-tree"; | |
"builtin-fast-export" -> "commit"; | |
"builtin-fast-export" -> "object"; | |
"builtin-fast-export" -> "tag"; | |
"builtin-fast-export" -> "diff"; | |
"builtin-fast-export" -> "log-tree"; | |
"builtin-fast-export" -> "revision"; | |
"builtin-fast-export" -> "decorate"; | |
"builtin-fast-export" -> "string-list"; | |
"builtin-fast-export" -> "utf8"; | |
"builtin-fast-export" -> "parse-options"; | |
"builtin-fetch--tool" -> "refs"; | |
"builtin-fetch--tool" -> "commit"; | |
"builtin-fetch--tool" -> "sigchain"; | |
"builtin-fetch-pack" -> "refs"; | |
"builtin-fetch-pack" -> "pkt-line"; | |
"builtin-fetch-pack" -> "commit"; | |
"builtin-fetch-pack" -> "tag"; | |
"builtin-fetch-pack" -> "exec_cmd"; | |
"builtin-fetch-pack" -> "sideband"; | |
"builtin-fetch-pack" -> "remote"; | |
"builtin-fetch-pack" -> "run-command"; | |
"builtin-fetch" -> "refs"; | |
"builtin-fetch" -> "commit"; | |
"builtin-fetch" -> "string-list"; | |
"builtin-fetch" -> "remote"; | |
"builtin-fetch" -> "transport"; | |
"builtin-fetch" -> "run-command"; | |
"builtin-fetch" -> "parse-options"; | |
"builtin-fetch" -> "sigchain"; | |
"builtin-fmt-merge-msg" -> "commit"; | |
"builtin-fmt-merge-msg" -> "diff"; | |
"builtin-fmt-merge-msg" -> "revision"; | |
"builtin-fmt-merge-msg" -> "tag"; | |
"builtin-for-each-ref" -> "refs"; | |
"builtin-for-each-ref" -> "object"; | |
"builtin-for-each-ref" -> "tag"; | |
"builtin-for-each-ref" -> "commit"; | |
"builtin-for-each-ref" -> "tree"; | |
"builtin-for-each-ref" -> "blob"; | |
"builtin-for-each-ref" -> "quote"; | |
"builtin-for-each-ref" -> "parse-options"; | |
"builtin-for-each-ref" -> "remote"; | |
"builtin-fsck" -> "commit"; | |
"builtin-fsck" -> "tree"; | |
"builtin-fsck" -> "blob"; | |
"builtin-fsck" -> "tag"; | |
"builtin-fsck" -> "refs"; | |
"builtin-fsck" -> "cache-tree"; | |
"builtin-fsck" -> "tree-walk"; | |
"builtin-fsck" -> "fsck"; | |
"builtin-fsck" -> "parse-options"; | |
"builtin-fsck" -> "dir"; | |
"builtin-gc" -> "parse-options"; | |
"builtin-gc" -> "run-command"; | |
"builtin-grep" -> "blob"; | |
"builtin-grep" -> "tree"; | |
"builtin-grep" -> "commit"; | |
"builtin-grep" -> "tag"; | |
"builtin-grep" -> "tree-walk"; | |
"builtin-grep" -> "parse-options"; | |
"builtin-grep" -> "userdiff"; | |
"builtin-grep" -> "grep"; | |
"builtin-grep" -> "quote"; | |
"builtin-help" -> "exec_cmd"; | |
"builtin-help" -> "parse-options"; | |
"builtin-help" -> "run-command"; | |
"builtin-help" -> "help"; | |
"builtin-init-db" -> "exec_cmd"; | |
"builtin-init-db" -> "parse-options"; | |
"builtin-log" -> "color"; | |
"builtin-log" -> "commit"; | |
"builtin-log" -> "diff"; | |
"builtin-log" -> "revision"; | |
"builtin-log" -> "log-tree"; | |
"builtin-log" -> "tag"; | |
"builtin-log" -> "reflog-walk"; | |
"builtin-log" -> "patch-ids"; | |
"builtin-log" -> "run-command"; | |
"builtin-log" -> "remote"; | |
"builtin-log" -> "string-list"; | |
"builtin-log" -> "parse-options"; | |
"builtin-ls-files" -> "quote"; | |
"builtin-ls-files" -> "dir"; | |
"builtin-ls-files" -> "tree"; | |
"builtin-ls-files" -> "parse-options"; | |
"builtin-ls-remote" -> "transport"; | |
"builtin-ls-remote" -> "remote"; | |
"builtin-ls-tree" -> "blob"; | |
"builtin-ls-tree" -> "tree"; | |
"builtin-ls-tree" -> "commit"; | |
"builtin-ls-tree" -> "quote"; | |
"builtin-mailinfo" -> "utf8"; | |
"builtin-mailinfo" -> "strbuf"; | |
"builtin-mailsplit" -> "string-list"; | |
"builtin-mailsplit" -> "strbuf"; | |
"builtin-merge-base" -> "commit"; | |
"builtin-merge-base" -> "parse-options"; | |
"builtin-merge-file" -> "xdiff-interface"; | |
"builtin-merge-file" -> "parse-options"; | |
"builtin-merge-recursive" -> "commit"; | |
"builtin-merge-recursive" -> "tag"; | |
"builtin-merge-recursive" -> "merge-recursive"; | |
"builtin-merge" -> "parse-options"; | |
"builtin-merge" -> "run-command"; | |
"builtin-merge" -> "diff"; | |
"builtin-merge" -> "refs"; | |
"builtin-merge" -> "commit"; | |
"builtin-merge" -> "revision"; | |
"builtin-merge" -> "unpack-trees"; | |
"builtin-merge" -> "cache-tree"; | |
"builtin-merge" -> "dir"; | |
"builtin-merge" -> "utf8"; | |
"builtin-merge" -> "log-tree"; | |
"builtin-merge" -> "color"; | |
"builtin-merge" -> "rerere"; | |
"builtin-merge" -> "help"; | |
"builtin-merge" -> "merge-recursive"; | |
"builtin-mktree" -> "quote"; | |
"builtin-mktree" -> "tree"; | |
"builtin-mktree" -> "parse-options"; | |
"builtin-mv" -> "dir"; | |
"builtin-mv" -> "cache-tree"; | |
"builtin-mv" -> "string-list"; | |
"builtin-mv" -> "parse-options"; | |
"builtin-name-rev" -> "commit"; | |
"builtin-name-rev" -> "tag"; | |
"builtin-name-rev" -> "refs"; | |
"builtin-name-rev" -> "parse-options"; | |
"builtin-pack-objects" -> "attr"; | |
"builtin-pack-objects" -> "object"; | |
"builtin-pack-objects" -> "blob"; | |
"builtin-pack-objects" -> "commit"; | |
"builtin-pack-objects" -> "tag"; | |
"builtin-pack-objects" -> "tree"; | |
"builtin-pack-objects" -> "pack-revindex"; | |
"builtin-pack-objects" -> "csum-file"; | |
"builtin-pack-objects" -> "tree-walk"; | |
"builtin-pack-objects" -> "diff"; | |
"builtin-pack-objects" -> "revision"; | |
"builtin-pack-objects" -> "list-objects"; | |
"builtin-pack-objects" -> "progress"; | |
"builtin-pack-objects" -> "refs"; | |
"builtin-pack-objects" -> "thread-utils"; | |
"builtin-pack-refs" -> "parse-options"; | |
"builtin-pack-refs" -> "pack-refs"; | |
"builtin-prune-packed" -> "progress"; | |
"builtin-prune-packed" -> "parse-options"; | |
"builtin-prune" -> "commit"; | |
"builtin-prune" -> "diff"; | |
"builtin-prune" -> "revision"; | |
"builtin-prune" -> "reachable"; | |
"builtin-prune" -> "parse-options"; | |
"builtin-prune" -> "dir"; | |
"builtin-push" -> "refs"; | |
"builtin-push" -> "run-command"; | |
"builtin-push" -> "remote"; | |
"builtin-push" -> "transport"; | |
"builtin-push" -> "parse-options"; | |
"builtin-read-tree" -> "object"; | |
"builtin-read-tree" -> "tree"; | |
"builtin-read-tree" -> "tree-walk"; | |
"builtin-read-tree" -> "cache-tree"; | |
"builtin-read-tree" -> "unpack-trees"; | |
"builtin-read-tree" -> "dir"; | |
"builtin-read-tree" -> "parse-options"; | |
"builtin-receive-pack" -> "refs"; | |
"builtin-receive-pack" -> "pkt-line"; | |
"builtin-receive-pack" -> "run-command"; | |
"builtin-receive-pack" -> "exec_cmd"; | |
"builtin-receive-pack" -> "commit"; | |
"builtin-receive-pack" -> "object"; | |
"builtin-receive-pack" -> "remote"; | |
"builtin-receive-pack" -> "transport"; | |
"builtin-reflog" -> "commit"; | |
"builtin-reflog" -> "refs"; | |
"builtin-reflog" -> "dir"; | |
"builtin-reflog" -> "tree-walk"; | |
"builtin-reflog" -> "diff"; | |
"builtin-reflog" -> "revision"; | |
"builtin-reflog" -> "reachable"; | |
"builtin-remote" -> "parse-options"; | |
"builtin-remote" -> "transport"; | |
"builtin-remote" -> "remote"; | |
"builtin-remote" -> "string-list"; | |
"builtin-remote" -> "strbuf"; | |
"builtin-remote" -> "run-command"; | |
"builtin-remote" -> "refs"; | |
"builtin-replace" -> "refs"; | |
"builtin-replace" -> "parse-options"; | |
"builtin-rerere" -> "dir"; | |
"builtin-rerere" -> "string-list"; | |
"builtin-rerere" -> "rerere"; | |
"builtin-rerere" -> "xdiff-interface"; | |
"builtin-reset" -> "tag"; | |
"builtin-reset" -> "object"; | |
"builtin-reset" -> "commit"; | |
"builtin-reset" -> "run-command"; | |
"builtin-reset" -> "refs"; | |
"builtin-reset" -> "diff"; | |
"builtin-reset" -> "tree"; | |
"builtin-reset" -> "branch"; | |
"builtin-reset" -> "parse-options"; | |
"builtin-rev-list" -> "commit"; | |
"builtin-rev-list" -> "diff"; | |
"builtin-rev-list" -> "revision"; | |
"builtin-rev-list" -> "list-objects"; | |
"builtin-rev-list" -> "log-tree"; | |
"builtin-rev-list" -> "graph"; | |
"builtin-rev-list" -> "bisect"; | |
"builtin-rev-parse" -> "commit"; | |
"builtin-rev-parse" -> "refs"; | |
"builtin-rev-parse" -> "quote"; | |
"builtin-rev-parse" -> "parse-options"; | |
"builtin-revert" -> "object"; | |
"builtin-revert" -> "commit"; | |
"builtin-revert" -> "tag"; | |
"builtin-revert" -> "wt-status"; | |
"builtin-revert" -> "run-command"; | |
"builtin-revert" -> "exec_cmd"; | |
"builtin-revert" -> "utf8"; | |
"builtin-revert" -> "parse-options"; | |
"builtin-revert" -> "cache-tree"; | |
"builtin-revert" -> "diff"; | |
"builtin-revert" -> "revision"; | |
"builtin-revert" -> "rerere"; | |
"builtin-revert" -> "merge-recursive"; | |
"builtin-rm" -> "dir"; | |
"builtin-rm" -> "cache-tree"; | |
"builtin-rm" -> "tree-walk"; | |
"builtin-rm" -> "parse-options"; | |
"builtin-send-pack" -> "commit"; | |
"builtin-send-pack" -> "refs"; | |
"builtin-send-pack" -> "pkt-line"; | |
"builtin-send-pack" -> "run-command"; | |
"builtin-send-pack" -> "remote"; | |
"builtin-shortlog" -> "commit"; | |
"builtin-shortlog" -> "diff"; | |
"builtin-shortlog" -> "string-list"; | |
"builtin-shortlog" -> "revision"; | |
"builtin-shortlog" -> "utf8"; | |
"builtin-shortlog" -> "mailmap"; | |
"builtin-shortlog" -> "parse-options"; | |
"builtin-show-branch" -> "commit"; | |
"builtin-show-branch" -> "refs"; | |
"builtin-show-branch" -> "color"; | |
"builtin-show-branch" -> "parse-options"; | |
"builtin-show-ref" -> "refs"; | |
"builtin-show-ref" -> "object"; | |
"builtin-show-ref" -> "tag"; | |
"builtin-show-ref" -> "string-list"; | |
"builtin-show-ref" -> "parse-options"; | |
"builtin-symbolic-ref" -> "refs"; | |
"builtin-symbolic-ref" -> "parse-options"; | |
"builtin-tag" -> "refs"; | |
"builtin-tag" -> "tag"; | |
"builtin-tag" -> "run-command"; | |
"builtin-tag" -> "parse-options"; | |
"builtin-tar-tree" -> "commit"; | |
"builtin-tar-tree" -> "quote"; | |
"builtin-unpack-objects" -> "object"; | |
"builtin-unpack-objects" -> "blob"; | |
"builtin-unpack-objects" -> "commit"; | |
"builtin-unpack-objects" -> "tag"; | |
"builtin-unpack-objects" -> "tree"; | |
"builtin-unpack-objects" -> "tree-walk"; | |
"builtin-unpack-objects" -> "progress"; | |
"builtin-unpack-objects" -> "decorate"; | |
"builtin-unpack-objects" -> "fsck"; | |
"builtin-update-index" -> "quote"; | |
"builtin-update-index" -> "cache-tree"; | |
"builtin-update-index" -> "tree-walk"; | |
"builtin-update-index" -> "refs"; | |
"builtin-update-ref" -> "refs"; | |
"builtin-update-ref" -> "parse-options"; | |
"builtin-update-server-info" -> "parse-options"; | |
"builtin-upload-archive" -> "archive"; | |
"builtin-upload-archive" -> "pkt-line"; | |
"builtin-upload-archive" -> "sideband"; | |
"builtin-verify-pack" -> "pack-revindex"; | |
"builtin-verify-pack" -> "parse-options"; | |
"builtin-verify-tag" -> "tag"; | |
"builtin-verify-tag" -> "run-command"; | |
"builtin-verify-tag" -> "parse-options"; | |
"builtin-write-tree" -> "tree"; | |
"builtin-write-tree" -> "cache-tree"; | |
"builtin-write-tree" -> "parse-options"; | |
"bundle" -> "object"; | |
"bundle" -> "commit"; | |
"bundle" -> "diff"; | |
"bundle" -> "revision"; | |
"bundle" -> "list-objects"; | |
"bundle" -> "run-command"; | |
"bundle" -> "refs"; | |
"cache-tree" -> "tree"; | |
"cache-tree" -> "tree-walk"; | |
"combine-diff" -> "commit"; | |
"combine-diff" -> "blob"; | |
"combine-diff" -> "diff"; | |
"combine-diff" -> "quote"; | |
"combine-diff" -> "xdiff-interface"; | |
"combine-diff" -> "log-tree"; | |
"combine-diff" -> "refs"; | |
"commit" -> "tag"; | |
"commit" -> "pkt-line"; | |
"commit" -> "utf8"; | |
"commit" -> "diff"; | |
"commit" -> "revision"; | |
"config" -> "exec_cmd"; | |
"connect" -> "pkt-line"; | |
"connect" -> "quote"; | |
"connect" -> "refs"; | |
"connect" -> "run-command"; | |
"connect" -> "remote"; | |
"convert" -> "attr"; | |
"convert" -> "run-command"; | |
"csum-file" -> "progress"; | |
"daemon" -> "pkt-line"; | |
"daemon" -> "exec_cmd"; | |
"daemon" -> "run-command"; | |
"daemon" -> "strbuf"; | |
"decorate" -> "object"; | |
"diff-lib" -> "quote"; | |
"diff-lib" -> "commit"; | |
"diff-lib" -> "diff"; | |
"diff-lib" -> "revision"; | |
"diff-lib" -> "cache-tree"; | |
"diff-lib" -> "unpack-trees"; | |
"diff-lib" -> "refs"; | |
"diff-no-index" -> "color"; | |
"diff-no-index" -> "commit"; | |
"diff-no-index" -> "blob"; | |
"diff-no-index" -> "tag"; | |
"diff-no-index" -> "diff"; | |
"diff-no-index" -> "revision"; | |
"diff-no-index" -> "log-tree"; | |
"diff-no-index" -> "string-list"; | |
"diff" -> "quote"; | |
"diff" -> "xdiff-interface"; | |
"diff" -> "color"; | |
"diff" -> "attr"; | |
"diff" -> "run-command"; | |
"diff" -> "utf8"; | |
"diff" -> "userdiff"; | |
"diff" -> "sigchain"; | |
"diffcore-break" -> "diff"; | |
"diffcore-delta" -> "diff"; | |
"diffcore-order" -> "diff"; | |
"diffcore-pickaxe" -> "diff"; | |
"diffcore-rename" -> "diff"; | |
"diffcore-rename" -> "hash"; | |
"dir" -> "refs"; | |
"editor" -> "strbuf"; | |
"editor" -> "run-command"; | |
"entry" -> "blob"; | |
"entry" -> "dir"; | |
"exec_cmd" -> "quote"; | |
"fast-import" -> "object"; | |
"fast-import" -> "blob"; | |
"fast-import" -> "tree"; | |
"fast-import" -> "commit"; | |
"fast-import" -> "refs"; | |
"fast-import" -> "csum-file"; | |
"fast-import" -> "quote"; | |
"fast-import" -> "exec_cmd"; | |
"fsck" -> "object"; | |
"fsck" -> "blob"; | |
"fsck" -> "tree"; | |
"fsck" -> "tree-walk"; | |
"fsck" -> "commit"; | |
"fsck" -> "tag"; | |
"git" -> "exec_cmd"; | |
"git" -> "quote"; | |
"git" -> "run-command"; | |
"graph" -> "commit"; | |
"graph" -> "color"; | |
"graph" -> "diff"; | |
"graph" -> "revision"; | |
"grep" -> "userdiff"; | |
"grep" -> "xdiff-interface"; | |
"hash-object" -> "blob"; | |
"hash-object" -> "quote"; | |
"hash-object" -> "parse-options"; | |
"hash-object" -> "exec_cmd"; | |
"help" -> "exec_cmd"; | |
"help" -> "levenshtein"; | |
"http-fetch" -> "walker"; | |
"http-push" -> "commit"; | |
"http-push" -> "tag"; | |
"http-push" -> "blob"; | |
"http-push" -> "http"; | |
"http-push" -> "refs"; | |
"http-push" -> "diff"; | |
"http-push" -> "revision"; | |
"http-push" -> "exec_cmd"; | |
"http-push" -> "remote"; | |
"http-push" -> "list-objects"; | |
"http-push" -> "sigchain"; | |
"http-walker" -> "commit"; | |
"http-walker" -> "walker"; | |
"http-walker" -> "http"; | |
"imap-send" -> "exec_cmd"; | |
"index-pack" -> "csum-file"; | |
"index-pack" -> "blob"; | |
"index-pack" -> "commit"; | |
"index-pack" -> "tag"; | |
"index-pack" -> "tree"; | |
"index-pack" -> "progress"; | |
"index-pack" -> "fsck"; | |
"index-pack" -> "exec_cmd"; | |
"list-objects" -> "tag"; | |
"list-objects" -> "commit"; | |
"list-objects" -> "tree"; | |
"list-objects" -> "blob"; | |
"list-objects" -> "diff"; | |
"list-objects" -> "tree-walk"; | |
"list-objects" -> "revision"; | |
"ll-merge" -> "attr"; | |
"ll-merge" -> "xdiff-interface"; | |
"ll-merge" -> "run-command"; | |
"lockfile" -> "sigchain"; | |
"log-tree" -> "diff"; | |
"log-tree" -> "commit"; | |
"log-tree" -> "tag"; | |
"log-tree" -> "graph"; | |
"log-tree" -> "reflog-walk"; | |
"log-tree" -> "refs"; | |
"log-tree" -> "string-list"; | |
"mailmap" -> "string-list"; | |
"match-trees" -> "tree"; | |
"match-trees" -> "tree-walk"; | |
"merge-file" -> "run-command"; | |
"merge-file" -> "xdiff-interface"; | |
"merge-file" -> "blob"; | |
"merge-index" -> "run-command"; | |
"merge-index" -> "exec_cmd"; | |
"merge-recursive" -> "cache-tree"; | |
"merge-recursive" -> "commit"; | |
"merge-recursive" -> "blob"; | |
"merge-recursive" -> "tree-walk"; | |
"merge-recursive" -> "diff"; | |
"merge-recursive" -> "tag"; | |
"merge-recursive" -> "unpack-trees"; | |
"merge-recursive" -> "string-list"; | |
"merge-recursive" -> "xdiff-interface"; | |
"merge-recursive" -> "ll-merge"; | |
"merge-recursive" -> "attr"; | |
"merge-recursive" -> "dir"; | |
"merge-tree" -> "tree-walk"; | |
"merge-tree" -> "xdiff-interface"; | |
"merge-tree" -> "blob"; | |
"merge-tree" -> "exec_cmd"; | |
"mktag" -> "tag"; | |
"mktag" -> "exec_cmd"; | |
"object" -> "blob"; | |
"object" -> "tree"; | |
"object" -> "commit"; | |
"object" -> "tag"; | |
"pack-check" -> "pack-revindex"; | |
"pack-redundant" -> "exec_cmd"; | |
"pack-refs" -> "refs"; | |
"pack-refs" -> "tag"; | |
"pack-write" -> "csum-file"; | |
"pager" -> "run-command"; | |
"pager" -> "sigchain"; | |
"parse-options" -> "commit"; | |
"patch-id" -> "exec_cmd"; | |
"patch-ids" -> "diff"; | |
"patch-ids" -> "commit"; | |
"patch-ids" -> "sha1-lookup"; | |
"pretty" -> "commit"; | |
"pretty" -> "utf8"; | |
"pretty" -> "diff"; | |
"pretty" -> "revision"; | |
"pretty" -> "string-list"; | |
"pretty" -> "mailmap"; | |
"pretty" -> "log-tree"; | |
"pretty" -> "color"; | |
"reachable" -> "refs"; | |
"reachable" -> "tag"; | |
"reachable" -> "commit"; | |
"reachable" -> "blob"; | |
"reachable" -> "diff"; | |
"reachable" -> "revision"; | |
"reachable" -> "cache-tree"; | |
"read-cache" -> "cache-tree"; | |
"read-cache" -> "refs"; | |
"read-cache" -> "dir"; | |
"read-cache" -> "tree"; | |
"read-cache" -> "commit"; | |
"read-cache" -> "diff"; | |
"read-cache" -> "revision"; | |
"read-cache" -> "blob"; | |
"reflog-walk" -> "commit"; | |
"reflog-walk" -> "refs"; | |
"reflog-walk" -> "diff"; | |
"reflog-walk" -> "revision"; | |
"reflog-walk" -> "string-list"; | |
"refs" -> "object"; | |
"refs" -> "tag"; | |
"refs" -> "dir"; | |
"remote-curl" -> "remote"; | |
"remote-curl" -> "strbuf"; | |
"remote-curl" -> "walker"; | |
"remote-curl" -> "http"; | |
"remote-curl" -> "exec_cmd"; | |
"remote" -> "refs"; | |
"remote" -> "commit"; | |
"remote" -> "diff"; | |
"remote" -> "revision"; | |
"remote" -> "dir"; | |
"remote" -> "tag"; | |
"replace_object" -> "sha1-lookup"; | |
"replace_object" -> "refs"; | |
"rerere" -> "string-list"; | |
"rerere" -> "xdiff-interface"; | |
"revision" -> "tag"; | |
"revision" -> "blob"; | |
"revision" -> "tree"; | |
"revision" -> "commit"; | |
"revision" -> "diff"; | |
"revision" -> "refs"; | |
"revision" -> "graph"; | |
"revision" -> "grep"; | |
"revision" -> "reflog-walk"; | |
"revision" -> "patch-ids"; | |
"revision" -> "decorate"; | |
"revision" -> "log-tree"; | |
"run-command" -> "exec_cmd"; | |
"server-info" -> "refs"; | |
"server-info" -> "object"; | |
"server-info" -> "commit"; | |
"server-info" -> "tag"; | |
"setup" -> "dir"; | |
"sha1_file" -> "blob"; | |
"sha1_file" -> "commit"; | |
"sha1_file" -> "tag"; | |
"sha1_file" -> "tree"; | |
"sha1_file" -> "refs"; | |
"sha1_file" -> "pack-revindex"; | |
"sha1_file" -> "sha1-lookup"; | |
"sha1_name" -> "tag"; | |
"sha1_name" -> "commit"; | |
"sha1_name" -> "tree"; | |
"sha1_name" -> "blob"; | |
"sha1_name" -> "tree-walk"; | |
"sha1_name" -> "refs"; | |
"shallow" -> "commit"; | |
"shallow" -> "tag"; | |
"shell" -> "quote"; | |
"shell" -> "exec_cmd"; | |
"shell" -> "strbuf"; | |
"sideband" -> "pkt-line"; | |
"strbuf" -> "refs"; | |
"tag" -> "commit"; | |
"tag" -> "tree"; | |
"tag" -> "blob"; | |
"test-dump-cache-tree" -> "tree"; | |
"test-dump-cache-tree" -> "cache-tree"; | |
"test-match-trees" -> "tree"; | |
"test-parse-options" -> "parse-options"; | |
"test-sigchain" -> "sigchain"; | |
"trace" -> "quote"; | |
"transport-helper" -> "transport"; | |
"transport-helper" -> "run-command"; | |
"transport-helper" -> "commit"; | |
"transport-helper" -> "diff"; | |
"transport-helper" -> "revision"; | |
"transport" -> "run-command"; | |
"transport" -> "pkt-line"; | |
"transport" -> "walker"; | |
"transport" -> "bundle"; | |
"transport" -> "dir"; | |
"transport" -> "refs"; | |
"tree-diff" -> "diff"; | |
"tree-diff" -> "tree"; | |
"tree-walk" -> "tree"; | |
"tree" -> "cache-tree"; | |
"tree" -> "blob"; | |
"tree" -> "commit"; | |
"tree" -> "tag"; | |
"tree" -> "tree-walk"; | |
"unpack-file" -> "blob"; | |
"unpack-file" -> "exec_cmd"; | |
"unpack-trees" -> "dir"; | |
"unpack-trees" -> "tree"; | |
"unpack-trees" -> "tree-walk"; | |
"unpack-trees" -> "cache-tree"; | |
"unpack-trees" -> "progress"; | |
"unpack-trees" -> "refs"; | |
"unpack-trees" -> "attr"; | |
"upload-pack" -> "refs"; | |
"upload-pack" -> "pkt-line"; | |
"upload-pack" -> "sideband"; | |
"upload-pack" -> "tag"; | |
"upload-pack" -> "object"; | |
"upload-pack" -> "commit"; | |
"upload-pack" -> "exec_cmd"; | |
"upload-pack" -> "diff"; | |
"upload-pack" -> "revision"; | |
"upload-pack" -> "list-objects"; | |
"upload-pack" -> "run-command"; | |
"userdiff" -> "attr"; | |
"var" -> "exec_cmd"; | |
"walker" -> "commit"; | |
"walker" -> "tree"; | |
"walker" -> "tree-walk"; | |
"walker" -> "tag"; | |
"walker" -> "blob"; | |
"walker" -> "refs"; | |
"ws" -> "attr"; | |
"wt-status" -> "object"; | |
"wt-status" -> "dir"; | |
"wt-status" -> "commit"; | |
"wt-status" -> "diff"; | |
"wt-status" -> "revision"; | |
"wt-status" -> "quote"; | |
"wt-status" -> "run-command"; | |
"wt-status" -> "remote"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment