From 4de26d55ac4c258d96b69c2f05bef57eb3b046ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C4=81nis=20R=C5=ABcis?= Date: Mon, 16 Aug 2010 20:01:50 +0300 Subject: [PATCH] s/import-pk3/pk3-import/ --- misc/tools/{git-import-pk3 => git-pk3-import} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename misc/tools/{git-import-pk3 => git-pk3-import} (94%) diff --git a/misc/tools/git-import-pk3 b/misc/tools/git-pk3-import similarity index 94% rename from misc/tools/git-import-pk3 rename to misc/tools/git-pk3-import index b6d04826..ee081d48 100755 --- a/misc/tools/git-import-pk3 +++ b/misc/tools/git-pk3-import @@ -1,6 +1,6 @@ #!/bin/sh -# git-import-pk3: Import a PK3 into a branch of a bare Git repo. +# git-pk3-import: Import a PK3 into a branch of a bare Git repo. set -x @@ -81,7 +81,7 @@ trap cleanup EXIT # Set up index file, makes testing easier [ -z "$GIT_INDEX_FILE" ] && { - export GIT_INDEX_FILE="$GIT_DIR/import-pk3-index" + export GIT_INDEX_FILE="$GIT_DIR/pk3-import-index" cleanup_index=t } @@ -129,5 +129,5 @@ die "found no changes to commit" # Commit the index and point the ref to the new commit tree=$(git write-tree) && commit=$(message | git commit-tree $tree -p $parent) && -git update-ref -m "import-pk3: $pk3name" $ref $commit || +git update-ref -m "pk3-import: $pk3name" $ref $commit || die "couldn't commit changes" -- 2.39.2