From 21127c7f990c228f225d4e7c69ce30997835d906 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 24 Oct 2016 11:54:45 +0200 Subject: [PATCH] UPSTREAM: 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) BUG=None BRANCH=None TEST=None 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 Change-Id: Icc60c4de486a0027fe2230e93b441e62ba022193 Reviewed-on: https://chromium-review.googlesource.com/402698 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- 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