Re: Preserving git history across repositories

2013-12-29 Thread Aristotle Pagaltzis
* James E Keenan jk...@verizon.net [2013-12-28 19:15]: At this point, the top-level directory merely contained the directories formerly found in ext/Pod-Html/. And 'git log' and 'git blame' indicated that the history had been preserved. Except, at one time it had lived in lib/ and you are

Re: Preserving git history across repositories

2013-12-29 Thread James E Keenan
On 12/29/13 5:30 AM, Aristotle Pagaltzis wrote: I’ve put up the result: https://github.com/ap/opodhtml Feel free to clone that as a basis for the rest of your work. When I went to that page, I saw a box labelled HTTPS clone URL where I most often see SSH clone URL. I tried the

Re: Preserving git history across repositories

2013-12-29 Thread Aristotle Pagaltzis
* James E Keenan jk...@verizon.net [2013-12-29 14:05]: When I went to that page, I saw a box labelled HTTPS clone URL where I most often see SSH clone URL. Uhm yeah, GitHub defaults the clone URL to HTTPS everywhere you do not have push access. I tried the following and did not succeed. $

Re: Preserving git history across repositories

2013-12-29 Thread James E Keenan
On 12/29/13 9:27 AM, Zefram wrote: James E Keenan wrote: When I went to that page, I saw a box labelled HTTPS clone URL where I most often see SSH clone URL. I tried the following and did not succeed. Github also supports the Git protocol, for which you just need to change the scheme part of

Re: Preserving git history across repositories

2013-12-29 Thread James E Keenan
On 12/29/13 5:30 AM, Aristotle Pagaltzis wrote: * James E Keenanjk...@verizon.net [2013-12-28 19:15]: At this point, the top-level directory merely contained the directories formerly found in ext/Pod-Html/. And 'git log' and 'git blame' indicated that the history had been preserved. Except,

Re: Preserving git history across repositories

2013-12-29 Thread Aristotle Pagaltzis
* James E Keenan jk...@verizon.net [2013-12-30 02:25]: Can you check out that the 'master' branch at https://github.com/jkeenan/opodhtml has the correct history? Looks fine. I guess you want to do something like git push -f origin aristotle:blead to do away with the old extracted history