From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Kenton Date: Mon, 02 Feb 2015 09:03:19 -0600 Subject: [Buildroot] [PATCH 2/2] Add hash file In-Reply-To: <20150202105016.4b24eddf@free-electrons.com> References: <1422855653-6338-1-git-send-email-skenton@ou.edu> <1422855653-6338-2-git-send-email-skenton@ou.edu> <20150202105016.4b24eddf@free-electrons.com> Message-ID: <54CF91B7.3070308@ou.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 2/2/2015 3:50 AM, Thomas Petazzoni wrote: > Dear Steve Kenton, > > On Mon, 2 Feb 2015 05:40:53 +0000, Steve Kenton wrote: >> Signed-off-by: Steve Kenton >> --- >> package/cdrtools/cdrtools.hash | 3 +++ >> 1 file changed, 3 insertions(+) >> create mode 100644 package/cdrtools/cdrtools.hash > This patch should not be separated from the previous, it should be > merged with it. This was my first attempt at git. I tried to follow the directions in the buildroot manual but since these were separate commits they generated separate emails using the git format patch command example. What should it be to make it all one patch? Steve