﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AFrnchfrgg%2FTransplant%2FReplace</id>
	<title>利用者:Frnchfrgg/Transplant/Replace - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AFrnchfrgg%2FTransplant%2FReplace"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Frnchfrgg/Transplant/Replace&amp;action=history"/>
	<updated>2026-09-15T13:34:21Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Frnchfrgg/Transplant/Replace&amp;diff=144837&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Frnchfrgg/Transplant/Replace&amp;diff=144837&amp;oldid=prev"/>
		<updated>2018-06-28T21:05:26Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:05時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Frnchfrgg/Transplant/Replace&amp;diff=144836&amp;oldid=prev</id>
		<title>2013年11月19日 (火) 13:33にwiki&gt;Frnchfrggによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Frnchfrgg/Transplant/Replace&amp;diff=144836&amp;oldid=prev"/>
		<updated>2013-11-19T13:33:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
replaced=1&lt;br /&gt;
&lt;br /&gt;
while [[ $replaced = 1 ]]; do&lt;br /&gt;
&lt;br /&gt;
replaced=0&lt;br /&gt;
&lt;br /&gt;
for c in $(git rev-list mybranch --grep &amp;quot;git-svn-id&amp;quot;); do&lt;br /&gt;
    git --no-replace-objects merge-base --is-ancestor $c master || continue&lt;br /&gt;
&lt;br /&gt;
    date=$(git show -s $c --format=&amp;quot;format:%aD&amp;quot; 2&amp;gt;/dev/null)&lt;br /&gt;
    log=$(git show -s $c --format=&amp;quot;format:%B&amp;quot; | head -n 1 2&amp;gt;/dev/null)&lt;br /&gt;
&lt;br /&gt;
    [[ -z $date ]] &amp;amp;&amp;amp; break&lt;br /&gt;
    echo &amp;quot;Found commit: $date - $log&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    other=$(git rev-list -1 blender/master \&lt;br /&gt;
                         -F --grep=&amp;quot;$log&amp;quot; \&lt;br /&gt;
                         --before=&amp;quot;$date&amp;quot; \&lt;br /&gt;
                         --after=&amp;quot;$date&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
    [[ -z $other ]] &amp;amp;&amp;amp; break&lt;br /&gt;
    echo &amp;quot;Found replacement&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    for x in $c $(git rev-list --all \&lt;br /&gt;
                         -F --grep=&amp;quot;$log&amp;quot; \&lt;br /&gt;
                         --before=&amp;quot;$date&amp;quot; \&lt;br /&gt;
                         --after=&amp;quot;$date&amp;quot;); do&lt;br /&gt;
        [[ $x == $other ]] || echo &amp;quot;Replacing $x with $other&amp;quot;&lt;br /&gt;
        [[ $x == $other ]] || git replace -f $x $other&lt;br /&gt;
    done&lt;br /&gt;
&lt;br /&gt;
    replaced=1&lt;br /&gt;
    break&lt;br /&gt;
done&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Frnchfrgg</name></author>
		
	</entry>
</feed>