From: Eric Wong Date: Fri, 20 Apr 2018 07:21:56 +0000 (+0000) Subject: convert: copy description and git config from v1 repo X-Git-Tag: v1.1.0-pre1~14 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=866837def71b9d70198f51e634e6141f75f0df3e;hp=866837def71b9d70198f51e634e6141f75f0df3e;p=public-inbox.git convert: copy description and git config from v1 repo I noticed I lost a $GIT_DIR/description in a conversion, so we should preserve it. While we're at it, we ought to copy any config in the old repo to the new one. We will need to warn about cloneurl since it's unfortunately not an automatic process to update. Oh well.. ---