Author: djpig
Date: 2006-02-11 00:11:02 +0000 (Sat, 11 Feb 2006)
New Revision: 102

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/scripts/dpkg-source.pl
Log:
Add .git directory to default dpkg-source -i regex.
Suggested by Hans Ulrich Niedermann. Closes: #351885


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2006-02-10 16:22:50 UTC (rev 101)
+++ trunk/ChangeLog     2006-02-11 00:11:02 UTC (rev 102)
@@ -1,3 +1,8 @@
+2006-02-11  Frank Lichtenheld  <[EMAIL PROTECTED]>
+
+       * scripts/dpkg-source.pl: Add .git to
+       $diff_ignore_default_regexp
+
 2006-02-10  Denis Barbier  <[EMAIL PROTECTED]>
 
        * scripts/dpkg-source.pl: Touch all patched files

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-02-10 16:22:50 UTC (rev 101)
+++ trunk/debian/changelog      2006-02-11 00:11:02 UTC (rev 102)
@@ -30,6 +30,8 @@
     more complex setups (Julian Gilbey). Closes: #163061
   * Add files and dirs used by bzr to default dpkg-source -i regex
     (maximilian attems). Closes: #345164
+  * Add .git directory to default dpkg-source -i regex.
+    Suggested by Hans Ulrich Niedermann. Closes: #351885
   * dpkg-scanpackages can now output Packages files with multiple
     versions of a single package (Don Armstrong). Closes: #229589.
   * dpkg-scanpackages outputs help when given the --help or -h option

Modified: trunk/scripts/dpkg-source.pl
===================================================================
--- trunk/scripts/dpkg-source.pl        2006-02-10 16:22:50 UTC (rev 101)
+++ trunk/scripts/dpkg-source.pl        2006-02-11 00:11:02 UTC (rev 102)
@@ -20,7 +20,7 @@
 # File-names that should be ignored (never directories)
 (?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore)$|
 # File or directory names that should be ignored
-(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|_darcs|\.bzr(?:\.backup)?)(?:$|/.*$)
+(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|_darcs|\.git|\.bzr(?:\.backup)?)(?:$|/.*$)
 ';
 
 # Take out comments and newlines


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to