2012/9/24 Jonas Fonseca <fons...@diku.dk>:
>
> If I have understood the problem correctly, you have a keybinding
> mapping 'M' to `git merge %(commit)` or something like that and when
> you type 'M', tig will list the commits in the master branch after
> executing the external command.
>
> I didn't account for this in the patch, and I will have to figure out
> a way to disable the current behavior of reloading the main view after
> executing an external command.

Yes, actually you can test with existing key bindings like cherry pick
(C).  The main view is reloaded with the tip of the current branch, as
if the no-walk option was correctly taken into account, but not the
list of commits in stdin.

Cheers,
-- 
Jean-Baptiste Quenot
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to