[kernel-team] 44/47: linux-2.6-add-patch: Add new files with git not svn
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Dec 21 00:30:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository kernel-team.
commit bd47c1555fa65a99ed047d263fc321555dee762b
Author: Ben Hutchings <benh at debian.org>
Date: Wed Sep 9 19:58:22 2015 +0000
linux-2.6-add-patch: Add new files with git not svn
svn path=/people/benh/; revision=22942
---
scripts/benh/linux-2.6-add-patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/benh/linux-2.6-add-patch b/scripts/benh/linux-2.6-add-patch
index 044692c..46f76b1 100755
--- a/scripts/benh/linux-2.6-add-patch
+++ b/scripts/benh/linux-2.6-add-patch
@@ -22,12 +22,12 @@ fi
# 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git
More information about the Kernel-svn-changes
mailing list