[Scummvm-devel] modifying dreamweb asm?

Max Horn max at quendi.de
Fri Jun 17 14:36:51 CEST 2011


Am 17.06.2011 um 11:23 schrieb Eugene Sandulenko:

> On 17 June 2011 12:02, Paul Gilbert <paulfgilbert at gmail.com> wrote:
>> Could it be possible to modify the Git history to insert the unaltered
>> versions at the beginning of /devtools/tasmrecover/dreamweb?
> Modifying history on a public repository is not the best idea.
> 
> What I can do is to commit now the original version, mark it as such
> and then commit over the current state.

Hm, I wonder if we could use grafting to solve this in a nicer way. Maybe somebody who actually knows about grafting (Willem?) can clarify... 


[a minute passes] Hm, so what I could learn from a quick googling is that grafting might not help, because it is local to one system (right?), but maybe "git replace" can help, see <https://git.wiki.kernel.org/index.php/GraftPoint> and <http://progit.org/2010/03/17/replace.html> and of course the git man pages.

Then again, this might be overkill (if it works at all)

Cheers,
Max



More information about the Scummvm-devel mailing list