[kernel] r22942 - people/benh
Ben Hutchings
benh at moszumanska.debian.org
Wed Sep 9 19:58:22 UTC 2015
Author: benh
Date: Wed Sep 9 19:58:22 2015
New Revision: 22942
Log:
linux-2.6-add-patch: Add new files with git not svn
Modified:
people/benh/linux-2.6-add-patch
Modified: people/benh/linux-2.6-add-patch
==============================================================================
--- people/benh/linux-2.6-add-patch Tue Aug 11 15:41:19 2015 (r22941)
+++ people/benh/linux-2.6-add-patch Wed Sep 9 19:58:22 2015 (r22942)
@@ -22,12 +22,12 @@
# Copy and make it versioned
cp "$source" "$dest_full"
-svn add "$dest_full"
+git add "$dest_full"
# Add to series and make sure series is versioned
if [ ! -f "$series" ]; then
touch "$series"
- svn add "$series"
+ git add "$series"
fi
echo "+ $dest" >> "$series"
More information about the Kernel-svn-changes
mailing list