669 git status 670 curl -O http://drupal.org/files/original_title_undefined-1796292-13.patch 671 git status 672 git branch 673 sudo rm -r sites 674 git checkout sites 675 git pull --rebase 676 git reset --hard 677 git checkout -b undef-forum-13 678 git apply original_title_undefined-1796292-13.patch 679 git status 680 git add core* 681 git commit -m "13" 682 git checkout 8.x 683 curl -O http://drupal.org/files/original_title_undefined-1796292-4.patch 684 git checkout -b undef-forum-4 685 git apply original_title_undefined-1796292-4.patch 686 git status 687 git add core* 688 git commit -m "4" 689 git checkout undef-forum-13 690 git diff undef-forum-4 691 git diff undef-forum-4 > interdiff-4-13.patch 692 grep -R "\ \.\ LANGUAGE_NOT_SPECIFIED\ \.\ " * 693 history > history.txt