Re: [PATCH] contrib: completion: fix 'eread()' namespace

2014-05-13 Thread Junio C Hamano
A reasonable regression fix. Will queue for 2.0 final. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] contrib: completion: fix 'eread()' namespace

2014-05-13 Thread Felipe Contreras
Otherwise it might collide with a function of the same name in the user's environment. Suggested-by: SZEDER Gábor Signed-off-by: Felipe Contreras --- contrib/completion/git-prompt.sh | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/contrib/completion/git-prom