* Git roadmap (How read What's cooking in git.git)
@ 2010-11-16 12:53 Sebastien Douche
2010-11-16 13:38 ` Ævar Arnfjörð Bjarmason
2010-11-18 14:05 ` Jakub Narebski
0 siblings, 2 replies; 7+ messages in thread
From: Sebastien Douche @ 2010-11-16 12:53 UTC (permalink / raw)
To: git list, Junio C Hamano
Hi Junio,
I'm starting a french blog[1] on git to support workshops[2]. The goal
is to explain deeply the philosophy, the commands and subcommands,
workflows, etc. And also to aggregate headlines of the git world,
follow events and announce git releases. For the latter, it's a bit
hard (for a non core developer) to follow the development. From your
point of view, how we could set up a roadmap and a "what's new"?
[1] http://blog.gitfr.net
[2] 100% free, with 50 attendees for the first workshop, 70 for the second!
--
Sebastien Douche <sdouche@gmail.com>
Twitter: @sdouche (agile, lean, python, git, open source)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Git roadmap (How read What's cooking in git.git)
2010-11-16 12:53 Git roadmap (How read What's cooking in git.git) Sebastien Douche
@ 2010-11-16 13:38 ` Ævar Arnfjörð Bjarmason
2010-11-18 1:55 ` Sebastien Douche
2010-11-18 14:05 ` Jakub Narebski
1 sibling, 1 reply; 7+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-11-16 13:38 UTC (permalink / raw)
To: Sebastien Douche; +Cc: git list, Junio C Hamano
On Tue, Nov 16, 2010 at 13:53, Sebastien Douche <sdouche@gmail.com> wrote:
> I'm starting a french blog[1] on git to support workshops[2]. The goal
> is to explain deeply the philosophy, the commands and subcommands,
> workflows, etc. And also to aggregate headlines of the git world,
> follow events and announce git releases. For the latter, it's a bit
> hard (for a non core developer) to follow the development. From your
> point of view, how we could set up a roadmap and a "what's new"?
Projects that have a "Roadmap" are usually the ones that have paid
developers, where someone will centrally plan what things get worked
on. Then assign developers to those tasks.
Git is a free software project. So it can't have a "Roadmap" in the
same sense.
What we'll end up implementing is a function of what patches people
send, and which of those patches end up passing review and get into
git.git.
You can get something like a roadmap just by following what people are
working on, and asking them what they want to do next.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Git roadmap (How read What's cooking in git.git)
2010-11-16 13:38 ` Ævar Arnfjörð Bjarmason
@ 2010-11-18 1:55 ` Sebastien Douche
2010-11-18 14:41 ` Nguyen Thai Ngoc Duy
0 siblings, 1 reply; 7+ messages in thread
From: Sebastien Douche @ 2010-11-18 1:55 UTC (permalink / raw)
To: Ævar Arnfjörð Bjarmason; +Cc: git list, Junio C Hamano
On Tue, Nov 16, 2010 at 14:38, Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote:
Hi Ævar,
thank you for your response.
> Projects that have a "Roadmap" are usually the ones that have paid
> developers, where someone will centrally plan what things get worked
> on. Then assign developers to those tasks.
It's a bit surprising that you (the core devs) haven't any ideas on
the future versions. But roadmap is maybe a misleading word, I talk to
leverage a bit the visibility of the project for users. It's not a
major point, "what's cooking" is a nice overview (understand it is a
different kettle of fish).
> What we'll end up implementing is a function of what patches people
> send, and which of those patches end up passing review and get into
> git.git.
Cool.
> You can get something like a roadmap just by following what people are
> working on, and asking them what they want to do next.
Understood. I will make it.
BTW, congrats. Git is a wonderful piece of software.
--
Sebastien Douche <sdouche@gmail.com>
Twitter: @sdouche (agile, lean, python, git, open source)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Git roadmap (How read What's cooking in git.git)
2010-11-16 12:53 Git roadmap (How read What's cooking in git.git) Sebastien Douche
2010-11-16 13:38 ` Ævar Arnfjörð Bjarmason
@ 2010-11-18 14:05 ` Jakub Narebski
2010-11-18 15:25 ` Sebastien Douche
1 sibling, 1 reply; 7+ messages in thread
From: Jakub Narebski @ 2010-11-18 14:05 UTC (permalink / raw)
To: Sebastien Douche; +Cc: git list
Sebastien Douche <sdouche@gmail.com> writes:
> I'm starting a french blog[1] on git to support workshops[2]. The goal
> is to explain deeply the philosophy, the commands and subcommands,
> workflows, etc. And also to aggregate headlines of the git world,
> follow events and announce git releases. For the latter, it's a bit
> hard (for a non core developer) to follow the development. From your
> point of view, how we could set up a roadmap and a "what's new"?
>
> [1] http://blog.gitfr.net
There is Junio's blog which sometimes contain interesting bits about git:
http://gitster.livejournal.com/
There is also "A git blog looking to be official" (with announcements
and git top links, etc)
http://gitlog.wordpress.com/
I know that it doesn't really answer your question, but Git User's Surveys
included question about what features one would want in Git, see for example
https://git.wiki.kernel.org/index.php/GitSurvey2010
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-11-18 15:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 12:53 Git roadmap (How read What's cooking in git.git) Sebastien Douche
2010-11-16 13:38 ` Ævar Arnfjörð Bjarmason
2010-11-18 1:55 ` Sebastien Douche
2010-11-18 14:41 ` Nguyen Thai Ngoc Duy
[not found] ` <m3eiai657o.fsf@localhost.localdomain>
2010-11-18 15:31 ` Sebastien Douche
2010-11-18 14:05 ` Jakub Narebski
2010-11-18 15:25 ` Sebastien Douche
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).