|
Loading...
|
repo-discuss@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Modify a changeset Johan de Koning Fri Jul 31 11:00:30 2009
Thanks git commit -a --amend solved it On 31 jul, 14:59, Jean-Baptiste Queru <[EMAIL PROTECTED]> wrote: > You forgot to git add your files before your git commit --amend (or > you forgot the -a option for git commit -amend). My bad, I should have > made that more explicit (after a while it becomes so natural that I'm > now forgetting to mention it). > > Hint: in a simple workflow where you're only working on one file at a > time, running "git show" before repo upload is a good way to see what > you're about to upload. > > JBQ > > On Thu, Jul 30, 2009 at 11:16 PM, Johan de > > > > > > Koning<[EMAIL PROTECTED]> wrote: > > > Executed the following commands. I have a clean local source tree > > > repo download platform/vendor/htc/dream-open 10889 > > git checkout -b 10899 > > repo start default platform/vendor/htc/dream-open > > git reset --hard 10899 > > git branch -d 10899 > > change local files > > git commit --amend > > (comment given to 10899 is shown) > > repo upload --replace platform/vendor/htc/dream-open > > (fill in 10899 between brackets) > > > But when i compare the changes on the review server I still see the > > strange red line (which contains some strange characters). So nothing > > is changed > > > On 31 jul, 07:53, Johan de Koning <[EMAIL PROTECTED]> wrote: > >> Thanks for the reply. A new changeset is added only the strange > >> characters are not removed. > > >> On 30 jul, 23:23, Jean-Baptiste Queru <[EMAIL PROTECTED]> wrote: > > >> > Assuming that that commit is the last (or only one) in your topic > >> > branch, and that you have no local changes: > > >> > -edit local file > >> > -git commit --amend > >> > -repo upload --replace . (and specify 10889 between the brackets if it > >> > doesn't pre-populate for you). > > >> > JBQ > > >> > On Thu, Jul 30, 2009 at 2:18 PM, Johan de > > >> > Koning<[EMAIL PROTECTED]> wrote: > > >> > > Today I uploaded a change to the Android Repository. But I did not > >> > > checked the files correctly and found out that one of the files > >> > > contains some strange characters (https://review.source.android.com/ > >> > > #patch,sidebyside,10889,1,AndroidBoard.mk visible as red). > > >> > > Is it possible to modify this change? Or should I made a new patch? I > >> > > was looking at git push but could not get any results (go errors like > >> > > the remote end hung up unexpectedly) > > >> > >https://review.source.android.com/#change,10889 > > >> > -- > >> > Jean-Baptiste M. "JBQ" Queru > >> > Software Engineer, Android Open-Source Project, Google. > > >> > Questions sent directly to me that have no reason for being private > >> > will likely get ignored or forwarded to a public forum with no further > >> > warning. > > -- > Jean-Baptiste M. "JBQ" Queru > Software Engineer, Android Open-Source Project, Google. > > Questions sent directly to me that have no reason for being private > will likely get ignored or forwarded to a public forum with no further > warning. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe, email [EMAIL PROTECTED] More info at http://groups.google.com/group/repo-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
- Modify a changeset Johan de Koning 2009/07/30
- Re: Modify a changeset Jean-Baptiste Queru 2009/07/30
- Re: Modify a changeset Johan de Koning 2009/07/30
- Re: Modify a changeset Johan de Koning 2009/07/30
- Re: Modify a changeset Jean-Baptiste Queru 2009/07/31
- Re: Modify a changeset Johan de Koning 2009/07/31 <=
Re: Modify a changeset Shawn Pearce 2009/07/30