commit | a1e4c41053dba7dbb1d5330f69d53723fa78abb7 | [log] [tgz] |
---|---|---|
author | Lucas Bader <lucas.bader@sap.com> | Wed Mar 11 07:49:50 2020 +0100 |
committer | Lucas Bader <lucas.bader@sap.com> | Wed Mar 11 09:17:47 2020 +0000 |
tree | b9767f6561e29c4f6cdfdd97a9caa52ff38f36d6 | |
parent | 43209beb4a5222f9dff5d5e2893985528bdae039 [diff] |
Add new prolog fact to documentation Documentation for the prolog fact added with [1]. [1] https://gerrit-review.googlesource.com/c/gerrit/+/258270 Change-Id: Ie0d357eb0d0a11c979ca7dd3fdbad99b6e70b605 (cherry picked from commit 8e6c5a5ab75584c1f566d34d48344a8b9a74ea4b)
diff --git a/Documentation/prolog-change-facts.txt b/Documentation/prolog-change-facts.txt index 2fb13e9..ac69616 100644 --- a/Documentation/prolog-change-facts.txt +++ b/Documentation/prolog-change-facts.txt
@@ -48,6 +48,9 @@ |`commit_message/1` |`commit_message('Fix bug X').` |Commit message as string atom +|`commit_parent_count/1` |`commit_parent_count(1).` + |Number of parent commits of a commit. Can be used to detect merge commits + |`commit_stats/3` |`commit_stats(5,20,50).` |Number of files modified, number of insertions and the number of deletions.