r472 - trunk/vim/patches

Pierre Habouzit pierre.habouzit at m4x.org
Thu Jan 19 16:16:27 UTC 2006


as of patches, it seems one of my commit messages, didn't make it.

I've reworked all the patches so that they :
 * are -p 0 patches, so that the name of the directory where you
   did your checkout is NOT in the patch name
 * does not contain timestamps.

to maintain that, please put in your ~/.quiltrc :

QUILT_DIFF_ARGS="--no-timestamps -p 0"
QUILT_REFRESH_ARGS="--no-timestamps -p 0"


that allow that an update of any of the patches won't create too 
garbaged diffs because of different names / timestamps.

and instead of the bloat I'm answering to, each diff would have looked 
like :

Modified: trunk/vim/patches/105_recognize-gnumakefile-am.diff
===================================================================
 Index: vim/vim/runtime/filetype.vim
 ===================================================================
 --- vim/vim/runtime/filetype.vim.orig
 +++ vim/vim/runtime/filetype.vim
-@@ -177,7 +177,7 @@
+@@ -180,7 +180,7 @@
  au BufNewFile,BufRead *.atl,*.as              setf atlas
  
  " Automake

which is less painfull.


Note that to update patches to avoid fuzyness, you can do it without any 
harm :

( set -e; quilt pop -a; \
  for i in patches/*.diff; do quilt push; quilt refresh; done )



that was my 2¢
-- 
·O·  Pierre Habouzit
··O                                                madcoder at debian.org
OOO                                                http://www.madism.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20060119/9ec2ddeb/attachment.pgp


More information about the pkg-vim-maintainers mailing list