From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georg Schardt Date: Sun, 07 Sep 2008 12:56:24 +0200 Subject: [U-Boot] [PATCH 2/3] fix checkpatch errors In-Reply-To: <20080906154504.5D64324815@gemini.denx.de> References: <12206967514047-git-send-email-schardt@team-ctech.de> <12206967521515-git-send-email-schardt@team-ctech.de> <12206967521471-git-send-email-schardt@team-ctech.de> <20080906132229.ED67A24815@gemini.denx.de> <48C28D5E.5030802@team-ctech.de> <20080906154504.5D64324815@gemini.denx.de> Message-ID: <48C3B358.6010500@team-ctech.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, thank you for the help. I use the following commands: - create my own testing branch: "git branch testing" - switch to this branch: "git checkout testing" - copy/modify files - add the new files with "git add board/xilinx/fx12mm/" - commit the changes with "git commit -a" - create a patch with "git format-patch origin" - check this patch with checkpatch.pl - fix the errors, commit again, create patch again get 2 patchfiles - then i try "git rebase master" and get the message "Current branch master is up to date" thanks georg Wolfgang Denk wrote: > Dear Georg Schardt, > > In message <48C28D5E.5030802@team-ctech.de> you wrote: > >> i tried to rebase my local testing-branch with my local master-branch, >> but i always get the message that the branch is up to date. >> > > Which exact commands are you using? > > > Best regards, > > Wolfgang Denk > >