Re: [Codestriker-user] git support
Brought to you by:
sits
|
From: David S. <dav...@gm...> - 2009-09-23 01:16:26
|
Hi Jeffrey, At a quick glance, that looks great. Thanks for passing it on. > In particular, I'm wondering about git diff's support for copy and > rename detection. It'd be nice for a copy or rename to show up as > such in the filename list, and not unnecessarily show a diff > containing the entire contents of the file. This information is We have this issue with Subversion diffs at the moment too.. Codestriker pretty much just reproduces the diff it was given. You'd have to perhaps update the filename "field" to contain this information (copied from ...). This is how Subversion diffs actually represent it. Do you have some example git diffs? Perhaps you can add those into t/FileParser/git.t? Also - just so I can update the documentation, can you email me some example repository strings for the git repository? Cheers, David |