File "lib/gv_git_io.pl"[download]
in pack: | versioned_graph |
---|---|
Prolog module: | gv_git_io |
size: | 3087 |
Recent changes
10 years ago | Jacco van Ossenbruggen | more w.i.p. on documentation |
10 years ago | Jacco van Ossenbruggen | more code refactoring |
10 years ago | Jacco van Ossenbruggen | code refactoring to support playback from rdf ... |
10 years ago | Jacco van Ossenbruggen | be more explicit in the change from author/com ... |
10 years ago | Jacco van Ossenbruggen | replace homebrewn git init for a real git init ... |
This file requires
- From packages
- parse_git_objects.pl: commit/3, tree/3
- From the Prolog library
- library(git) resolved by
- git.pl: git/2
- library(git) resolved by
Exported predicates
- gv_branch_head_git/2
- gv_commit_property_git/2
- gv_current_branch_git/1
- gv_git_cat_file/2
- gv_init_git/1
- gv_move_head_git/2
- gv_parse_commit/2
- gv_parse_tree/2
- gv_store_git_object/3
Required predicates
- assertion/1 autoloaded
- commit/3 from parse_git_objects.pl
- git/2 from library(git)
- option/2 autoloaded
- option/3 autoloaded
- setting/2 autoloaded
- tree/3 from parse_git_objects.pl