Re: [PATCHv2 0/5] git-config and large integers

2013-09-09 Thread Junio C Hamano
Yikes. The updated series looks very sensible, but I already have the previous one in 'next'. Will do the usual "revert and requeue" dance... -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.

[PATCHv2 0/5] git-config and large integers

2013-09-08 Thread Jeff King
Here's a re-roll (and re-design) of my series to help with "git config" and large integers. It takes the different approach we discussed of simply removing (well, increasing) the range limits for "git config --int". I also improved the error messages for bogus config (patches 3-4). [1/5]: confi