[PATCH] Do not unconditionally define DEBUG.

Alan Coopersmith alan.coopersmith at oracle.com
Mon Jul 16 22:26:37 PDT 2012


On 07/12/12 08:22 AM, Thomas Klausner wrote:
> On Wed, Jul 11, 2012 at 05:56:45PM -0700, Alan Coopersmith wrote:
>> You can have git set this for
>> you via git config - for instance, in my xedit repo, "git config -l" shows
>> I've set:
>> 	format.subjectprefix=PATCH:xedit
>>
>> (When I cloned all the repos I wrote a quick shell foreach loop that I sadly
>>  didn't save, but was something like:
>>    foreach d (*)
>>      env GIT_DIR=$d git config format.subjectprefix="PATCH:$d:t"
>>    end
>>  in tcsh syntax.)
> 
> I tried this for adobe-100dpi using zsh and git-1.7.11.1:
> "for d in adobe-100dpi; do GIT_DIR=$d git config format.subjectprefix="PATCH:$d:t"; done"
> but got:
> error: invalid key: format.subjectprefix=PATCH:adobe-100dpi

Sorry, that's what I get for relying on memory instead of testing - the = was
a mistake, it should be a space, as in:
	git config format.subjectprefix "PATCH:xscope"

(actually tested this time to be sure)

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list