r77761 - /website/howto/quilt.pod
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Jul 23 15:07:49 UTC 2011
Author: gregoa
Date: Sat Jul 23 15:07:47 2011
New Revision: 77761
URL: http://svn.debian.org/wsvn/?sc=1&rev=77761
Log:
also mention git
Modified:
website/howto/quilt.pod
Modified: website/howto/quilt.pod
URL: http://svn.debian.org/wsvn/website/howto/quilt.pod?rev=77761&op=diff
==============================================================================
--- website/howto/quilt.pod (original)
+++ website/howto/quilt.pod Sat Jul 23 15:07:47 2011
@@ -87,9 +87,9 @@
Note that that patch is currently applied. Check it with C<quilt applied>.
-If the package is already being maintained in the pkg-perl svn repository, it is
+If the package is already being maintained in the pkg-perl svn or git repository, it is
necessary to tell svn that you have added new files. You can do this with
-C<svn add debian/patches>.
+C<svn add debian/patches> / C<git add debian/patches ; git commit>.
=head2 Applying and Unapplying Patches
More information about the Pkg-perl-cvs-commits
mailing list