Re: [ANNOUNCE] tig-1.0

2012-09-25 Thread Jean-Baptiste Quenot
2012/9/24 Jonas Fonseca : > > 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

Re: [ANNOUNCE] tig-1.0

2012-09-24 Thread Jonas Fonseca
On Mon, Sep 24, 2012 at 10:57 AM, Jean-Baptiste Quenot 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 mappi

Re: [ANNOUNCE] tig-1.0

2012-09-24 Thread Jean-Baptiste Quenot
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. 2012/9/24 Jean-Baptiste Quenot : > There's a small glitch however: when some git command returns an error > (for example when typing 'M' for

Re: [ANNOUNCE] tig-1.0

2012-09-24 Thread Jean-Baptiste Quenot
There's a small glitch however: when some git command returns an error (for example when typing 'M' for merge in main view) the main view displays the tip of the current branch, instead of the list of revisions passed in stdin. 2012/9/24 Jean-Baptiste Quenot : > Yes it works great, thanks! > > 201

Re: [ANNOUNCE] tig-1.0

2012-09-24 Thread Jean-Baptiste Quenot
Yes it works great, thanks! 2012/9/16 Jonas Fonseca : > On Tue, Sep 11, 2012 at 3:24 PM, Jean-Baptiste Quenot > wrote: >> 2012/9/7 Jonas Fonseca : >>> [snip] I suggest to support something like the following: >>> >>> tig --no-walk --stdin < tmp-file >>> >>> Would that cover your use case? >>

Re: [ANNOUNCE] tig-1.0

2012-09-15 Thread Jonas Fonseca
On Tue, Sep 11, 2012 at 3:24 PM, Jean-Baptiste Quenot wrote: > 2012/9/7 Jonas Fonseca : >> [snip] I suggest to support something like the following: >> >> tig --no-walk --stdin < tmp-file >> >> Would that cover your use case? > > That would be great! I would then feed tig with all commits I w

Re: [ANNOUNCE] tig-1.0

2012-09-11 Thread Jean-Baptiste Quenot
2012/9/7 Jonas Fonseca : > On Fri, Sep 7, 2012 at 9:41 AM, Jean-Baptiste Quenot wrote: >> Hi Jonas, > > Hello Jean-Baptiste > >> With tig 1.0 how to feed specific revisions to the main view? >> >> The following hack worked until tig 0.17: >> >> [alias] >> tignowalk-helper = !git rev-list -

Re: [ANNOUNCE] tig-1.0

2012-09-07 Thread Jonas Fonseca
On Fri, Sep 7, 2012 at 9:41 AM, Jean-Baptiste Quenot wrote: > Hi Jonas, Hello Jean-Baptiste > With tig 1.0 how to feed specific revisions to the main view? > > The following hack worked until tig 0.17: > > [alias] > tignowalk-helper = !git rev-list --pretty=raw --no-walk --stdin< > > TIG

Re: [ANNOUNCE] tig-1.0

2012-09-07 Thread Jean-Baptiste Quenot
Hi Jonas, With tig 1.0 how to feed specific revisions to the main view? The following hack worked until tig 0.17: [alias] tignowalk-helper = !git rev-list --pretty=raw --no-walk --stdin< TIG_MAIN_CMD="git tignowalk-helper $tmp" tig : > Hello, > > Version 1.0 of tig is now available. Thi