[SCM] Vim packaging branch, debian, updated. upstream/7.2.245-1036-g31ec817

James Vega jamessan at debian.org
Thu Oct 29 03:34:48 UTC 2009


The following commit has been merged in the debian branch:
commit 87f3b00f6c8c826933aba155149c5743b8110956
Author: James Vega <jamessan at debian.org>
Date:   Wed Oct 28 23:13:26 2009 -0400

    update-runtime: Use -A option for git-add so deleted files are committed.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/update-runtime b/debian/update-runtime
index d8cbb03..a28fdb7 100755
--- a/debian/update-runtime
+++ b/debian/update-runtime
@@ -42,7 +42,7 @@ rsync -avzcP --delete --include="en.*" --include="he.vim" --include="yi.vim" \
       --include="cleanadd.vim" --exclude="*" \
       ftp.vim.org::Vim/runtime/spell/ runtime/spell
 
-git add runtime
+git add -A runtime
 git commit -m 'Sync runtime files'
 
 for b in deb/runtime debian; do

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list