El 26/11/2007, a las 14:41, Johannes Schindelin escribió:
Hi,
On Mon, 26 Nov 2007, Wincent Colaiuta wrote:
quoted
+ help_message = getenv("_GIT_CHERRY_PICK_HELP");
Why on earth do you have a leading underscore? No existing git
environment variable does it that way.
I was following the suggestion of Johannes Sixt:
El 26/11/2007, a las 13:51, Johannes Sixt escribió:
Introduce an environment variable _GIT_CHERRY_PICK_HELP (note the
leading underscore), which git-rebase sets; if it's set, git-cherry-
pick uses that text instead of the usual one.
I imagine that he proposed it that way because it's an "internal use
only" thing.
Once I get a clear idea of what kind of change is likely to actually
get accepted I'll submit a proper patch.
Cheers,
Wincent