Kim Phillips wrote: > On Fri, 18 Apr 2008 10:48:51 +0200 > Andre Schwarz <[EMAIL PROTECTED]> 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 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
