X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-rev-list.txt;h=064ccb1f8707bc6e82d43bcabb20bb30aec6236f;hb=72e5890b68e7199d92620d3bba91fa36dd259404;hp=993911070a2ced38586b3aedcb5078f25d57ec35;hpb=69e0c256415a98cd683d977386e624f034643829;p=git.git diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 99391107..064ccb1f 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -73,10 +73,11 @@ OPTIONS --sparse:: When optional paths are given, the command outputs only - the commits that changes at least one of them. This - flag makes the command ignore the paths, outputting all - eligible commits (still subject to count and age - limitation). + the commits that changes at least one of them, and also + ignores merges that do not touch the given paths. This + flag makes the command output all eligible commits + (still subject to count and age limitation), but apply + merge simplification nevertheless. --all:: Pretend as if all the refs in `$GIT_DIR/refs/` are