Re: Editors invoked by git rebase -i

2009-12-02 Thread Jean-Charles Malahieude
Le 02/12/2009 13:38, Trevor Daniels disait : I used "git rebase -i" to combine several commits into one for the first time recently. This was in ubuntu. It threw me for a while because the first editor it brought up was nano (to edit the list of commits) and then vi (to edit the commit messages)

Re: Editors invoked by git rebase -i

2009-12-02 Thread David Kastrup
"Trevor Daniels" writes: > I used "git rebase -i" to combine several commits into > one for the first time recently. This was in ubuntu. > It threw me for a while because the first editor it > brought up was nano (to edit the list of commits) and > then vi (to edit the commit messages). Not bei

Re: Editors invoked by git rebase -i

2009-12-02 Thread Mark Knoop
At 12:38 on 02 Dec 2009, Trevor Daniels wrote: > I used "git rebase -i" to combine several commits into > one for the first time recently. This was in ubuntu. > It threw me for a while because the first editor it > brought up was nano (to edit the list of commits) and > then vi (to edit the commit

Re: Editors invoked by git rebase -i

2009-12-02 Thread Trevor Daniels
Hi Jonathan, you wrote Wednesday, December 02, 2009 4:27 PM On Wed, Dec 2, 2009 at 6:38 AM, Trevor Daniels wrote: I used "git rebase -i" to combine several commits into one for the first time recently. This was in ubuntu. It threw me for a while because the first editor it brought up was na

Re: Editors invoked by git rebase -i

2009-12-02 Thread Johannes Schindelin
Hi, On Wed, 2 Dec 2009, Trevor Daniels wrote: > I used "git rebase -i" to combine several commits into > one for the first time recently. This was in ubuntu. > It threw me for a while because the first editor it > brought up was nano (to edit the list of commits) and > then vi (to edit the commi

Re: Editors invoked by git rebase -i

2009-12-02 Thread Jonathan Kulp
[whoops! sent only to Trevor the first time...] On Wed, Dec 2, 2009 at 6:38 AM, Trevor Daniels wrote: > I used "git rebase -i" to combine several commits into > one for the first time recently. This was in ubuntu. > It threw me for a while because the first editor it > brought up was nano (to ed

Re: Editors invoked by git rebase -i

2009-12-02 Thread Ralf Mattes
On Wed, 02 Dec 2009 12:38:54 +, Trevor Daniels wrote: > I used "git rebase -i" to combine several commits into one for the first > time recently. This was in ubuntu. It threw me for a while because the > first editor it brought up was nano (to edit the list of commits) and > then vi (to edit

Re: Editors invoked by git rebase -i

2009-12-02 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 2. Dezember 2009 13:38:54 schrieb Trevor Daniels: > I used "git rebase -i" to combine several commits into > one for the first time recently. This was in ubuntu. > It threw me for a while because the first editor it > brought up was nano

Re: Editors invoked by git rebase -i

2009-12-02 Thread Graham Percival
On Wed, Dec 02, 2009 at 12:38:54PM -, Trevor Daniels wrote: > It it possible to configure git to use another editor, > like the ubuntu default, gedit, for these? export VISUAL=gedit or something like that. You might be able to set EDITOR instead. Cheers, - Graham

Editors invoked by git rebase -i

2009-12-02 Thread Trevor Daniels
I used "git rebase -i" to combine several commits into one for the first time recently. This was in ubuntu. It threw me for a while because the first editor it brought up was nano (to edit the list of commits) and then vi (to edit the commit messages). Not being familiar with either, the way to