Files
git/Documentation
Johannes Schindelin f98d863d21 git-config-set: support selecting values by non-matching regex
Extend the regex syntax of value_regex so that prepending an exclamation
mark means non-match:

	[core]
		quetzal = "Dodo" for Brainf*ck
		quetzal = "T. Rex" for Malbolge
		quetzal = "cat"

You can match the third line with

	git-config-set --get quetzal '! for '

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-11-20 10:53:06 -08:00
..
2005-11-08 08:58:52 -08:00
2005-11-16 16:20:40 -08:00
2005-11-16 16:20:40 -08:00
2005-10-12 18:32:02 -07:00
2005-10-23 17:25:08 -07:00
2005-10-26 16:31:58 -07:00
2005-10-25 22:51:13 -07:00
2005-11-08 11:26:10 -08:00
2005-11-14 17:15:32 -08:00
2005-10-04 17:04:03 -07:00
2005-11-19 20:47:30 -08:00