stgit: command to remove file from patch

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

stgit: command to remove file from patch

From: av78us vaal <hidden>
Date: 2016-06-15 22:49:20

Hi, 

Is there a command to remove a file from a patch in stgit? I mean, something like "quilt remove". 

I searched a lot but I couldn't find any. 

If such a command is not available, is there an easy way to achieve this by other means. I tried this by changing the git commit and using "stg repair". That didn't work for me.

I would like to propose "stg remove" to be placed very high on stgit wish-list. 

Thanks,
Aneesh



      

Re: stgit: command to remove file from patch

From: Chris Packham <hidden>
Date: 2016-06-15 22:49:21

On 19/08/10 09:29, av78us vaal wrote:
Hi, 

Is there a command to remove a file from a patch in stgit? I mean, something like "quilt remove". 

I searched a lot but I couldn't find any. 

If such a command is not available, is there an easy way to achieve this by other means. I tried this by changing the git commit and using "stg repair". That didn't work for me.

I would like to propose "stg remove" to be placed very high on stgit wish-list. 

Thanks,
Aneesh
What do you mean by remove?

If you want to undo changes that are in the current patch you can do
something like:

  git checkout HEAD~1 filename
  stg refresh

If you want to retain the changes but move them to another patch:

   git reset HEAD filename
   stg refresh -i

I regularly use the first method, the second method I _think_ will work
but haven't tried it.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help