-
|
After running |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
When you are using Flog does not support positional arguments, but you can pass the revision via the Therefore, you can do this by running |
Beta Was this translation helpful? Give feedback.
-
|
Re-opening because closed discussions aren't as visible. |
Beta Was this translation helpful? Give feedback.
When you are using
tig ..originit is the same asgit log ..origin. The first positional argument togit logandtigis the Git revision descriptor.Flog does not support positional arguments, but you can pass the revision via the
-revargument.Therefore, you can do this by running
:Flog -rev=..origin