From: Bert Wesarg <bert.wesarg@googlemail.com>
To: Petr Baudis <pasky@suse.cz>
To: Petr Baudis <pasky@suse.cz>
Cc: Bert Wesarg <bert.wesarg@googlemail.com>,
git@vger.kernel.org, martin f krafft <madduck@debian.org>,
Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>,
Marc Weber <marco-oweber@gmx.de>
Subject: [PATCH TopGit 1/3] tg-push: remove useless warning of missing bases for non-tgish branches
Date: Wed, 27 May 2009 10:16:22 +0200 [thread overview]
Message-ID: <1243412182-24126-1-git-send-email-bert.wesarg@googlemail.com> (raw)
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
---
tg-push.sh | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/tg-push.sh b/tg-push.sh
index 8d09a02..40849ae 100644
--- a/tg-push.sh
+++ b/tg-push.sh
@@ -51,12 +51,8 @@ push_branch()
$tgish_deps_only && [ -z "$_dep_is_tgish" ] && return 0
echo "$_dep"
- local base="top-bases/$_dep"
- if ref_exists "$base"; then
+ [ -z "$_dep_is_tgish" ] ||
echo "top-bases/$_dep"
- else
- echo "warning, no base found $base" 1>&2
- fi
}
for name in $branches; do
--
tg: (b725fc9..) bw/push-remove-useless-warning (depends on: master)
next reply other threads:[~2009-05-27 8:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-27 8:16 Bert Wesarg [this message]
2009-05-27 8:16 ` [TopGit PATCH v2 2/3] tg-push: prevent multiple occurences of branches Bert Wesarg
2009-05-27 8:17 ` [TopGit PATCH v2 3/3] tg-push: handle non-tgish branches Bert Wesarg
2009-05-28 7:24 ` Uwe Kleine-König
2009-05-28 7:23 ` [TopGit PATCH v2 2/3] tg-push: prevent multiple occurences of branches Uwe Kleine-König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1243412182-24126-1-git-send-email-bert.wesarg@googlemail.com \
--to=bert.wesarg@googlemail.com \
--cc=git@vger.kernel.org \
--cc=madduck@debian.org \
--cc=marco-oweber@gmx.de \
--cc=pasky@suse.cz \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).