aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cogito/files/patch-cg-init
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cogito/files/patch-cg-init')
-rw-r--r--devel/cogito/files/patch-cg-init11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cogito/files/patch-cg-init b/devel/cogito/files/patch-cg-init
new file mode 100644
index 00000000000..1bf59a0980b
--- /dev/null
+++ b/devel/cogito/files/patch-cg-init
@@ -0,0 +1,11 @@
+--- cg-init.orig Tue Jul 5 16:54:14 2005
++++ cg-init Tue Jul 5 16:54:20 2005
+@@ -38,7 +38,7 @@
+ echo "Cloned (origin $uri available as branch \"origin\")"
+ else
+ git-read-tree # Seed the dircache
+- find * \( -type f -o -type l \) -print0 | xargs -0r cg-add
++ find * \( -type f -o -type l \) -print0 | xargs -0 cg-add
+ cg-commit -C -m"Initial commit" -E
+ fi
+