Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3605A17FB8 for ; Mon, 27 Oct 2014 04:34:35 +0000 (UTC) Received: (qmail 70842 invoked by uid 500); 27 Oct 2014 04:34:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 70798 invoked by uid 500); 27 Oct 2014 04:34:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 70786 invoked by uid 99); 27 Oct 2014 04:34:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2014 04:34:34 +0000 Date: Mon, 27 Oct 2014 04:34:34 +0000 (UTC) From: "Misty Stanley-Jones (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12207) A script to help keep your Git repo fresh MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misty Stanley-Jones updated HBASE-12207: ---------------------------------------- Attachment: HBASE-12207-v7.patch What I committed to Master. > A script to help keep your Git repo fresh > ----------------------------------------- > > Key: HBASE-12207 > URL: https://issues.apache.org/jira/browse/HBASE-12207 > Project: HBase > Issue Type: Improvement > Components: documentation, scripts > Reporter: Misty Stanley-Jones > Assignee: Misty Stanley-Jones > Attachments: HBASE-12207-v1.patch, HBASE-12207-v2.patch, HBASE-12207-v3.patch, HBASE-12207-v4.patch, HBASE-12207-v5.patch, HBASE-12207-v6.patch, HBASE-12207-v7.patch, HBASE-12207.patch > > > I have a script that does a {code}git pull --rebase{code} on each tracking branch, and then attempts an automatic rebase of each local branch against its tracking branch. It also prompts you to delete local branches for HBASE- JIRAs that have been closed. I think this script may help to enforce good Git practices. It may be a good candidate to be included in dev-support/. -- This message was sent by Atlassian JIRA (v6.3.4#6332)