Todays git migration results

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Todays git migration results
Date: 2010-08-16 17:26:56
Message-ID: AANLkTi=kEJRHOWvt8H999yqAmcRZT=99vWkp16B_rBgj@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is a ZIP file with the diffs generated when converting the
cvs repo to git based off a cvs snapshot from this morning. It
contains a diff file for every branch and every tag present. (If a
file is missing, that means there were no diffs for that branch/tag).

It's a lot of diffs - 135. But many of those are because the exact sam
ething is in all tags on a branch. The directory "unique" contains one
copy of a unique set of diffs (doesn't look at the individual changes,
just the complete diff file), which is "only" 30 different files.

As before, almost everything seems related to the initial import and
vendor branch. There is nothing in any code.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Attachment Content-Type Size
git_diffs.zip application/zip 66.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dean Rasheed 2010-08-16 17:31:35 Re: WIP: Triggers on VIEWs
Previous Message Heikki Linnakangas 2010-08-16 17:25:57 Re: JSON Patch for PostgreSQL - BSON Support?