Re: [PATCH 2/2] rebase -i: use some kind of config file to save author information
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:46:58
Hi,
On Sat, 20 Jun 2009, Christian Couder wrote:
This is better than saving in a shell script, because it will make
it much easier to port "rebase -i" to C. This also removes some sed
regexps and some "eval"s.
It will not make it easier to port "rebase -i" to C, as this is an
internal file. The user is not supposed to touch it at all. Only "rebase
-i". So it would be very easy to just use a different on-disk format when
turning "rebase -i" into a builtin.
Ciao,
Dscho