Re: VCS comparison table

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matthew D. Fuller
Date: Sunday, October 22, 2006 - 5:46 am

[ Time to trim up CC's a bit ]

On Sat, Oct 21, 2006 at 01:47:08PM -0700 I heard the voice of
Carl Worth, and lo! it spake thus:

Oh, I don't mean the whole topic in general.  It's just that there are
only so many ways one can say "revnos are only valid in certain
situations", and I really think we must have hit them all by now.  We
all agree on that; we just disagree (probably highly based on
differing workflows) on the commonness and extent of those situations.



This ties in a bit with what you say below, so I'll address it there.


  [...]

This seems correct; at least, it's correct enough to work from until
we find a detail wrong.



True (though see below).



Rather, unless you can one way or another access the branch the number
was for, there's NO way.



I think it's using that 'c' word there that's causing contention here;
we're ascribing different meanings to it.

Revnos only apply to a specific "branch" (in this usage, I'm talking
about branch abstractly and somewhat specifically; more in a moment),
and so except by wild coincidence are only useful in talking about
that branch.  One of the two cases (the second discussed later) where
that's useful is when you have long-lived branches.  In git,
apparently, you don't have long-lived "branches" in this particular
meaning of the word, but the way people use bzr they do.  Perhaps this
is what you mean by 'centralization'.

That long-lived branch doesn't have to be any sort of "trunk", though
it usually is; it could as easily be something totally peripheral.


Now, details of that use of "branch".  In mathematical terms, a branch
may be defined purely by its head rev (and the graph built up by
recursing through all the parents), but in [bzr] UI and mental model
terms, a "branch" is that plus its mainline[0]; the left-most or first
line of descent, which colloquially is the difference between 'things
I commit' and 'things I merge'.

Let me try flexing my git-expression muscles here.  Given a branch at
a specific point in time, you point at the head rev, and there's a
subset we call 'mainline' of the whole set of parents, which is
expressed by following the 'first' parent pointers back to a single
origin (there can be 50 origins in the whole graph, of course, but
only one of them is on the 'mainline').  At some later time, more
revisions have been added to the graph, and the head rev is now
something "later".  If, at that later time, all the nodes which were
previously on that 'mainline' are still on it tracing back from the
new head, then in the sense I'm using "branch", it's still the same
"branch".  All the revnos referring to its earlier incarnation are
still valid for this one (though there are new ones tacked onto the
end; that doesn't affect the pre-existing ones).

[I THINK we all understand that, but just making sure]


[0] This probably causes some confusion too, since I know I'm guilty
    of using the word 'mainline' both in the sense of a 'trunk'
    branch, and this particular path through one branch.  _I_ think
    it's usually clear from context, but I guess it probably isn't for
    those with a different mental modeling of "branch".



One thing to note here is that that 1.2.1 and 1.2.2 came into your
first branch here by merging from another branch (call that branch
'b').  When you created your new branch here that now has (3,2,1),
those numbers are the same as the numbers that existed locally in 'b'
at the time 1.2.2 was its 'head'.  In a sense, then, you've just
recreated [a copy of] "branch" 'b' at that time.  So, in a way, by
taking a copy of the current bzr.dev branch, you can recreate the
entire state of any branches that were merged into it as of the time
they were merged (excluding cases of cherrypicking, or when merging
prior to the head of those branches of course).



This is an instance of the second case (first above) where the revnos,
applying just to one branch, become useful.  And, it's probably the
case I'm most attached to.

The great majority (I'd say easily 80%) of my references to revisions
are transient.  Most of 'em have probably exhausted their usefulness
in an hour; many of them (as in interaction with the tool you
mentioned) in just a couple seconds.  Virtually all my branches live
longer than that, so the limited lifespan of the numbers in the grand
scheme doesn't matter a whit.

So, from above, some of the places they're handier:

- Typing.  I know, copy and paste copies and pastes one string just as
  well as another, and long strings just as well as short.  But I
  don't want to copy&paste; I want to ^Z out of log and run a quick
  diff, between two revisions only one of which is on my screen at the
  time.  I can just remember the offscreen revno I'm comparing
  against, and it's very easy to quickly type the numbers,
  particularly since 95% of the time I'm comparing mainline revs so I
  don't even have to think about dotted forms.


- Some forms of communicating.  I can yell numbers across the room
  without concern about whether they'll be interpreted right.  Even 6
  digits of an SHA-1 hash are a lot harder to do that with.  I can
  hold revnos in my head while I walk down the hall to talk to
  somebody about them, or pick up a phone, or go to a meeting.  I can
  scrawl them on notepads or whiteboards.  In all these cases, the
  only reason for which I'm communicating that revno will be exhausted
  very shortly, so it's completely irrelevant whether it's meaningful
  in 5 years, or next week.


- Visual comparing (this is one that's useful on the long-lived
  branches, as well as transient stuff) and information gathering.  I
  can hold in my head "Yeah, I looked at 1350 of Joe's branch", and if
  I see an email from him "Oh, I fixed a bug in 1358" or "in 1293", I
  can know just from that whether I saw the fix or not.

  If somebody says "I introduced a bug in revision 3841, and fixed it
  in 3843", I know the window where that bug is in play is probably
  pretty small, whereas "introduced in 3841, fixed in 5337" tells me
  it was alive a looong time.

  bzr.dev is currently on revno 2091.  I didn't know that, I had to
  look it up.  But I knew it was a little past 2000, just from loosely
  watching it.  If somebody talks about something that happened in
  revno 1800, I know automatically "That was fairly recent", compared
  to talking about revno 75, where I know "Wow, that was a long time
  ago".

  This property is true of bzr revids as well.  If I see talk about
  revision "mbp@sourcefrog.net-20050520021228-bc46a17f07eff7f9", I
  know right away Martin committed it, and it was a year and a half
  ago.  If I see talk about an oops in revision "af38cc3", that just
  tells me that somebody screwed up, and it gets mentally filed away
  or goes in one eye and out the other.  But if I see talk about an
  oops in revision "fullermd@over-yonder.net-[...]", that rings bright
  blue bells that tell me that *I* screwed up and I need to jump on
  that right now.  In a sufficiently small projects with sufficiently
  discrete task division, I may even be able to guess offhand based on
  the person and date what bit of functionality the commit references,
  though that's a much lower probability.

  It can also be useful in looking at cases where you don't
  necessarily have the tool.  Compare putting CVS's rcsid tags in
  strings in the source.  static const char *rcsid = "$Id"; and the
  like.  Then you can use 'ident' on the compiled binaries to see the
  revs of files in them.  If somebody says "foo.c has a bug in 1.34,
  fixed in 1.37", I can without any VCS interaction just look at the
  compiled binary and tell whether I'm prior to the bug, have the bug,
  or after the fix.  If the binary is known to be compiled from a
  particular branch, a tree-wide revno tells me that too.  A revid
  (even one containing a date) won't tell me that; I'll have to find
  the tool and a copy of the tree and find out if my rev contains that
  other rev.

  Now, on any given revision reference, I probably don't care about
  most of those bits of info.  I may not care about any of them, but I
  often care about at least one or two.  And we all probably have
  wildly varying appraisals of the commonness of various of the
  situations described.  And yes, a lot of them are just mental
  heuristics.  Sure, with a completely opaque id, I could pull up the
  tool to look up any of those (and a lot more information besides),
  the gain is I don't HAVE to.  Just knowing some bit of that info can
  often tell me if I don't care to investigate whatever the revision
  is being referenced for at all, or that I need to put doing so at
  the top of my priority list.




In bzr, that would be "bzr diff -r-2..-1" (or just "-r-2.." since
open-ended revspecs pretty much work like you'd expect them to).  IME,
that only works well maybe 4 or 5 revs back; past that, you spend too
much time counting, and it's easier to just whack in the number from
log.

bzr _doesn't_, OTOH, have anything like HEAD^2, for selecting
alternate parent paths.  That's probably use-pattern bias; we hardly
ever do something like that, so it's never occurred to us to add the
ability to.



I do imagine that.  And I think I'd hit it, since I often look around
revs that aren't right near the tip; trying to figure out
"HEAD~293..HEAD~38" is even worse than excavating the sha1sum's.



-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: VCS comparison table, Jakub Narebski, (Sat Oct 14, 9:40 am)
Re: VCS comparison table, Jon Smirl, (Sat Oct 14, 10:18 am)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 14, 10:42 am)
Re: VCS comparison table, Aaron Bentley, (Mon Oct 16, 3:26 pm)
Re: VCS comparison table, Andy Whitcroft, (Mon Oct 16, 3:35 pm)
Re: VCS comparison table, Jakub Narebski, (Mon Oct 16, 4:19 pm)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 16, 4:35 pm)
Re: VCS comparison table, Nguyen Thai Ngoc Duy, (Mon Oct 16, 4:39 pm)
Re: VCS comparison table, Johannes Schindelin, (Mon Oct 16, 4:45 pm)
Re: VCS comparison table, Jakub Narebski, (Mon Oct 16, 4:55 pm)
Re: VCS comparison table, Johannes Schindelin, (Mon Oct 16, 5:04 pm)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 16, 5:08 pm)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 16, 5:23 pm)
Re: VCS comparison table, Luben Tuikov, (Mon Oct 16, 5:29 pm)
Re: VCS comparison table, Johannes Schindelin, (Mon Oct 16, 5:36 pm)
Re: VCS comparison table, Nguyen Thai Ngoc Duy, (Mon Oct 16, 6:17 pm)
Re: VCS comparison table, Petr Baudis, (Mon Oct 16, 7:40 pm)
Re: VCS comparison table, Aaron Bentley, (Mon Oct 16, 9:24 pm)
Re: VCS comparison table, Aaron Bentley, (Mon Oct 16, 9:31 pm)
Re: VCS comparison table, Aaron Bentley, (Mon Oct 16, 9:56 pm)
Re: VCS comparison table, Aaron Bentley, (Mon Oct 16, 10:08 pm)
Re: VCS comparison table, Shawn Pearce, (Mon Oct 16, 10:20 pm)
Re: VCS comparison table, Carl Worth, (Mon Oct 16, 10:25 pm)
Re: VCS comparison table, Shawn Pearce, (Mon Oct 16, 10:31 pm)
Re: VCS comparison table, Junio C Hamano, (Mon Oct 16, 11:23 pm)
Re: VCS comparison table, Christian MICHON, (Tue Oct 17, 12:26 am)
Re: VCS comparison table, Andreas Ericsson, (Tue Oct 17, 12:50 am)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 1:15 am)
Re: VCS comparison table, Andreas Ericsson, (Tue Oct 17, 1:16 am)
Re: VCS comparison table, Martin Pool, (Tue Oct 17, 1:21 am)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 1:30 am)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 2:20 am)
Re: VCS comparison table, Robert Collins, (Tue Oct 17, 2:33 am)
Re: VCS comparison table, Robert Collins, (Tue Oct 17, 2:37 am)
Re: VCS comparison table, Robert Collins, (Tue Oct 17, 2:40 am)
Re: VCS comparison table, Andreas Ericsson, (Tue Oct 17, 2:59 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 3:01 am)
Re: VCS comparison table, Andreas Ericsson, (Tue Oct 17, 3:08 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 3:23 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 3:23 am)
Re: VCS comparison table, Johannes Schindelin, (Tue Oct 17, 3:30 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 3:35 am)
Re: VCS comparison table, Matthias Kestenholz, (Tue Oct 17, 3:45 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 3:47 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 4:19 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 4:38 am)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 4:45 am)
Re: VCS comparison table, Andreas Ericsson, (Tue Oct 17, 5:00 am)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 5:02 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 5:03 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 5:07 am)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 5:56 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 5:57 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 6:27 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 6:33 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 6:44 am)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 6:48 am)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 6:55 am)
Re: VCS comparison table, Andreas Ericsson, (Tue Oct 17, 7:01 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 7:01 am)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 7:05 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 7:08 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 7:19 am)
Re: VCS comparison table, Olivier Galibert, (Tue Oct 17, 7:19 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 7:24 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 7:34 am)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 7:41 am)
Re: VCS comparison table, Linus Torvalds, (Tue Oct 17, 8:03 am)
Re: VCS comparison table, Andreas Ericsson, (Tue Oct 17, 8:05 am)
Re: VCS comparison table, Sean, (Tue Oct 17, 8:06 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 8:32 am)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 8:37 am)
Re: VCS comparison table, Linus Torvalds, (Tue Oct 17, 9:41 am)
Re: VCS comparison table, J. Bruce Fields, (Tue Oct 17, 11:52 am)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 12:44 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 12:51 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 1:01 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 2:01 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 2:27 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 2:51 pm)
Re: VCS comparison table, Sean, (Tue Oct 17, 3:00 pm)
Re: VCS comparison table, Linus Torvalds, (Tue Oct 17, 3:03 pm)
Re: VCS comparison table, Robert Collins, (Tue Oct 17, 3:27 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 3:28 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 3:44 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 3:53 pm)
Re: VCS comparison table, Sean, (Tue Oct 17, 3:56 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 3:57 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 3:59 pm)
Re: VCS comparison table, Linus Torvalds, (Tue Oct 17, 4:09 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 4:11 pm)
Re: VCS comparison table, Linus Torvalds, (Tue Oct 17, 4:16 pm)
Re: VCS comparison table, Sean, (Tue Oct 17, 4:18 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 4:24 pm)
Re: VCS comparison table, Petr Baudis, (Tue Oct 17, 4:28 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 4:33 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 4:35 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 4:39 pm)
Re: VCS comparison table, Linus Torvalds, (Tue Oct 17, 4:50 pm)
Re: VCS comparison table, Petr Baudis, (Tue Oct 17, 5:00 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 5:23 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 5:24 pm)
Re: VCS comparison table, Petr Baudis, (Tue Oct 17, 5:25 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 5:30 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 5:38 pm)
Re: VCS comparison table, Petr Baudis, (Tue Oct 17, 5:39 pm)
Re: VCS comparison table, Petr Baudis, (Tue Oct 17, 5:42 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 5:46 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 5:48 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 5:50 pm)
Re: VCS comparison table, Petr Baudis, (Tue Oct 17, 5:57 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 6:00 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 6:05 pm)
Re: VCS comparison table, Petr Baudis, (Tue Oct 17, 6:11 pm)
Re: VCS comparison table, Carl Worth, (Tue Oct 17, 6:25 pm)
Re: VCS comparison table, Jakub Narebski, (Tue Oct 17, 6:28 pm)
Re: VCS comparison table, Carl Worth, (Tue Oct 17, 6:44 pm)
Re: VCS comparison table, Petr Baudis, (Tue Oct 17, 6:46 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 8:10 pm)
Re: VCS comparison table, Ryan Anderson, (Tue Oct 17, 8:25 pm)
Re: VCS comparison table, Aaron Bentley, (Tue Oct 17, 8:27 pm)
Re: VCS comparison table, Linus Torvalds, (Tue Oct 17, 8:35 pm)
Re: VCS comparison table, Robert Collins, (Tue Oct 17, 9:55 pm)
Re: VCS comparison table, Jeff King, (Tue Oct 17, 10:36 pm)
Re: VCS comparison table, Junio C Hamano, (Tue Oct 17, 10:57 pm)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 11:22 pm)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 17, 11:44 pm)
Re: VCS comparison table, Shawn Pearce, (Wed Oct 18, 12:16 am)
Re: VCS comparison table, Andreas Ericsson, (Wed Oct 18, 1:13 am)
Re: VCS comparison table, Andreas Ericsson, (Wed Oct 18, 1:39 am)
Re: VCS comparison table, Andreas Ericsson, (Wed Oct 18, 1:53 am)
Re: VCS comparison table, Peter Baumann, (Wed Oct 18, 2:04 am)
Re: VCS comparison table, Jakub Narebski, (Wed Oct 18, 2:07 am)
Re: VCS comparison table, Jakub Narebski, (Wed Oct 18, 2:20 am)
Re: VCS comparison table, zindar, (Wed Oct 18, 2:28 am)
Re: VCS comparison table, Matthew D. Fuller, (Wed Oct 18, 3:32 am)
Re: VCS comparison table, Petr Baudis, (Wed Oct 18, 4:08 am)
Re: VCS comparison table, Petr Baudis, (Wed Oct 18, 4:15 am)
Re: VCS comparison table, Jakub Narebski, (Wed Oct 18, 4:17 am)
Re: VCS comparison table, Andreas Ericsson, (Wed Oct 18, 4:19 am)
Re: VCS comparison table, Matthew D. Fuller, (Wed Oct 18, 5:43 am)
Re: VCS comparison table, Sean, (Wed Oct 18, 6:02 am)
Re: VCS comparison table, zindar, (Wed Oct 18, 6:09 am)
Re: VCS comparison table, Jakub Narebski, (Wed Oct 18, 6:10 am)
Re: VCS comparison table, Linus Torvalds, (Wed Oct 18, 7:52 am)
Re: VCS comparison table, Linus Torvalds, (Wed Oct 18, 8:31 am)
Re: VCS comparison table, Carl Worth, (Wed Oct 18, 8:38 am)
Re: VCS comparison table, Jakub Narebski, (Wed Oct 18, 8:50 am)
Re: VCS comparison table, Linus Torvalds, (Wed Oct 18, 9:07 am)
Re: VCS comparison table, Linus Torvalds, (Wed Oct 18, 9:22 am)
Re: VCS comparison table, Aaron Bentley, (Wed Oct 18, 9:31 am)
Re: VCS comparison table, Jeff Licquia, (Wed Oct 18, 11:03 am)
[ANNOUNCE] Example Cogito Addon - cogito-bundle, Petr Baudis, (Wed Oct 18, 11:52 am)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Petr Baudis, (Wed Oct 18, 11:59 am)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 12:04 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Nicolas Pitre, (Wed Oct 18, 12:09 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Nicolas Pitre, (Wed Oct 18, 12:13 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 12:18 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Nicolas Pitre, (Wed Oct 18, 12:33 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 12:33 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Wed Oct 18, 1:08 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 1:46 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 1:47 pm)
Re: VCS comparison table, Charles Duffy, (Wed Oct 18, 2:04 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Wed Oct 18, 2:17 pm)
Re: VCS comparison table, Jeff King, (Wed Oct 18, 2:20 pm)
Re: VCS comparison table, Sean, (Wed Oct 18, 2:29 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 2:32 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Nicolas Pitre, (Wed Oct 18, 2:41 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 2:41 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 2:42 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 2:52 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Wed Oct 18, 2:55 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 2:56 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Wed Oct 18, 3:00 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 3:02 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 3:05 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 3:07 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 3:11 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 3:13 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Wed Oct 18, 3:42 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 3:48 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Nicolas Pitre, (Wed Oct 18, 4:18 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Shawn Pearce, (Wed Oct 18, 4:22 pm)
Re: VCS comparison table, Charles Duffy, (Wed Oct 18, 4:31 pm)
Re: VCS comparison table, Johannes Schindelin, (Wed Oct 18, 4:48 pm)
Re: VCS comparison table, Sean, (Wed Oct 18, 4:49 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Johannes Schindelin, (Wed Oct 18, 4:50 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Wed Oct 18, 5:07 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Wed Oct 18, 5:15 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Johannes Schindelin, (Wed Oct 18, 5:31 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Wed Oct 18, 5:46 pm)
Re: VCS comparison table, Charles Duffy, (Wed Oct 18, 6:58 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Nicolas Pitre, (Wed Oct 18, 8:01 pm)
Re: VCS comparison table, Aaron Bentley, (Wed Oct 18, 8:10 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Junio C Hamano, (Wed Oct 18, 8:46 pm)
Re: VCS comparison table, Carl Worth, (Wed Oct 18, 10:21 pm)
Re: VCS comparison table, Jan Hudec, (Wed Oct 18, 10:33 pm)
Re: VCS comparison table, Martin Pool, (Wed Oct 18, 10:56 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Alexander Belchenko, (Wed Oct 18, 11:46 pm)
Re: VCS comparison table, zindar, (Thu Oct 19, 12:02 am)
Re: VCS comparison table, Christian MICHON, (Thu Oct 19, 1:49 am)
Re: VCS comparison table, Andreas Ericsson, (Thu Oct 19, 1:58 am)
Re: VCS comparison table, Matthieu Moy, (Thu Oct 19, 2:10 am)
Re: VCS comparison table, Matthew D. Fuller, (Thu Oct 19, 2:10 am)
Re: VCS comparison table, Johannes Schindelin, (Thu Oct 19, 4:01 am)
Re: VCS comparison table, Charles Duffy, (Thu Oct 19, 4:10 am)
Re: VCS comparison table, Andreas Ericsson, (Thu Oct 19, 4:15 am)
Re: VCS comparison table, Johannes Schindelin, (Thu Oct 19, 4:24 am)
Re: VCS comparison table, Karl , (Thu Oct 19, 4:27 am)
Re: VCS comparison table, Charles Duffy, (Thu Oct 19, 4:30 am)
Re: VCS comparison table, Petr Baudis, (Thu Oct 19, 4:37 am)
Re: VCS comparison table, Petr Baudis, (Thu Oct 19, 4:46 am)
Re: VCS comparison table, Matthieu Moy, (Thu Oct 19, 5:04 am)
Re: VCS comparison table, Petr Baudis, (Thu Oct 19, 5:33 am)
Re: VCS comparison table, Matthieu Moy, (Thu Oct 19, 6:44 am)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Nicolas Pitre, (Thu Oct 19, 7:27 am)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Thu Oct 19, 7:55 am)
Re: VCS comparison table, Tim Webster, (Thu Oct 19, 7:57 am)
Re: VCS comparison table, Aaron Bentley, (Thu Oct 19, 7:58 am)
Re: VCS comparison table, Matthew D. Fuller, (Thu Oct 19, 8:17 am)
Re: VCS comparison table, Linus Torvalds, (Thu Oct 19, 8:25 am)
Re: VCS comparison table, Aaron Bentley, (Thu Oct 19, 8:30 am)
Re: VCS comparison table, Ramon Diaz-Uriarte, (Thu Oct 19, 8:45 am)
Re: VCS comparison table, Matthew D. Fuller, (Thu Oct 19, 9:01 am)
Re: VCS comparison table, Carl Worth, (Thu Oct 19, 9:03 am)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Jan Harkes, (Thu Oct 19, 9:07 am)
Re: VCS comparison table, Matthew D. Fuller, (Thu Oct 19, 9:13 am)
Re: VCS comparison table, Matthieu Moy, (Thu Oct 19, 9:14 am)
Re: VCS comparison table, Matthieu Moy, (Thu Oct 19, 9:38 am)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Linus Torvalds, (Thu Oct 19, 9:48 am)
Re: VCS comparison table, Linus Torvalds, (Thu Oct 19, 9:49 am)
Re: VCS comparison table, Carl Worth, (Thu Oct 19, 9:59 am)
Re: VCS comparison table, Carl Worth, (Thu Oct 19, 10:01 am)
Re: VCS comparison table, Matthew D. Fuller, (Thu Oct 19, 10:06 am)
Re: VCS comparison table, J. Bruce Fields, (Thu Oct 19, 10:14 am)
Re: VCS comparison table, Linus Torvalds, (Thu Oct 19, 11:30 am)
Re: VCS comparison table, Matthieu Moy, (Thu Oct 19, 11:54 am)
Re: VCS comparison table, Junio C Hamano, (Thu Oct 19, 12:16 pm)
Re: VCS comparison table, Linus Torvalds, (Thu Oct 19, 1:47 pm)
Re: VCS comparison table, Aaron Bentley, (Thu Oct 19, 4:01 pm)
Re: VCS comparison table, Ryan Anderson, (Thu Oct 19, 4:28 pm)
Re: VCS comparison table, Carl Worth, (Thu Oct 19, 4:42 pm)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Jan Harkes, (Thu Oct 19, 5:20 pm)
[PATCH 2/2] Remove unused index tracking code., Jan Harkes, (Thu Oct 19, 5:20 pm)
Re: VCS comparison table, Aaron Bentley, (Thu Oct 19, 6:06 pm)
Re: [PATCH 2/2] Remove unused index tracking code., Nicolas Pitre, (Thu Oct 19, 6:11 pm)
Re: [PATCH 2/2] Remove unused index tracking code., Junio C Hamano, (Thu Oct 19, 6:35 pm)
Re: [PATCH 2/2] Remove unused index tracking code., Jan Harkes, (Thu Oct 19, 7:27 pm)
Re: [PATCH 2/2] Remove unused index tracking code., Junio C Hamano, (Thu Oct 19, 7:30 pm)
Re: [PATCH 2/2] Remove unused index tracking code., Jan Harkes, (Thu Oct 19, 7:46 pm)
Re: VCS comparison table, James Henstridge, (Thu Oct 19, 7:53 pm)
Re: VCS comparison table, Tim Webster, (Thu Oct 19, 8:14 pm)
Re: [PATCH 2/2] Remove unused index tracking code., Nicolas Pitre, (Thu Oct 19, 8:36 pm)
Re: VCS comparison table, Tim Webster, (Thu Oct 19, 8:40 pm)
Re: VCS comparison table, Aaron Bentley, (Thu Oct 19, 9:05 pm)
Re: VCS comparison table, Linus Torvalds, (Thu Oct 19, 10:05 pm)
Re: VCS comparison table, Lachlan Patrick, (Fri Oct 20, 12:47 am)
Re: VCS comparison table, James Henstridge, (Fri Oct 20, 1:26 am)
Re: VCS comparison table, Johannes Schindelin, (Fri Oct 20, 1:38 am)
Re: VCS comparison table, zindar, (Fri Oct 20, 1:56 am)
Re: VCS comparison table, Matthieu Moy, (Fri Oct 20, 2:43 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 2:51 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 2:57 am)
Re: VCS comparison table, Matthieu Moy, (Fri Oct 20, 3:02 am)
Re: VCS comparison table, Petr Baudis, (Fri Oct 20, 3:13 am)
Re: VCS comparison table, Petr Baudis, (Fri Oct 20, 3:16 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 3:19 am)
Re: VCS comparison table, James Henstridge, (Fri Oct 20, 3:42 am)
Re: VCS comparison table, Andy Whitcroft, (Fri Oct 20, 3:45 am)
Re: VCS comparison table, James Henstridge, (Fri Oct 20, 3:45 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 4:00 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 4:50 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 5:01 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 6:17 am)
Re: VCS comparison table , Horst H. von Brand, (Fri Oct 20, 6:22 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 6:26 am)
Re: VCS comparison table, Petr Baudis, (Fri Oct 20, 6:36 am)
Re: VCS comparison table, Christian MICHON, (Fri Oct 20, 6:46 am)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Aaron Bentley, (Fri Oct 20, 7:03 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 7:12 am)
Re: VCS comparison table, Jeff King, (Fri Oct 20, 7:12 am)
Re: VCS comparison table, Jeff King, (Fri Oct 20, 7:31 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 7:40 am)
Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle, Jeff King, (Fri Oct 20, 7:41 am)
Re: VCS comparison table, Johannes Schindelin, (Fri Oct 20, 7:52 am)
Re: VCS comparison table, James Henstridge, (Fri Oct 20, 7:59 am)
Re: VCS comparison table, J. Bruce Fields, (Fri Oct 20, 8:33 am)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 8:34 am)
Re: VCS comparison table, Jeff King, (Fri Oct 20, 8:43 am)
Re: VCS comparison table, Carl Worth, (Fri Oct 20, 2:48 pm)
Re: VCS comparison table, Jakub Narebski, (Fri Oct 20, 3:50 pm)
Re: VCS comparison table, Petr Baudis, (Fri Oct 20, 3:58 pm)
Re: VCS comparison table, Junio C Hamano, (Fri Oct 20, 10:49 pm)
Re: VCS comparison table, Jan Hudec, (Sat Oct 21, 5:30 am)
Re: VCS comparison table, Matthew D. Fuller, (Sat Oct 21, 6:01 am)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 7:08 am)
Re: VCS comparison table, Jan Hudec, (Sat Oct 21, 8:56 am)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 9:13 am)
Re: VCS comparison table, zindar, (Sat Oct 21, 9:31 am)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 9:59 am)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 10:41 am)
Re: VCS comparison table, Aaron Bentley, (Sat Oct 21, 10:57 am)
Re: VCS comparison table, Matthew D. Fuller, (Sat Oct 21, 11:11 am)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 11:20 am)
Re: VCS comparison table, Jan Hudec, (Sat Oct 21, 11:58 am)
Re: VCS comparison table, Sean, (Sat Oct 21, 12:02 pm)
Re: VCS comparison table, Jeff King, (Sat Oct 21, 12:19 pm)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 12:30 pm)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 12:41 pm)
Re: VCS comparison table, Jan Hudec, (Sat Oct 21, 12:47 pm)
Re: VCS comparison table, Linus Torvalds, (Sat Oct 21, 12:55 pm)
Re: VCS comparison table, Aaron Bentley, (Sat Oct 21, 1:05 pm)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 1:19 pm)
Re: VCS comparison table, Carl Worth, (Sat Oct 21, 1:47 pm)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 1:48 pm)
Re: VCS comparison table, Sean, (Sat Oct 21, 1:53 pm)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 1:55 pm)
Re: VCS comparison table, Linus Torvalds, (Sat Oct 21, 2:10 pm)
Re: VCS comparison table, Matthew D. Fuller, (Sat Oct 21, 2:46 pm)
Re: VCS comparison table, Sean, (Sat Oct 21, 3:06 pm)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 3:25 pm)
Re: VCS comparison table, Edgar Toernig, (Sat Oct 21, 3:52 pm)
Re: VCS comparison table, Jeff Licquia, (Sat Oct 21, 4:07 pm)
Re: VCS comparison table, Sean, (Sat Oct 21, 4:25 pm)
Re: VCS comparison table, Aaron Bentley, (Sat Oct 21, 4:39 pm)
Re: VCS comparison table, Jeff Licquia, (Sat Oct 21, 4:42 pm)
Re: VCS comparison table, Carl Worth, (Sat Oct 21, 4:49 pm)
Re: VCS comparison table, Carl Worth, (Sat Oct 21, 5:04 pm)
Re: VCS comparison table, Jeff Licquia, (Sat Oct 21, 5:07 pm)
Re: VCS comparison table, Jakub Narebski, (Sat Oct 21, 5:14 pm)
Re: VCS comparison table, Linus Torvalds, (Sat Oct 21, 5:47 pm)
Re: VCS comparison table, Jan Hudec, (Sun Oct 22, 12:45 am)
Re: VCS comparison table, Jakub Narebski, (Sun Oct 22, 2:05 am)
Re: VCS comparison table, zindar, (Sun Oct 22, 2:56 am)
Re: VCS comparison table, Matthew D. Fuller, (Sun Oct 22, 5:46 am)
Re: VCS comparison table, Jakub Narebski, (Sun Oct 22, 6:23 am)
Re: VCS comparison table, Carl Worth, (Sun Oct 22, 7:25 am)
Re: VCS comparison table, Matthieu Moy, (Sun Oct 22, 7:27 am)
Re: VCS comparison table, zindar, (Sun Oct 22, 7:48 am)
Re: VCS comparison table, Jakub Narebski, (Sun Oct 22, 7:55 am)
Re: VCS comparison table, Jakub Narebski, (Sun Oct 22, 8:04 am)
Re: VCS comparison table, Petr Baudis, (Sun Oct 22, 9:02 am)
Re: VCS comparison table, Matthew D. Fuller, (Sun Oct 22, 11:53 am)
Re: VCS comparison table, David Clymer, (Sun Oct 22, 12:18 pm)
Re: VCS comparison table, Jakub Narebski, (Sun Oct 22, 12:27 pm)
Re: VCS comparison table, David Clymer, (Sun Oct 22, 12:36 pm)
Re: VCS comparison table, Jakub Narebski, (Sun Oct 22, 12:57 pm)
Re: VCS comparison table, Jakub Narebski, (Sun Oct 22, 1:06 pm)
Re: VCS comparison table, David Clymer, (Mon Oct 23, 4:56 am)
Re: VCS comparison table, Jakub Narebski, (Mon Oct 23, 5:54 am)
Re: VCS comparison table, James Henstridge, (Mon Oct 23, 8:01 am)
Re: VCS comparison table, David Lang, (Mon Oct 23, 9:57 am)
Re: VCS comparison table, Aaron Bentley, (Mon Oct 23, 10:18 am)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 23, 10:29 am)
Re: VCS comparison table, Jakub Narebski, (Mon Oct 23, 10:53 am)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 23, 11:04 am)
Re: VCS comparison table, Jakub Narebski, (Mon Oct 23, 11:21 am)
Re: VCS comparison table, Jelmer Vernooij, (Mon Oct 23, 11:26 am)
Re: VCS comparison table, Jakub Narebski, (Mon Oct 23, 11:31 am)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 23, 11:34 am)
Re: VCS comparison table, Jelmer Vernooij, (Mon Oct 23, 11:44 am)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 23, 11:45 am)
Re: VCS comparison table, Jelmer Vernooij, (Mon Oct 23, 11:56 am)
Re: VCS comparison table, Shawn Pearce, (Mon Oct 23, 12:02 pm)
Re: VCS comparison table, Jakub Narebski, (Mon Oct 23, 12:12 pm)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 23, 12:18 pm)
Re: VCS comparison table, Jeff King, (Mon Oct 23, 1:06 pm)
Re: VCS comparison table, Jakub Narebski, (Mon Oct 23, 1:29 pm)
Re: VCS comparison table, Matthew D. Fuller, (Mon Oct 23, 3:21 pm)
Re: VCS comparison table, David Lang, (Mon Oct 23, 3:28 pm)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 23, 3:44 pm)
Re: VCS comparison table, Matthew D. Fuller, (Mon Oct 23, 5:26 pm)
Re: VCS comparison table, David Clymer, (Mon Oct 23, 8:24 pm)
Re: VCS comparison table, Lachlan Patrick, (Mon Oct 23, 11:02 pm)
Re: VCS comparison table, Shawn Pearce, (Mon Oct 23, 11:23 pm)
Re: VCS comparison table, Linus Torvalds, (Mon Oct 23, 11:31 pm)
Re: VCS comparison table, David Rientjes, (Mon Oct 23, 11:45 pm)
Re: VCS comparison table, Matthieu Moy, (Tue Oct 24, 2:51 am)
Re: VCS comparison table, Linus Torvalds, (Tue Oct 24, 8:15 am)
Re: VCS comparison table, David Lang, (Tue Oct 24, 8:58 am)
Re: VCS comparison table, Matthew D. Fuller, (Tue Oct 24, 9:34 am)
Re: VCS comparison table, David Lang, (Tue Oct 24, 11:03 am)
Re: VCS comparison table, David Rientjes, (Tue Oct 24, 1:12 pm)
Re: VCS comparison table, Matthew D. Fuller, (Tue Oct 24, 5:27 pm)
Re: VCS comparison table, Jeff King, (Wed Oct 25, 1:48 am)
Re: VCS comparison table, David Rientjes, (Wed Oct 25, 2:19 am)
Re: VCS comparison table, Andreas Ericsson, (Wed Oct 25, 2:35 am)
Re: VCS comparison table, Jakub Narebski, (Wed Oct 25, 2:46 am)
Re: VCS comparison table, Jeff King, (Wed Oct 25, 2:49 am)
Re: VCS comparison table, Andreas Ericsson, (Wed Oct 25, 2:52 am)
Re: VCS comparison table, Matthieu Moy, (Wed Oct 25, 2:57 am)
Re: VCS comparison table, James Henstridge, (Wed Oct 25, 3:08 am)
Re: VCS comparison table, Andreas Ericsson, (Wed Oct 25, 6:49 am)
Re: VCS comparison table, Carl Worth, (Wed Oct 25, 8:54 am)
Re: VCS comparison table, David Rientjes, (Wed Oct 25, 10:21 am)
Re: VCS comparison table, Jeff King, (Wed Oct 25, 2:03 pm)
Re: VCS comparison table, Junio C Hamano, (Wed Oct 25, 2:08 pm)
Re: VCS comparison table, Jeff King, (Wed Oct 25, 2:16 pm)
Re: VCS comparison table, Junio C Hamano, (Wed Oct 25, 2:32 pm)
Re: VCS comparison table, Junio C Hamano, (Wed Oct 25, 2:50 pm)
Re: VCS comparison table, David Lang, (Wed Oct 25, 2:51 pm)
Re: VCS comparison table, Shawn Pearce, (Wed Oct 25, 3:15 pm)
Re: VCS comparison table, David Lang, (Wed Oct 25, 3:40 pm)
Re: VCS comparison table, David Lang, (Wed Oct 25, 3:41 pm)
Re: VCS comparison table, Matthew D. Fuller, (Wed Oct 25, 4:53 pm)
Re: VCS comparison table, Linus Torvalds, (Wed Oct 25, 7:29 pm)
Re: VCS comparison table, James Henstridge, (Thu Oct 26, 1:52 am)
Re: VCS comparison table, Junio C Hamano, (Thu Oct 26, 2:33 am)
Re: VCS comparison table, Andreas Ericsson, (Thu Oct 26, 2:50 am)
Re: VCS comparison table, James Henstridge, (Thu Oct 26, 2:57 am)
Re: VCS comparison table, Jeff King, (Thu Oct 26, 3:10 am)
Re: VCS comparison table, Andreas Ericsson, (Thu Oct 26, 3:13 am)
Re: VCS comparison table, zindar, (Thu Oct 26, 3:45 am)
Re: VCS comparison table, Vincent Ladeuil, (Thu Oct 26, 3:52 am)
Re: VCS comparison table, Jeff King, (Thu Oct 26, 4:13 am)
Re: VCS comparison table, Jeff King, (Thu Oct 26, 4:15 am)
Re: VCS comparison table, Andreas Ericsson, (Thu Oct 26, 4:15 am)
Re: VCS comparison table, Andreas Ericsson, (Thu Oct 26, 4:25 am)
Re: VCS comparison table, Matthew D. Fuller, (Thu Oct 26, 5:12 am)
Re: VCS comparison table, Aaron Bentley, (Thu Oct 26, 6:47 am)
Re: VCS comparison table, Linus Torvalds, (Thu Oct 26, 8:05 am)
Re: VCS comparison table, Vincent Ladeuil, (Thu Oct 26, 9:04 am)
Re: VCS comparison table, Linus Torvalds, (Thu Oct 26, 9:21 am)
Re: VCS comparison table, David Lang, (Thu Oct 26, 9:30 am)
Re: VCS comparison table, Nicolas Pitre, (Thu Oct 26, 10:03 am)
Re: VCS comparison table, David Lang, (Thu Oct 26, 10:04 am)
Re: VCS comparison table, Linus Torvalds, (Thu Oct 26, 10:16 am)
Re: VCS comparison table, Nicolas Pitre, (Thu Oct 26, 10:24 am)
Re: VCS comparison table, Jan Hudec, (Mon Oct 30, 2:46 pm)
git and bzr, Joseph Wakeling, (Mon Nov 27, 5:01 pm)
Re: git and bzr, Sean, (Mon Nov 27, 5:40 pm)
Re: git and bzr, Linus Torvalds, (Mon Nov 27, 7:57 pm)
Re: git and bzr, zindar, (Tue Nov 28, 5:10 am)
Re: git and bzr, Joseph Wakeling, (Tue Nov 28, 7:23 pm)
Re: git and bzr, Linus Torvalds, (Tue Nov 28, 8:51 pm)
git blame [was: git and bzr], Joseph Wakeling, (Wed Nov 29, 5:17 am)
Re: git blame [was: git and bzr], Linus Torvalds, (Wed Nov 29, 9:39 am)
Re: git and bzr, Nicholas Allen, (Thu Nov 30, 5:36 am)
Re: git and bzr, Johannes Schindelin, (Thu Nov 30, 5:47 am)
Re: git and bzr, Linus Torvalds, (Thu Nov 30, 9:45 am)
Re: git blame [was: git and bzr], Joseph Wakeling, (Thu Nov 30, 11:24 am)
Re: git blame [was: git and bzr], Linus Torvalds, (Thu Nov 30, 11:44 am)
Re: git blame [was: git and bzr], Carl Worth, (Thu Nov 30, 12:55 pm)
Re: git blame [was: git and bzr], Johannes Schindelin, (Thu Nov 30, 3:17 pm)
Re: git blame [was: git and bzr], J. Bruce Fields, (Thu Nov 30, 3:24 pm)
Re: git blame, Junio C Hamano, (Thu Nov 30, 3:38 pm)
Re: git blame, Johannes Schindelin, (Thu Nov 30, 3:53 pm)