summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorJuan Rubén <juanruben.segovia@gmail.com>2014-02-24 21:20:57 +0100
committerJuan Rubén <juanruben.segovia@gmail.com>2014-02-24 21:20:57 +0100
commit899bd19a62c10be929103542aabbf8585de8aecd (patch)
tree08b87a3960dc7e0327a1256c69f22e5fcf814907 /include/git2
parent9e3b901aeb3c3dc4b0bb442745ca59bb7e894f76 (diff)
downloadlibgit2-899bd19a62c10be929103542aabbf8585de8aecd.tar.gz
Document enumerator and rewording
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/blame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/blame.h b/include/git2/blame.h
index 873a94ddd..4ad51ee50 100644
--- a/include/git2/blame.h
+++ b/include/git2/blame.h
@@ -40,7 +40,8 @@ typedef enum {
* commit (like `git blame -CCC`). Implies SAME_COMMIT_COPIES.
* NOT IMPLEMENTED. */
GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES = (1<<3),
-
+ /** Restrict the search of commits to those reachable following only the
+ * first parents. */
GIT_BLAME_FIRST_PARENT = (1<<4),
} git_blame_flag_t;