Re: [orca-list] thunderbird combo content not shown in Braille when combo box has focus



On Thu, Jun 10, 2010 at 06:52:12AM -0400, trev saunders gmail com wrote:
Hi,

 If you applied the patch to a branch, yes, it should be pretty easy, if you applied it to master, it might 
be possible, I've never tried.  Atleast for the future the way to do this is.

git checkout -b <some branch> # create and checkout some branch
git am patch # apply the patch
test
# now update master and the branch
git checkout master # change branch to master
git pull # update master
git checkout <some branch> #checkout the patched branch
git rebase master # update current branch with new commits from master
test

That basically worked for me but with one minor exception.  I don't
know why, but when I downloaded the batches from Bugzilla, the ones
that Joanie worked on, didn't have any mail headers attached so
'git-am did not work for me.  Instead, I had to usse git-apply in much
the same way and that all worked for me.  Now when I created a patch
with git-format-patch, it included the commit e-mail header
information and if I download that patch from Bugzilla, git-am will
work with that one.  Is there a difference between how I create
patches and the ones that are being posted to Bugzilla by others?



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