From 965d6350aa9d0c01aed5281cd4bf7d6dcd837fef Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 25 Apr 2014 05:53:16 +0400 Subject: [PATCH] Do not check for an error if create-ignore didn't create .gitignore --- svn/clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svn/clone b/svn/clone index 2ac2d34..8e880c3 100755 --- a/svn/clone +++ b/svn/clone @@ -35,7 +35,7 @@ cd "$dir" && # convert svn:ignore to .gitignore git svn create-ignore && -git commit -m "Add .gitignore" && +git commit -m "Add .gitignore" # preserve authors.txt cp -p ../authors.txt .git/info && -- 2.39.2