summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/ooo-patch
blob: 89fc58db8748f551c8e2b3002588099bc50cc517 (plain)
1
2
3
4
5
6
7
#! /bin/sh
commit=${1-3249db59} # m5

git diff $commit layout | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-layout.diff
git diff $commit config_office scp2 | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-config_office-scp2.diff
git diff $commit svx sw | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-svx-sw.diff
git diff $commit transex3 | sed 's@^\([+-]\{3\}\) \(a\|b\)/@\1 @' > layout-dialogs-transex3.diff