git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Git Survey 2011; now let's not forget the index/cache/stage
       [not found] <AANLkTi=Fp89-MuYVCNFtSA25hVufbQD5TCJL-ATUDCDH@mail.gmail.com>
@ 2010-09-20 13:38 ` Jakub Narebski
  2010-09-20 23:28   ` Felipe Contreras
  2010-09-21  9:13   ` Yann Dirson
  0 siblings, 2 replies; 5+ messages in thread
From: Jakub Narebski @ 2010-09-20 13:38 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: git

On Mon, 20 Sep 2010, Felipe Contreras wrote:

> I am *extremely* disappointed with the fact the git survey doesn't
> have a way to determine how many people really use the
> index/cache/stage; I think it's one of the most important features of
> git, and I'm fairly certain most users don't know about it.

Doesn't "interactive commit / per-hunk comitting / partial commit" cover
"git index / cache / stage" response by being what git index is used for 
in explicit way?
 
> IMO the main purpose of the survey is to find out areas of improvement
> in git, and I was hoping this year it would be obvious the stage
> needed some help to make it more visible and accessible.

I don't think that having "git index / cache / stage" as a choice of
answer in multiple-choice '16) Which of the following features do you 
use?' question would tell us that.

If there were "better support for staging / interacting with index"
(perhaps with footnote describing it in more detail below) in the
'17) Which of the following features would you like to see implemented 
in git?' question, but IIRC it wasn't present in your proposal.

> 
> You agreed it would be there, and it's not, so I wonder what's the
> point of asking for feedback if it's going to be forgotten. Next time
> I think you should send the final version for review before
> publishing.

There were two issues conflated that contributed to this error
of mine.

First, I have re-checked *direct email* responses to request for 
feedback on Git User's Survey 2010 questions proposal, but I have 
forgot to re-check responses which were send only to git mailing list 
without Cc (i.e. in my case *newsgroup* responses).  I am very sorry 
for that.

Second, I has a bit unplanned time away from Internet access at the end 
of August, so I had only about a day to do re-check, edit and open the 
survey on 1 September.  I should have edited survey as soon as i got 
improvement suggestion, but the fact that one has to close all channels 
before adding new answer to a multiple-choice question (I think 
Survs.com did it for a good reason) made me postpone it.

> 
> I don't think I would care about the results this year, so can we have
> a wiki with next years's survey? I *really* want to make sure it gets
> there.

Well, nobody prevents you from starting GitSurvey2011 page on git wiki.
You can use older version of GitSurvey2010 as a template:
  https://git.wiki.kernel.org/index.php?title=GitSurvey2010&oldid=8988
(click edit and copy the contents).  Having a year for discussion about 
what questions should there be in user's survey would only improve it.

I can even post on git wiki (probably in sub-pages) the emails I have 
send to git hosting sites to announce the survey.


P.S. I can even add you as a member to 'git' account on Survs.com, so
you would be able to view and even edit survey there, but the Premium 
plan, which we have thanks to generosity of Survs.com administration 
(received after Survs.com got out of beta - first survey on Survs.com 
was run on beta), will downgrade to the Free plan on Sep 22, 2011.

Currenly the survey has more than 5000 responses (in a not whole month),
so any plan outside of Premium is out of question.  We can run 2011 
survey earlier so it wouldn't hit downgrade time, try to move to other 
survey site (http://survey.net.nz got closed, unfortunately), create 
our own survey app e.g. on Google App, ask Survs.com admins for further 
generosity, or pay for Premium account ($119/month) at least for the 
time the survey runs.

-- 
Jakub Narebski
Poland

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git Survey 2011; now let's not forget the index/cache/stage
  2010-09-20 13:38 ` Git Survey 2011; now let's not forget the index/cache/stage Jakub Narebski
