From cd48d198367b044fee356bd0137aefe1f56bb878 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 24 Oct 2016 11:54:45 +0200 Subject: [PATCH] Rename and move util/gitconfig/rebase.sh It has nothing to do with git configuration, but is one of our convenience scripts. It also has nothing to do with rebases (except that it can be comfortably used through git rebase --exec) Change-Id: Icc60c4de486a0027fe2230e93b441e62ba022193 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/17101 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Paul Menzel --- util/{gitconfig/rebase.sh => scripts/cross-repo-cherrypick} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename util/{gitconfig/rebase.sh => scripts/cross-repo-cherrypick} (100%) diff --git a/util/gitconfig/rebase.sh b/util/scripts/cross-repo-cherrypick similarity index 100% rename from util/gitconfig/rebase.sh rename to util/scripts/cross-repo-cherrypick