From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer (-VC) Date: Sun, 06 Jun 2010 14:09:44 +0200 Subject: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module In-Reply-To: <4C0B8BE7.7090108@emk-elektronik.de> References: <4C0A29C0.7080604@emk-elektronik.de> <4C0A9493.8090008@emk-elektronik.de> <4C0B85D8.4070508@emk-elektronik.de> <20100606114251.66D2114E867@gemini.denx.de> <4C0B8BE7.7090108@emk-elektronik.de> Message-ID: <4C0B9008.3090109@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Reinhard Meyer (-VC) schrieb: > Wolfgang Denk schrieb: >> Dear "Reinhard Meyer (-VC)", >> The second problem is that I cannot seem to undo my previous commit in my > tree, so any changes I do to my source would come out as a second patch. > Would that be accepted? > > Or do you know what must be done that GIT will issue a new patch with the > current and the new changes in one patch? > > I generate the patches by > : > git commit -m > git format-patch origin > > what to do to return to , do new edits and generate a new, > single patch? > A "git reset --soft HEAD^" followed by "git add" of all newly changed files does the trick... > Best Regards, Reinhard >