lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git help - previous rebase directory


From: Graham Percival
Subject: Re: git help - previous rebase directory
Date: Thu, 9 Jun 2011 18:41:18 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Jun 09, 2011 at 07:37:51PM +0200, Janek Warchoł wrote:
> By the way, is modifying patch files disallowed/generally bad idea?

It's certainly not recommended.

> I discovered that my patches introduce some whitespace errors and it
> would be easier to correct the whitespace errors within the patches
> rather than creating another commit. Will this confuse Rietveld?

Correct the errors, then commit the changes, then merge those
commits with:
  git rebase -i origin/master

I fix small errors like this all the time, and it hasn't confused
reitveld yet.

Cheers,
- Graham



reply via email to

[Prev in Thread] Current Thread [Next in Thread]