Re: [PATCH 12/16] git-submodule: avoid sed input with no newline

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff King
Date: Thursday, March 13, 2008 - 5:46 am

On Wed, Mar 12, 2008 at 03:41:03PM -0700, Junio C Hamano wrote:


git config --get?

The problem is that we are matching on two elements: key and value. The
matching style of the key element is chosen by --get versus
--get-regexp.  However, the value_regex is selected implicitly by its
presence, so there is no room to modify the flag in the same way.
Perhaps --literal-value-match or just --literal-value would be a better
name.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 12/16] git-submodule: avoid sed input with no n ..., Jeff King, (Thu Mar 13, 5:46 am)