Skip to content

Commit

Permalink
fix: add --merges param
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev committed Mar 6, 2016
1 parent 85c1059 commit 349062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/git/multi-pull-request.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To find last commit ``origin/8.0`` and ``origin/9.0`` were merged, use following
.. code-block:: shell
git fetch
git log origin/8.0..origin/9.0 --grep="Merge remote-tracking branch 'origin/8.0'" -n 3
git log origin/8.0..origin/9.0 --grep="Merge remote-tracking branch 'origin/8.0'" --merges -n 3
# you will get something like that:
# commit 5cb3652be72a05330c3988d270f3aef548511b29
Expand Down

0 comments on commit 349062c

Please sign in to comment.