]> git.ipfire.org Git - thirdparty/git.git/commit - attr.c
Remove anachronism from comment
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 4 Aug 2011 04:36:13 +0000 (06:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2011 22:53:15 +0000 (15:53 -0700)
commitd42453ab1a482df0fdb428c20de1189a21a2bee1
treeccc4a5786dac71f7804576ba93ef1f9e11d83d6e
parent650cfc512e189c1af347c9eeaebc0377e0dcb88d
Remove anachronism from comment

Setting attributes to arbitrary values ("attribute=value") is now
supported, so it is no longer necessary for this comment to justify
prohibiting '=' in an attribute name.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c