Re: git tag --fubar

2014-07-14 Thread Jacob Carlborg via Digitalmars-d
On 13/07/14 17:00, H. S. Teoh via Digitalmars-d wrote: Yeah I always get annoyed by these security screening questions, especially when they don't let you write your own!!! They mostly involve trivia like relatives' names, dates and places, etc., that are far too easy to guess by a social

Re: git tag --fubar

2014-07-14 Thread Dicebot via Digitalmars-d
Ah I see. Your tag references merged commit but not merge commit, former being implicit part of the latter when it comes to git describe. Printing HEAD for 2.066 shows this: commit 2b795569cd892801050faec80054d91c1fb54d3c Merge: d84aadd 601d478 As you may notice it mentions d84aadd (your

Re: git tag --fubar

2014-07-14 Thread H. S. Teoh via Digitalmars-d
On Mon, Jul 14, 2014 at 11:12:41AM +0200, Jacob Carlborg via Digitalmars-d wrote: On 13/07/14 17:00, H. S. Teoh via Digitalmars-d wrote: Yeah I always get annoyed by these security screening questions, especially when they don't let you write your own!!! They mostly involve trivia like

Re: git tag --fubar

2014-07-14 Thread Andrew Edwards via Digitalmars-d
On 7/14/14, 6:47 PM, Dicebot wrote: Ah I see. Your tag references merged commit but not merge commit, former being implicit part of the latter when it comes to git describe. Printing HEAD for 2.066 shows this: commit 2b795569cd892801050faec80054d91c1fb54d3c Merge: d84aadd 601d478 As you may

Re: git tag --fubar

2014-07-14 Thread Andrew Edwards via Digitalmars-d
On 7/14/14, 11:12 PM, Andrew Edwards wrote: On 7/14/14, 6:47 PM, Dicebot wrote: Ah I see. Your tag references merged commit but not merge commit, former being implicit part of the latter when it comes to git describe. Printing HEAD for 2.066 shows this: commit

Re: git tag --fubar

2014-07-14 Thread Dicebot via Digitalmars-d
On Monday, 14 July 2014 at 14:12:37 UTC, Andrew Edwards wrote: cd dmd git checkout 2.066 git tag -m git tag -m v2.066.0-b3 2.066 git push upstream v2.066.0-b3 http://wiki.dlang.org/Simplified_Release_Process_Proposal#Releases It has worked correctly for me (resulted in 2b795569 tagged). Can

Re: git tag --fubar

2014-07-14 Thread Andrew Edwards via Digitalmars-d
On 7/15/14, 12:50 AM, Dicebot wrote: On Monday, 14 July 2014 at 14:12:37 UTC, Andrew Edwards wrote: cd dmd git checkout 2.066 git tag -m git tag -m v2.066.0-b3 2.066 git push upstream v2.066.0-b3 http://wiki.dlang.org/Simplified_Release_Process_Proposal#Releases It has worked correctly for

Re: git tag --fubar

2014-07-14 Thread Dicebot via Digitalmars-d
Yes, currently tags are OK in dmd repo: https://github.com/D-Programming-Language/dmd/commits/2.066 https://github.com/D-Programming-Language/dmd/commits/v2.066.0-b3 ..it was different at point Kenji had written his message. Have you pushed new ones recently?

Re: git tag --fubar

2014-07-14 Thread Andrew Edwards via Digitalmars-d
On 7/15/14, 7:11 AM, Dicebot wrote: Yes, currently tags are OK in dmd repo: https://github.com/D-Programming-Language/dmd/commits/2.066 https://github.com/D-Programming-Language/dmd/commits/v2.066.0-b3 ..it was different at point Kenji had written his message. Have you pushed new ones recently?

Re: git tag --fubar

2014-07-14 Thread Andrew Edwards via Digitalmars-d
On 7/15/14, 8:50 AM, Andrew Edwards wrote: After clarifying with David Nadlinger, I went ahead and push the tags from local to master and that caused the problem. Not in any way suggesting that this was David's fault, just that I didn't create the tags in a direct clone, instead I created

Re: git tag --fubar

2014-07-13 Thread Johannes Pfau via Digitalmars-d
Am Sun, 13 Jul 2014 00:27:53 + schrieb Andrew Edwards rid...@yahoo.com: I had some issues keeping things straight in my head about which repo I visited, which branch I checkout and which ones I tagged. So I decided to automate the process. Starting with v2.066.0-b3 every repo gets

Re: git tag --fubar

2014-07-13 Thread sigod via Digitalmars-d
On Sunday, 13 July 2014 at 00:27:54 UTC, Andrew Edwards wrote: Google doesn't trust me because I moved out of the country and then went on a trip... and Yahoo doesn't trust for the same reasons. Problem is, I created my recovery questions for yahoo back in 2008 and the first time they ever ask

Re: git tag --fubar

2014-07-13 Thread Joseph Rushton Wakeling via Digitalmars-d
On 13/07/14 12:24, sigod via Digitalmars-d wrote: I believe using real information for this questions is security threat. There's piece of conversation on bash that shows it: A: Listen, may be we're relatives? B: You think??? A: May be distant... What was the maiden name of your mother? B:

Re: git tag --fubar

2014-07-13 Thread H. S. Teoh via Digitalmars-d
On Sun, Jul 13, 2014 at 10:24:10AM +, sigod via Digitalmars-d wrote: On Sunday, 13 July 2014 at 00:27:54 UTC, Andrew Edwards wrote: Google doesn't trust me because I moved out of the country and then went on a trip... and Yahoo doesn't trust for the same reasons. Problem is, I created my

Re: git tag --fubar

2014-07-13 Thread Andrew Edwards via Digitalmars-d
On Sunday, 13 July 2014 at 10:06:37 UTC, Johannes Pfau wrote: Am Sun, 13 Jul 2014 00:27:53 + schrieb Andrew Edwards rid...@yahoo.com: I had some issues keeping things straight in my head about which repo I visited, which branch I checkout and which ones I tagged. So I decided to automate

Re: git tag --fubar

2014-07-13 Thread Dicebot via Digitalmars-d
On Sunday, 13 July 2014 at 16:12:02 UTC, Andrew Edwards wrote: After adding back the v2.066.0-b3 tag, I get this: dmd Switched to branch 'master' Your branch is up-to-date with 'origin/master'. v2.066.0-b1-80-ga721850 Switched to branch '2.066' Your branch is

Re: git tag --fubar

2014-07-13 Thread Andrew Edwards via Digitalmars-d
On 7/14/14, 1:36 AM, Dicebot wrote: On Sunday, 13 July 2014 at 16:12:02 UTC, Andrew Edwards wrote: After adding back the v2.066.0-b3 tag, I get this: dmd Switched to branch 'master' Your branch is up-to-date with 'origin/master'. v2.066.0-b1-80-ga721850 Switched to

git tag --fubar

2014-07-12 Thread Andrew Edwards via Digitalmars-d
I should be posting this in dmd-beta but instead I'm posting it here because I am currently locked out of my gmail account, the recovery account for which is yahoo and I'm locked out of that too. Google doesn't trust me because I moved out of the country and then went on a trip... and Yahoo

Re: git tag --fubar

2014-07-12 Thread Walter Bright via Digitalmars-d
On 7/12/2014 5:27 PM, Andrew Edwards wrote: Some advice would really be appreciated. I share your pain. Others here have rescued my github apocalyptic screwups several times.