| *** kirillka <kirillka!~Miranda@195.242.142.17> has joined #mantisbt | 01:39 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 03:16 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 03:17 | |
| *** dejalexa_ <dejalexa_!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 03:17 | |
| *** YamakasY <YamakasY!~yamakasy@62.58.32.94> has joined #mantisbt | 03:43 | |
| *** dejalexa_ <dejalexa_!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 07:24 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 08:48 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 08:50 | |
| *** dejalexa_ <dejalexa_!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 08:50 | |
| *** kirillka <kirillka!~Miranda@195.242.142.17> has quit IRC | 09:00 | |
| *** giallu <giallu!~giallu@host229-13-dynamic.8-79-r.retail.telecomitalia.it> has joined #mantisbt | 10:33 | |
| *** giallu <giallu!~giallu@host229-13-dynamic.8-79-r.retail.telecomitalia.it> has quit IRC | 10:33 | |
| *** giallu <giallu!~giallu@fedora/giallu> has joined #mantisbt | 10:33 | |
| *** YamakasY <YamakasY!~yamakasy@62.58.32.94> has quit IRC | 12:57 | |
| *** dejalexa_ <dejalexa_!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 13:54 | |
| GitHub | [mantisbt] siebrand pushed 1 new commit to master-1.2.x: http://git.io/Q0QaIA | 15:07 |
|---|---|---|
| GitHub | mantisbt/master-1.2.x b72fdae Siebrand Mazeland: Localisation updates from https://translatewiki.net. | 15:07 |
| *** YamakasY <YamakasY!~yamakasy@62.58.32.94> has joined #mantisbt | 15:11 | |
| *** YamakasY <YamakasY!~yamakasy@62.58.32.94> has quit IRC | 16:42 | |
| *** YamakasY <YamakasY!~yamakasy@g9179.upc-g.chello.nl> has joined #mantisbt | 16:46 | |
| *** YamakasY_ <YamakasY_!~yamakasy@62.58.32.94> has joined #mantisbt | 16:48 | |
| *** YamakasY <YamakasY!~yamakasy@g9179.upc-g.chello.nl> has quit IRC | 16:50 | |
| *** dregad <dregad!~dregad@77-234.193-178.cust.bluewin.ch> has joined #mantisbt | 17:08 | |
| * dregad pokes paulr | 17:09 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has joined #mantisbt | 17:09 | |
| * paulr pokes dregad | 17:26 | |
| dregad | thought you went to bed already | 17:26 |
| paulr | no | 17:26 |
| paulr | i poked you on skype hours ago ;) | 17:26 |
| dregad | or were you just playing minecraft :P | 17:26 |
| paulr | tetris | 17:26 |
| dregad | sounds like youre bored | 17:26 |
| paulr | yres | 17:26 |
| dregad | who plays tetris in 2014 | 17:27 |
| *** YamakasY <YamakasY!~yamakasy@g9179.upc-g.chello.nl> has joined #mantisbt | 17:27 | |
| paulr | < | 17:27 |
| dregad | that is so '90s | 17:27 |
| dregad | ;) | 17:27 |
| paulr | i'm in a strange mood lately :) | 17:27 |
| dregad | so you need my help to fix your github repo | 17:30 |
| paulr | well | 17:30 |
| paulr | need to know command line to tell make github acknowledge apull request | 17:30 |
| paulr | I think it's just githubs web interface being crap | 17:31 |
| *** YamakasY_ <YamakasY_!~yamakasy@62.58.32.94> has quit IRC | 17:31 | |
| dregad | my guess is that you created a new repository instead of forking mantisbt/mantisbt | 17:31 |
| paulr | the branches I pushed | 17:32 |
| paulr | were remote branches from mantisbt/mantisbt | 17:32 |
| paulr | aka git clone mantisbt/mantis | 17:32 |
| paulr | git remote add | 17:32 |
| paulr | and git push | 17:32 |
| paulr | or whatever it is | 17:32 |
| dregad | but the question is, how did you create your repo grangeway/mantisbt | 17:32 |
| paulr | git push! | 17:33 |
| dregad | you did not first fork it from mantisbt/mantisbt then | 17:33 |
| * paulr shrugs :) | 17:33 | |
| dregad | that's the reason why you can't do pull requests i think | 17:34 |
| dregad | so i suggest | 17:34 |
| dregad | 1. delete grangeway/mantisbt | 17:34 |
| dregad | 2. fork mantisbt/mantisbt https://github.com/mantisbt/mantisbt/fork | 17:34 |
| dregad | 3. check remote to your local repo | 17:35 |
| paulr | it might be that i dont have master in the fork | 17:35 |
| dregad | no | 17:35 |
| dregad | it's because github does not consider it as a fork | 17:35 |
| paulr | right, so let me clone | 17:37 |
| dregad | did you fork it yet ? | 17:38 |
| dregad | use the link i gave you | 17:38 |
| paulr | whats the cmd line for fork btw? | 17:38 |
| dregad | it's not command line | 17:38 |
| dregad | it's github web interface | 17:39 |
| dregad | cloning a repo *is* a fork, but not in the github sense | 17:39 |
| dregad | you see the difference now ? it says "forked from mantisbt/mantisbt" - it did not do that before | 17:42 |
| dregad | so now you add git@github.com:grangeway/mantisbt.git as a remote in your local repo | 17:43 |
| paulr | yea, already got that | 17:43 |
| paulr | i've put in 2 pull requests so far | 17:43 |
| *** YamakasY_ <YamakasY_!~yamakasy@62.58.32.94> has joined #mantisbt | 17:43 | |
| *** YamakasY <YamakasY!~yamakasy@g9179.upc-g.chello.nl> has quit IRC | 17:45 | |
| paulr | need to run winmerge against my branches | 17:50 |
| paulr | and also work out how to request CVE's | 17:50 |
| dregad | for CVE's send a mail to oss security mailing list as per my email earlier this week | 17:53 |
| paulr | oh bah | 17:54 |
| paulr | my local master isn't clean | 17:54 |
| paulr | that's annoying | 17:57 |
| *** YamakasY_ <YamakasY_!~yamakasy@62.58.32.94> has quit IRC | 17:59 | |
| dregad | what do you mean not clean | 18:00 |
| paulr | had commits in it | 18:00 |
| dregad | reset it | 18:01 |
| dregad | git co master | 18:01 |
| dregad | git co -b save-commits | 18:01 |
| dregad | actually make that git br save-commits | 18:01 |
| dregad | then git reset --hard origin/master | 18:01 |
| dregad | so you have your local commits in another branch and a clean master branch | 18:02 |
| paulr | oops | 18:03 |
| paulr | might have just done that on the wrong local folder / | 18:04 |
| dregad | you mean you trashed your repo ? | 18:08 |
| paulr | one of them :) | 18:08 |
| dregad | you know how to use reflog ? | 18:08 |
| paulr | it'll be fine | 18:09 |
| paulr | anyway, whts reflog? | 18:09 |
| dregad | http://git-scm.com/docs/git-reflog | 18:10 |
| dregad | your "undo" after stupid git reset --hard commands | 18:10 |
| dregad | ;) | 18:10 |
| paulr | tbh, I reset one of my 'fixmess' branches that was trying to merge 2.x and master | 18:12 |
| paulr | so probably fine | 18:12 |
| paulr | hmm | 18:19 |
| paulr | wow | 18:19 |
| paulr | :( | 18:21 |
| dregad | what | 18:22 |
| paulr | so much stuff that I fixed in 2.x branch that needs porting to 1.3 | 18:22 |
| paulr | right, will write a script to automate some of it tomorrow | 18:23 |
| paulr | or something | 18:23 |
| paulr | tired now :P | 18:23 |
| GitHub | [mantisbt] dregad pushed 2 new commits to master-1.2.x: http://git.io/dHUDWw | 18:52 |
| GitHub | mantisbt/master-1.2.x 00b4c17 Paul Richards: Fix CVE-2014-1608: mc_issue_attachment_get SQL injection... | 18:52 |
| GitHub | mantisbt/master-1.2.x 7efe017 Paul Richards: Fix CVE-2014-1609: SQL injection vulnerabilities... | 18:52 |
| GitHub | [mantisbt] dregad pushed 2 new commits to master: http://git.io/dvn1YA | 18:52 |
| GitHub | mantisbt/master 3be86ce Paul Richards: Fix CVE-2014-1608: mc_issue_attachment_get SQL injection... | 18:52 |
| GitHub | mantisbt/master 7d76827 Paul Richards: Fix CVE-2014-1609: SQL injection vulnerabilities... | 18:52 |
| GitHub | [mantisbt] dregad pushed 1 new commit to master-1.2.x: http://git.io/EpZTeA | 18:59 |
| GitHub | mantisbt/master-1.2.x cd4847a Damien Regad: Travis: remove notification to mantisbt-cvs list [skip ci] | 18:59 |
| GitHub | [mantisbt] dregad pushed 1 new commit to master: http://git.io/tXCkPQ | 18:59 |
| GitHub | mantisbt/master 56ed4e5 Damien Regad: Travis: remove notification to mantisbt-cvs list [skip ci] | 18:59 |
| travis-ci | [travis-ci] Build #53: dregad/mantisbt fix-16706 (f3d5f60) Damien Regad - The build passed. | 19:04 |
| travis-ci | [travis-ci] Build details: http://travis-ci.org/dregad/mantisbt/builds/17491691 | 19:04 |
| travis-ci | [travis-ci] Code Changes: https://github.com/dregad/mantisbt/compare/9f505060d49d^...f3d5f60bbfeb | 19:04 |
| dregad | I'm done for tonight | 19:22 |
| paulr | nn | 19:23 |
| *** dregad <dregad!~dregad@77-234.193-178.cust.bluewin.ch> has quit IRC | 19:40 | |
| *** YamakasY <YamakasY!~yamakasy@g9179.upc-g.chello.nl> has joined #mantisbt | 20:00 | |
| *** YamakasY <YamakasY!~yamakasy@g9179.upc-g.chello.nl> has quit IRC | 20:03 | |
| *** dejalexander <dejalexander!~dejalexan@94-194-42-47.zone8.bethere.co.uk> has quit IRC | 20:17 | |
| *** intripoon_ <intripoon_!~quassel@manz-4db79a5a.pool.mediaWays.net> has joined #mantisbt | 21:38 | |
| *** intripoon <intripoon!~quassel@manz-5f74a93a.pool.mediaWays.net> has quit IRC | 21:42 | |
| *** YamakasY <YamakasY!~yamakasy@g9179.upc-g.chello.nl> has joined #mantisbt | 22:01 | |
| *** YamakasY <YamakasY!~yamakasy@g9179.upc-g.chello.nl> has quit IRC | 22:05 | |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!