append to review diff instead of overwrite

master
melvinzhang 2014-11-13 10:31:32 +08:00
parent d0d478ff47
commit d2a1c9f5d9
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ firemind:
git checkout base
git merge --ff-only firemind/master
git checkout master
git diff origin/master master | sed 's/b\///' > firemind.diff
git diff origin/master master | sed 's/b\///' >> firemind.diff
make normalize_files checks debug
properties.diff: