git_diff_filter | R Documentation |
Quoting from git documentation (git help diff
):
Select only files that are Added (A), Copied (C), Deleted (D),
Modified (M), Renamed (R), have their type (i.e. regular file, symlink,
submodule, ...) changed (T), are Unmerged (U), are Unknown (X), or have had
their pairing Broken (B). Any combination of the filter characters (including
none) can be used. When * (All-or-none) is added to the combination, all
paths are selected if there is any file that matches other criteria in the
comparison; if there is no file that matches other criteria, nothing is
selected.
git_diff_filter(xx)
xx |
String containing one or more of A,C,D,M,R,T,U,X,B, or * |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.