-
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 ..origin
it is the same asgit log ..origin
. The first positional argument togit log
andtig
is the Git revision descriptor.Flog does not support positional arguments, but you can pass the revision via the
-rev
argument.Therefore, you can do this by running
:Flog -rev=..origin