From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 19 Apr 2008 08:55:58 -0400 Subject: [U-Boot-Users] [PATCH] fix system config overwrite @ MPC834x In-Reply-To: <20080418112046.ce82252a.kim.phillips@freescale.com> References: <480788B1.9090208@matrix-vision.de> <20080417155615.43fa3791.kim.phillips@freescale.com> <48086073.4060306@matrix-vision.de> <20080418112046.ce82252a.kim.phillips@freescale.com> Message-ID: <4809EBDE.2040905@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kim Phillips wrote: > On Fri, 18 Apr 2008 10:48:51 +0200 > Andre Schwarz wrote: > >> Kim, >> >> doing a git-pull gives "Already up-to-date." >> The patch is produced with "git-diff --patch-with-stat >> cpu/mpc83xx/cpu_init.c" > > using git-commit and git-format-patch is recommended, but that's > probably not the problem here. Have you followed the instructions for > Thunderbird in linux-2.6/Documentation/email-clients.txt? You can test > by using git-am on patches you email yourself. > > Kim Hi Andre, Another thing I do when something I think should work doesn't is to make a fresh clone of the git repository, apply my new patch to it, and regenerate the patch from that. Sometimes I get confused as to the state of my working directory, what has been applied to it, what I've pulled from, etc. (I used to be really sharp, but then I discovered beer and the edges are a little duller now.) FWIIW, I keep a local pristine copy of the denx.de master repository (and others I am interested in), doing a nightly pull in a cron job. This allows me to make a new working clone of what should be a clean repository without hammering denx.de. Worst case, I hammer denx.de occasionally. :-/ Best regards, gvb