Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB66610E61 for ; Mon, 7 Oct 2013 19:52:20 +0000 (UTC) Received: (qmail 12543 invoked by uid 500); 7 Oct 2013 19:52:20 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 12458 invoked by uid 500); 7 Oct 2013 19:52:20 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 12450 invoked by uid 99); 7 Oct 2013 19:52:19 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 19:52:19 +0000 Received: from localhost (HELO mail-lb0-f177.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 19:52:19 +0000 Received: by mail-lb0-f177.google.com with SMTP id w7so5978065lbi.36 for ; Mon, 07 Oct 2013 12:52:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:date:message-id:subject:from:to:content-type; bh=5eGb9SnYap/vvIlqgCvI01TmTO4Uv01vci4mL0wNWnA=; b=AsT0s7Gf9Pe8iH9mVX1ohsuUS/6+FwZgerPItPABPjInCtB3H8360Ga4IWFpnND6c3 S7fy8qs0j+KpYPmYWiJSGl4yTly12S6ftTxcoW+EieXEGsNLvUdszNiDP5rMEgGJw9ZS eCfZjqv+RpmvMNuZDKU6Dw+jidV0ZRrakFKlGE7jekpXLgCQ+DHB+Ggymr3oLUCRV8ou t+zVCSbVVHpKHSxXjLY4X8EItDFEg0PORG7H2fe4IgQY0EkvsGDU138TlpwnaD0Ur8Ik O84WTIgYTovUsTkkccanVMwEi+yQlZbrc4O9bC0H7f2fxmjcJHfVyP1SfFLEwWCKvR1N s6ZA== MIME-Version: 1.0 X-Received: by 10.112.72.37 with SMTP id a5mr2912326lbv.40.1381175537635; Mon, 07 Oct 2013 12:52:17 -0700 (PDT) Received: by 10.114.200.203 with HTTP; Mon, 7 Oct 2013 12:52:17 -0700 (PDT) Date: Mon, 7 Oct 2013 15:52:17 -0400 Message-ID: Subject: Git commit messages From: Christopher To: Accumulo Dev List Content-Type: text/plain; charset=UTF-8 Looking at some of the latest commits from Corey, as well as some of the longer messages that seem to wrap when doing "git log --oneline" I wanted to make a few suggestions: 1) Please include the ticket number at the beginning of the log message, and in the first line, as it's easier to parse quickly. 2) Consider following the git log message format described in Zach Holman's talk. http://zachholman.com/talk/more-git-and-github-secrets/ Slides ~78-98, beginning at 15:20 into the video. Essentially, this means, leave a short descriptive message in the first line, skip a line, and write more detailed stuff there, if you need to. -- Christopher L Tubbs II http://gravatar.com/ctubbsii