* Status of git.git repository
@ 2005-07-30 2:11 Junio C Hamano
2005-08-01 3:29 ` Horst von Brand
2005-08-04 22:26 ` Petr Baudis
0 siblings, 2 replies; 3+ messages in thread
From: Junio C Hamano @ 2005-07-30 2:11 UTC (permalink / raw)
To: git
I've been trying to streamline my workflow since I took it over
from Linus, and I think I am getting used to it. So here is a
short summary of what I am doing in the git.git repository.
Right now, there are two branches on kernel.org git.git
repository. I would not rewind "master" so if I find out any
screwups and need to do an emergency fix, that fix would go on
top of the tip of "master" (I just did one today X-< due to lack
of testing).
On the other hand, "pu" is rebased every time "master" advances.
They are queued patches I receive in e-mails, and they hopefully
will graduate to be part of "master" when I feel they look OK,
and I feel that objections from the list were non-issues. Of
course some may drop out without graduating. Please consider
seeing your patch in "pu" branch an ACK from me, but seeing it
sitting in "pu" for a long time is a sign of trouble.
By the way, do people mind my posting my own patches to the
list? I keep the same in the "pu" (proposed updates) branch, so
if the list readers think I am just adding noise to the list
traffic, I would stop doing so, and instead just invite
interested people to browse the "pu" branch.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Status of git.git repository
2005-07-30 2:11 Status of git.git repository Junio C Hamano
@ 2005-08-01 3:29 ` Horst von Brand
2005-08-04 22:26 ` Petr Baudis
1 sibling, 0 replies; 3+ messages in thread
From: Horst von Brand @ 2005-08-01 3:29 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Junio C Hamano <junkio@cox.net> wrote:
[...]
> By the way, do people mind my posting my own patches to the
> list? I keep the same in the "pu" (proposed updates) branch, so
> if the list readers think I am just adding noise to the list
> traffic, I would stop doing so, and instead just invite
> interested people to browse the "pu" branch.
It's fine with me for you to post your patches here. I'd hope that by
posting your patches get more review (and might spark ideas elsewhere).
I.e., open source development, Linus style.
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Status of git.git repository
2005-07-30 2:11 Status of git.git repository Junio C Hamano
2005-08-01 3:29 ` Horst von Brand
@ 2005-08-04 22:26 ` Petr Baudis
1 sibling, 0 replies; 3+ messages in thread
From: Petr Baudis @ 2005-08-04 22:26 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Dear diary, on Sat, Jul 30, 2005 at 04:11:48AM CEST, I got a letter
where Junio C Hamano <junkio@cox.net> told me that...
> By the way, do people mind my posting my own patches to the
> list? I keep the same in the "pu" (proposed updates) branch, so
> if the list readers think I am just adding noise to the list
> traffic, I would stop doing so, and instead just invite
> interested people to browse the "pu" branch.
Browsing the "pu" branch may be bothersome and you won't ensure that the
related discussion stays in a single thread, and posting the patches
here makes them generally more visible, so I think it's a good idea to
keep doing so.
Cogito (and Git itself as well, I guess) does not handle those
"volatile" branches well at all - following them is difficult since
Cogito will think that you did some local commits and want to do a tree
merge. Would anyone consider doing
if ref(updatebranch) == ref(master) then
merge: always_fastforward
else
merge: perhaps_treemerge
a Bad Thing (tm)? It seems to me that it should do the right thing and
never get it wrong.
--
Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
If you want the holes in your knowledge showing up try teaching
someone. -- Alan Cox
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-04 22:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-30 2:11 Status of git.git repository Junio C Hamano
2005-08-01 3:29 ` Horst von Brand
2005-08-04 22:26 ` Petr Baudis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox