Re: [PATCH] git-am --one

From: H. Peter Anvin <hpa@zytor.com>
Date: 2005-12-14 12:47:31
Junio C Hamano wrote:
> 
> I understand the motivation, but I suspect skipping mailsplit
> might be simpler, like this untested code perhaps?
> 
> 	case "$one" in
>         '')
>         	... original code ...
> 		;;
>         *)
> 		one=`printf "%${prec}d" 1`
>         	cat "$@" >"$dotest/$one"
>                 echo "$one" >"$dotest/last"
>                 ;;
> 	esac
> 

If that works, great.  I just implemented it in the "most obviously 
correct" way, meaning with as few changes as possible.

	-hpa
-
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
Received on Wed Dec 14 12:48:25 2005

This archive was generated by hypermail 2.1.8 : 2005-12-14 12:48:31 EST