Alexandre Julliard : wine_release: Display renames as such in the diff stat .

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 27 05:52:09 CDT 2006


Module: tools
Branch: master
Commit: bcd4380c8a4bf9de121526bc6b5a20f6f5950297
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=bcd4380c8a4bf9de121526bc6b5a20f6f5950297

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 25 22:45:40 2006 +0200

wine_release: Display renames as such in the diff stat.

---

 wine_release |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wine_release b/wine_release
index 5d2fde7..78441ca 100755
--- a/wine_release
+++ b/wine_release
@@ -71,7 +71,7 @@ do
   nroff -man $f | ../bin/man2html --pgsize=100000 | ../html2template -o $templates_dir/en/docs/$name.template
 done
 
-git diff --stat wine-$oldver wine-$version >../ds$version.txt
+git diff -M --stat wine-$oldver wine-$version >../ds$version.txt
 
 make htmlpages && rm -rf ../WineAPI && mv documentation/html ../WineAPI
 




More information about the wine-cvs mailing list