@ 2010-09-20 23:28   ` Felipe Contreras
  2010-09-21  3:27     ` Jakub Narebski
  2010-09-21  9:13   ` Yann Dirson
  1 sibling, 1 reply; 5+ messages in thread
From: Felipe Contreras @ 2010-09-20 23:28 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: git

Hi,

On Mon, Sep 20, 2010 at 4:38 PM, Jakub Narebski <jnareb@gmail.com> wrote:
> On Mon, 20 Sep 2010, Felipe Contreras wrote:
>
>> I am *extremely* disappointed with the fact the git survey doesn't
>> have a way to determine how many people really use the
>> index/cache/stage; I think it's one of the most important features of
>> git, and I'm fairly certain most users don't know about it.
>
> Doesn't "interactive commit / per-hunk comitting / partial commit" cover
> "git index / cache / stage" response by being what git index is used for
> in explicit way?

Well, that's one part of the stage usage; there's a subset of 'git
checkout', and 'git diff --cached' that are totally uncovered. I think
somebody might be doing 'git add -i' without understanding where the
commit is going.

>> IMO the main purpose of the survey is to find out areas of improvement
>> in git, and I was hoping this year it would be obvious the stage
>> needed some help to make it more visible and accessible.
>
> I don't think that having "git index / cache / stage" as a choice of
> answer in multiple-choice '16) Which of the following features do you
> use?' question would tell us that.
>
> If there were "better support for staging / interacting with index"
> (perhaps with footnote describing it in more detail below) in the
> '17) Which of the following features would you like to see implemented
> in git?' question, but IIRC it wasn't present in your proposal.

Well, if the users actually knew what the stage is, your idea would
certainly be better, but I'm not so sure that's the case. A user might
select "interactive commit / per-hunk comitting / partial commit"
without realizing that's using the "stage", and just skip the question
without thinking too much about it.

So I think the first step would be to determine if people know what
the stage is, and if they use it.

>> You agreed it would be there, and it's not, so I wonder what's the
>> point of asking for feedback if it's going to be forgotten. Next time
>> I think you should send the final version for review before
>> publishing.
>
> There were two issues conflated that contributed to this error
> of mine.
>
> First, I have re-checked *direct email* responses to request for
> feedback on Git User's Survey 2010 questions proposal, but I have
> forgot to re-check responses which were send only to git mailing list
> without Cc (i.e. in my case *newsgroup* responses).  I am very sorry
> for that.
>
> Second, I has a bit unplanned time away from Internet access at the end
> of August, so I had only about a day to do re-check, edit and open the
> survey on 1 September.  I should have edited survey as soon as i got
> improvement suggestion, but the fact that one has to close all channels
> before adding new answer to a multiple-choice question (I think
> Survs.com did it for a good reason) made me postpone it.

Ok, but still, I think a final notification one week or so before
would help. Either posting the last version, or just point the wiki.

>> I don't think I would care about the results this year, so can we have
>> a wiki with next years's survey? I *really* want to make sure it gets
>> there.
>
> Well, nobody prevents you from starting GitSurvey2011 page on git wiki.
> You can use older version of GitSurvey2010 as a template:
>  https://git.wiki.kernel.org/index.php?title=GitSurvey2010&oldid=8988
> (click edit and copy the contents).  Having a year for discussion about
> what questions should there be in user's survey would only improve it.

Ok, I'll do that when I have time :)

> P.S. I can even add you as a member to 'git' account on Survs.com, so
> you would be able to view and even edit survey there, but the Premium
> plan, which we have thanks to generosity of Survs.com administration
> (received after Survs.com got out of beta - first survey on Survs.com
> was run on beta), will downgrade to the Free plan on Sep 22, 2011.

Sure, but I only would feel comfortable of updating the site after
some agreement has been reached on the wiki or ml.

Cheers.

-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git Survey 2011; now let's not forget the index/cache/stage
  2010-09-20 23:28   ` Felipe Contreras
@ 2010-09-21  3:27     ` Jakub Narebski
  0 siblings, 0 replies; 5+ messages in thread
From: Jakub Narebski @ 2010-09-21  3:27 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: git

Felipe Contreras wrote:
> On Mon, Sep 20, 2010 at 4:38 PM, Jakub Narebski <jnareb@gmail.com> wrote:

> > Second, I has a bit unplanned time away from Internet access at the end
> > of August, so I had only about a day to do re-check, edit and open the
> > survey on 1 September.  I should have edited survey as soon as i got
> > improvement suggestion, but the fact that one has to close all channels
> > before adding new answer to a multiple-choice question (I think
> > Survs.com did it for a good reason) made me postpone it.
> 
> Ok, but still, I think a final notification one week or so before
> would help. Either posting the last version, or just point the wiki.

Yes, and I have planned to do something like this, but unfortunately
and a bit unexpectedly this week fell through without access to
Internet.

-- 
Jakub Narebski
Poland

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git Survey 2011; now let's not forget the index/cache/stage
  2010-09-20 13:38 ` Git Survey 2011; now let's not forget the index/cache/stage Jakub Narebski
  2010-09-20 23:28   ` Felipe Contreras
@ 2010-09-21  9:13   ` Yann Dirson
  2010-09-22 16:38     ` Jakub Narebski
  1 sibling, 1 reply; 5+ messages in thread
From: Yann Dirson @ 2010-09-21  9:13 UTC (permalink / raw)
  To: git

>> You agreed it would be there, and it's not, so I wonder what's the
>> point of asking for feedback if it's going to be forgotten. Next time
>> I think you should send the final version for review before
>> publishing.
>
>There were two issues conflated that contributed to this error
>of mine.
>
>First, I have re-checked *direct email* responses to request for 
>feedback on Git User's Survey 2010 questions proposal, but I have 
>forgot to re-check responses which were send only to git mailing list 
>without Cc (i.e. in my case *newsgroup* responses).  I am very sorry 
>for that.

Well, all that seems to call for a git-backed survey engine, so that
suggestions could be straightforward patches !

-- 
Yann Dirson - Bertin Technologies

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git Survey 2011; now let's not forget the index/cache/stage
  2010-09-21  9:13   ` Yann Dirson
@ 2010-09-22 16:38     ` Jakub Narebski
  0 siblings, 0 replies; 5+ messages in thread
From: Jakub Narebski @ 2010-09-22 16:38 UTC (permalink / raw)
  To: Yann Dirson; +Cc: git, Felipe Contreras, Jakub Narebski

Yann Dirson <dirson@bertin.fr> writes:

> > > You agreed it would be there, and it's not, so I wonder what's the
> > > point of asking for feedback if it's going to be forgotten. Next time
> > > I think you should send the final version for review before
> > > publishing.
> >
> > There were two issues conflated that contributed to this error
> > of mine.
> >
> > First, I have re-checked *direct email* responses to request for 
> > feedback on Git User's Survey 2010 questions proposal, but I have 
> > forgot to re-check responses which were send only to git mailing list 
> > without Cc (i.e. in my case *newsgroup* responses).  I am very sorry 
> > for that.
> 
> Well, all that seems to call for a git-backed survey engine, so that
> suggestions could be straightforward patches !

While it could be quite straighforward to design survey engine which
uses git as backend for storing survey schema (the structure of
survey, including questions and choices), I don't think that git as
backend would work for storing answers, if it were to be possible to
(re)edit own answers.

And of course there is problem with *hosting* a survey app...
-- 
Jakub Narebski
Poland
ShadeHawk on #git

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-22 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTi=Fp89-MuYVCNFtSA25hVufbQD5TCJL-ATUDCDH@mail.gmail.com>
2010-09-20 13:38 ` Git Survey 2011; now let's not forget the index/cache/stage Jakub Narebski
2010-09-20 23:28   ` Felipe Contreras
2010-09-21  3:27     ` Jakub Narebski
2010-09-21  9:13   ` Yann Dirson
2010-09-22 16:38     ` Jakub Narebski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).