Re: What's cooking in git.git (Aug 2009, #05; Wed, 26)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Thursday, August 27, 2009 - 10:32 am

Brandon Casey <brandon.casey.ctr@nrlssc.navy.mil> writes:


Not in this form, for two reasons ;-)

(1) t7610-mergetool.sh,also seems to use "yes".  Perhaps define something
    in test-lib.sh?

(2) The implementation is iffy.


Shouldn't it be

	if test $# = 0
        then
        	y=y
	else
        	y="$*"
	fi

so that

	yes ""

would give runs of empty lines?        
--
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:
What's cooking in git.git (Aug 2009, #05; Wed, 26), Junio C Hamano, (Wed Aug 26, 4:45 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Shawn O. Pearce, (Wed Aug 26, 4:49 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Sverre Rabbelier, (Wed Aug 26, 5:10 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Shawn O. Pearce, (Wed Aug 26, 5:12 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Brandon Casey, (Thu Aug 27, 9:41 am)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Junio C Hamano, (Thu Aug 27, 10:32 am)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Brandon Casey, (Thu Aug 27, 11:02 am)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Sverre Rabbelier, (Thu Aug 27, 12:48 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Daniel Barkalow, (Sat Aug 29, 6:46 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Junio C Hamano, (Sat Aug 29, 9:06 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Junio C Hamano, (Sun Aug 30, 1:31 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Daniel Barkalow, (Mon Aug 31, 10:06 am)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Junio C Hamano, (Mon Aug 31, 4:35 pm)
Re: What's cooking in git.git (Aug 2009, #05; Wed, 26), Daniel Barkalow, (Mon Aug 31, 9:18 pm)