]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: update patch generator
authorSage Weil <sage@newdream.net>
Thu, 30 Oct 2008 20:01:17 +0000 (13:01 -0700)
committerSage Weil <sage@newdream.net>
Thu, 30 Oct 2008 20:01:17 +0000 (13:01 -0700)
src/kernel/import_patch_set_into_linux_git.sh

index cd0cc1257eb9879b225b4a8b18e2dfc54c029448..b749a8205c8e4e96ca9dc48d63366c4df88fbf3a 100755 (executable)
@@ -267,5 +267,8 @@ EOF
 # build the patch files
 mkdir out
 rm out/*
-git-format-patch -o out -n series_start..HEAD
-git diff --stat series_start > out/diffstat
\ No newline at end of file
+git-format-patch -s -o out -n series_start..HEAD
+
+cp 0000 out/0000
+echo --- >> out/0000
+git diff --stat series_start >> out/0000
\ No newline at end of file