pfff-h_version-control
Lib_vcs
commons
commons_core
pfff-commons-graph
pfff-config
pfff-graph_code
pfff-h_files-format
pfff-h_program-lang
pfff-h_visualization
pfff-lang_cpp
pfff-lang_cpp-analyze
pfff-lang_js
pfff-lang_js-analyze
pfff-lang_ml
pfff-lang_ml-visual
pfff-lang_nw
pfff-lang_nw-analyze
pfff-matcher
type versionid =
| VersionId of string
type author =
| Author of string
type line_annotation = versionid * author * Common2.date_dmy
type commit_patch = string list * Patch.patchinfo
type file_commit_status =
| Added
| Copied
| Deleted
| Modified
| Renamed of int * Common.filename
| FileTypeChanged
| Unmerged
| Unknown
| Broken
val s_of_versionid : versionid -> string
val goto_dir : Common.filename -> string
val dummy_annotation : line_annotation
val parse_commit_patch : string list -> commit_patch
val parse_file_status : string -> file_commit_status * Common.filename
val filter_vcs_dir : Common.dirname -> bool