Hi, I am attaching patch for tar 1.20 which add support for bzr VCS
system, can you apply it for next tar release, please?

-- 
S pozdravem / Best regards
Marek Stopka
Official openSUSE community member
Kontakty / Contacts
Mobil/Cell phone: 774 59 79 40
E-mail: [EMAIL PROTECTED]
WEB: www.m4r3k.org
diff -ur tar-1.20.orig/src/tar.c tar-1.20/src/tar.c
--- tar-1.20.orig/src/tar.c	2008-04-14 14:03:13.000000000 +0200
+++ tar-1.20/src/tar.c	2008-08-28 12:24:20.560008838 +0200
@@ -831,6 +831,9 @@
 {
   int i;
   static char *vcs_file[] = {
+    /* BZR: */
+    ".bzr",
+    ".bzrignore",
     /* CVS: */
     "CVS",
     ".cvsignore",

Reply via email to