Hi Juliusz,

What do you think of this patch? I'd like to sneak this into 1.0.4 if you
are in agreement.  It'll allow us to perhaps interoperate with a future
crazy-tagging darcs, since they'd both interperet a git repository as
having identical patches (it's just that the crazy-tagging darcs would also
see a large number of tags, which would hold the committer information).

David.

Sun Aug  7 09:31:23 EDT 2005  David Roundy <[EMAIL PROTECTED]>
  * use author field of git commit rather than committer as the darcs author.
  This is mostly to enable forward-compatibility with a possible future
  crazy-tagging scheme, but also because I think that it's better to lose the
  commiter information than the author information.

New patches:

[use author field of git commit rather than committer as the darcs author.
David Roundy <[EMAIL PROTECTED]>**20050807133123
 This is mostly to enable forward-compatibility with a possible future
 crazy-tagging scheme, but also because I think that it's better to lose the
 commiter information than the author information.
] 
<
> {
hunk ./Git.lhs 159
 gitCommitToPatchInfo :: String -> GitCommit -> PatchInfo
 gitCommitToPatchInfo _ gc = patchinfo date name author darcs_log
     where (author, date) =
-              parseAuthorLine (gitSingleCommitValue "committer" gc)
+              parseAuthorLine (gitSingleCommitValue "author" gc)
           name = head (lines comment)
           darcs_log = tail (lines comment)
           comment = snd gc
}

Context:

[fix obsolete error explanation in get_extra bug.
David Roundy <[EMAIL PROTECTED]>**20050804130610] 
[simplify fix for bug 463; reuse /// from FilePathUtils
Matt Lavin <[EMAIL PROTECTED]>**20050804021130] 
[Make curl exit with error on failed downloads
[EMAIL PROTECTED] 
[Bump up AC_PREREQ version to 2.59.
[EMAIL PROTECTED] 
[fix for bug 463 (with new test)
Matt Lavin <[EMAIL PROTECTED]>**20050802002116] 
[bump version number, since I just made a release.
David Roundy <[EMAIL PROTECTED]>**20050731190756] 
[Use simpler curl_version() function to get version string.
Kannan Goundan <[EMAIL PROTECTED]>**20050322221027] 
[fix documentation on --reorder-patches.
David Roundy <[EMAIL PROTECTED]>**20050731185406] 
[add changelog entry for bug #224.
David Roundy <[EMAIL PROTECTED]>**20050731133942] 
[fix bug when editing long comment leaves empty file.
David Roundy <[EMAIL PROTECTED]>**20050731133612] 
[TAG 1.0.4pre2
David Roundy <[EMAIL PROTECTED]>**20050731121029] 
Patch bundle hash:
9db917a8d9d4ba718f4f5bb45de353b5e987e59b
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to