Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=7009b8984aaea056fcfc468259da31c542ec66ee
commit 7009b8984aaea056fcfc468259da31c542ec66ee
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Sat Dec 29 00:49:47 2007 +0100
repoman: fix repoman rec <commitmsg>
using paths with -a is not something logical..
diff --git a/repoman b/repoman
index ed51268..6220dee 100755
--- a/repoman
+++ b/repoman
@@ -293,8 +293,9 @@ _check_nobuild()
_do_record()
{
if [ "$F_makepkg_scm" = "git" ]; then
+ git add -u .
echo -e "$pkgname-$pkgver-$pkgrel-$arch
-$@" | git commit -a -F - .
+$@" | git commit -F -
else
root="`_get_root`"
echo -e "`LANG= LC_ALL= date +"%a %b %d %H:%M:%S %Z %Y"`
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git