Wincent Colaiuta schrieb:
El 26/11/2007, a las 12:27, Wincent Colaiuta escribió:
So I think that misleading noise needs to be suppressed or reworded
when rebasing. Will look into it.
How about something like this? It would obviously be nice if we could
avoid adding another option to builtin-revert; perhaps when/if
git-rebase becomes a builtin we can avoid that. The other alternative,
and probably one I like I bit more, would be to auto-detect that a
rebase is in progress by looking inside the GIT_DIR, although that would
also alter the behaviour of manual invocations of git-revert and
git-cherry-pick during an interactive rebase (do people actually do
that?). What do you think?
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.
-- Hannes
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html