What's cooking in git.git (Sep 2013, #07; Mon, 23)

2013-09-23 Thread Jonathan Nieder
What's cooking in git.git (Sep 2013, #07; Mon, 23) -- Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'. The fifth batch of topics are in 'master

Re: What's cooking in git.git (Sep 2013, #07; Mon, 23)

2013-09-23 Thread Stefan Beller
On 09/23/2013 11:10 PM, Jonathan Nieder wrote: You can find the changes described here in the integration branches at https://repo.or.cz/r/git/jrn.git I am still catching up on patches sent since last week. If I have missed yours, do not despair, but feel free to send me a reminder to

Re: What's cooking in git.git (Sep 2013, #07; Mon, 23)

2013-09-23 Thread Jonathan Nieder
Stefan Beller wrote: On 09/23/2013 11:10 PM, Jonathan Nieder wrote: https://repo.or.cz/r/git/jrn.git [...] How would I get these changes? A plain git fetch https://repo.or.cz/r/git/jrn.git doesn't work, as it yields: fatal: unable to access 'https://repo.or.cz/r/git/jrn.git/':

Re: What's cooking in git.git (Sep 2013, #07; Mon, 23)

2013-09-23 Thread Jonathan Nieder
Stefan Beller wrote: git fetch https://repo.or.cz/r/git/jrn.git doesn't work, as it yields: fatal: unable to access 'https://repo.or.cz/r/git/jrn.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Ah, figured it out.

Re: What's cooking in git.git (Sep 2013, #07; Mon, 23)

2013-09-23 Thread Kyle J. McKay
On Sep 23, 2013, at 14:54, Jonathan Nieder wrote: Stefan Beller wrote: git fetch https://repo.or.cz/r/git/jrn.git doesn't work, as it yields: fatal: unable to access 'https://repo.or.cz/r/git/jrn.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-