Well that turned out ugly. Let's try again: $ diff -u <(GIT_DIR=WebKit/.git git cat-file -p df242ce698c19b591e975d88c29f7411b2f2963d) <(GIT_DIR=GitHubWebKit/.git git cat-file -p 93f4255f7cb09996f0a9a354754c7902da87d1a3) --- /dev/fd/63 2012-04-24 09:01:56.000000000 -0400 +++ /dev/fd/62 2012-04-24 09:01:56.000000000 -0400 @@ -1,7 +1,7 @@ tree 492d5271473c516151a406aa02ebdbf1b494e758 -parent 1973d7515628dd8a4b3dd7559f0b0e2073096590 -author [email protected] <[email protected]@268f45cc-cd09-0410-ab3c-d52691b4dbfc> 1335221533 +0000 -committer [email protected] <[email protected]@268f45cc-cd09-0410-ab3c-d52691b4dbfc> 1335221533 +0000 +parent 9e00d90f6474a88108fe9d875d80ba2c04302733 +author Andreas Kling <[email protected]> 1335221533 +0000 +committer Andreas Kling <[email protected]> 1335221533 +0000
[Mac] WebProcess should empty cache on a background thread/block. <http://webkit.org/b/84619> -Adam On Tue, Apr 24, 2012 at 9:03 AM, Adam Roben <[email protected]> wrote: > On Wed, Apr 18, 2012 at 11:02 AM, Simon Hausmann > <[email protected]> wrote: >> On Wednesday, April 18, 2012 06:53:46 AM ext Shezan Baig wrote: >>> Hi WebKit, >>> >>> I've been using a fork of the following repo: >>> https://github.com/WebKit/webkit >>> >>> However, yesterday there was discussion on #webkit that the SHA-1 checksums >>> on this repo are different from repo at git.webkit.org, which means folks >>> working on both need to have both versions checked out. >> >> I believe the reason for them being different is because in the github repo the >> commit author fields are resolved. > > That looks correct to me: > > > $ diff -u <(GIT_DIR=WebKit/.git git cat-file -p > df242ce698c19b591e975d88c29f7411b2f2963d) <(GIT_DIR=GitHubWebKit/.git > git cat-file -p 93f4255f7cb09996f0a9a354754c7902da87d1a3) > --- /dev/fd/63 2012-04-24 09:01:56.000000000 -0400 > +++ /dev/fd/62 2012-04-24 09:01:56.000000000 -0400 > @@ -1,7 +1,7 @@ > tree 492d5271473c516151a406aa02ebdbf1b494e758 > -parent 1973d7515628dd8a4b3dd7559f0b0e2073096590 > -author [email protected] > <[email protected]@268f45cc-cd09-0410-ab3c-d52691b4dbfc> 1335221533 > +0000 > -committer [email protected] > <[email protected]@268f45cc-cd09-0410-ab3c-d52691b4dbfc> 1335221533 > +0000 > +parent 9e00d90f6474a88108fe9d875d80ba2c04302733 > +author Andreas Kling <[email protected]> 1335221533 +0000 > +committer Andreas Kling <[email protected]> 1335221533 +0000 > > [Mac] WebProcess should empty cache on a background thread/block. > <http://webkit.org/b/84619> > > You can see above that the tree and commit message are identical > between the two repositories. But the author and committer are > different, which causes the commit hash to be different (and since > this is true for older commits as well, the parent hash is different > too). > > -Adam
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

