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 4598518B15 for ; Mon, 10 Aug 2015 07:03:48 +0000 (UTC) Received: (qmail 95803 invoked by uid 500); 10 Aug 2015 07:03:48 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 95757 invoked by uid 500); 10 Aug 2015 07:03:48 -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 95497 invoked by uid 99); 10 Aug 2015 07:03:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2015 07:03:48 +0000 Date: Mon, 10 Aug 2015 07:03:47 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12256) Update patch submission guidelines to call out binary file support 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-12256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679676#comment-14679676 ] Hudson commented on HBASE-12256: -------------------------------- FAILURE: Integrated in HBase-TRUNK #6708 (See [https://builds.apache.org/job/HBase-TRUNK/6708/]) HBASE-12256 Update patch submission guidelines to call out binary file support (mstanleyjones: rev aad7fbe6cd4e5e899fc4badfa7fe0264fe35c443) * src/main/asciidoc/_chapters/developer.adoc > Update patch submission guidelines to call out binary file support > ------------------------------------------------------------------ > > Key: HBASE-12256 > URL: https://issues.apache.org/jira/browse/HBASE-12256 > Project: HBase > Issue Type: Improvement > Components: documentation > Reporter: Sean Busbey > Assignee: Misty Stanley-Jones > Priority: Minor > Labels: git > Fix For: 2.0.0 > > Attachments: HBASE-12256.patch > > > Our guidelines should call out where users need to take special care if they have binary files in their diff. (binary files here means anything {{file}} detects as "data") > By default {{git diff}} won't include binary files, instead it'll just say something like "binary files differ". That'll render the patch useless. > * Update reasons to favor format-patch to include "can handle binary files changing by default". > * Add a note on {{git diff}} (or change the default args) to use {{--binary}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)