https://bugzilla.wikimedia.org/show_bug.cgi?id=30955
--- Comment #8 from Daniel Friesen <[email protected]> 2011-09-18 00:39:23 UTC --- (In reply to comment #7) > (In reply to comment #6) > > ;) Commit-id based version numbers will be fun when we switch to git > > *snicker* > > There's some way to get roughly equivalent functionality from Git. I don't > remember if it's a truncated hash or it uses integers, but I know there's a > hack that people have devised. It's a truncated hash, and git understands that when you give it a partial hash it should try to find a hash that starts with it. That doesn't change the fact that we move from sequential integer based revision numbers where r5 is always newer than r2. To a non-numeric commit hash which is non-ordered. So given AF456BC and BE98W9X there's no way to tell which is newer ;) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
