On Mon, Sep 24, 2012 at 10:57 AM, Jean-Baptiste Quenot <j...@caraldi.com> wrote:
> This actually happens everytime I run a git command with a key
> binding, be it successful or not.  The main view is restored to the
> tip of the current branch.

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.

-- 
Jonas Fonseca
--
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