A little request for developers who are using IRC

2015-03-20 Thread Ömer Fadıl USTA
Hello everyone, Most of us using IRC to communicate each other. So sometimes it can be a little problem if you are leaving your IRC client online while you are away. we couldn't guess or know eachothers timezone. My suggestion is to add a Metadata for our user accounts. Nickserv offers PROPERTY f

Re: Git does not pull all commits from the history

2015-03-20 Thread Alexander Potashev
2015-03-21 8:07 GMT+03:00 Ben Cooksley : > On Sat, Mar 21, 2015 at 6:01 PM, Alexander Potashev > wrote: >> Ben, can you please clarify how to fetch those backups? I don't see >> any relevant branches by running "git branch -a". > > Backups can be retrieved by running something along these lines I

Re: Git does not pull all commits from the history

2015-03-20 Thread Ben Cooksley
On Sat, Mar 21, 2015 at 6:01 PM, Alexander Potashev wrote: > 2015-03-21 1:50 GMT+03:00 Luigi Toscano : >> That's not a merge commit: it even says "Squashed commit of the following:", >> so all the commits have been merged together and applied on top of master, if >> I see the history correctly. Th

Re: Git does not pull all commits from the history

2015-03-20 Thread Alexander Potashev
2015-03-21 1:50 GMT+03:00 Luigi Toscano : > That's not a merge commit: it even says "Squashed commit of the following:", > so all the commits have been merged together and applied on top of master, if > I see the history correctly. The frameworks branch is still there, independent > from master. >

Re: Git does not pull all commits from the history

2015-03-20 Thread Ben Cooksley
On Sat, Mar 21, 2015 at 11:39 AM, Alexander Potashev wrote: > Hi, Hi Alexander, > > I noticed that not all of the commits from the KWordQuiz repository > are present in my working clone. > > Let's start with my use case. I tried to track down where a i18n > string was broken and "git blame" poin

Re: Git does not pull all commits from the history

2015-03-20 Thread Luigi Toscano
Alexander Potashev ha scritto: > Hi, > > I noticed that not all of the commits from the KWordQuiz repository > are present in my working clone. > > Let's start with my use case. I tried to track down where a i18n > string was broken and "git blame" pointed me to a merge commit > (e2d5c497 " > Mer

Git does not pull all commits from the history

2015-03-20 Thread Alexander Potashev
Hi, I noticed that not all of the commits from the KWordQuiz repository are present in my working clone. Let's start with my use case. I tried to track down where a i18n string was broken and "git blame" pointed me to a merge commit (e2d5c497 " Merge frameworks branch into master" [1]). The first