Re: magit diff range on folder

2021-07-11 Thread Tim Visher
On Sat, Jul 10, 2021 at 3:43 PM Christian Barthel wrote: > On Sat, Jul 10 2021, Tim Visher wrote: > > Is `d -- ./folder RET r ref1..ref2` what you're looking for? > > Yes! Thanks a lot. > Glad that helped! FWIW `--` is a fairly common idiom amongst the various Magit popup windows that are

Re: magit diff range on folder

2021-07-10 Thread Christian Barthel
On Sat, Jul 10 2021, Tim Visher wrote: > Is `d -- ./folder RET r ref1..ref2` what you're looking for? Yes! Thanks a lot. -- Christian Barthel -- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails

Re: magit diff range on folder

2021-07-10 Thread Tim Visher
Hi Christian, On Sat, Jul 10, 2021 at 3:53 AM Christian Barthel wrote: > is it possible to do a diff on a subfolder within magit (and > exclude all other changes)? > At the moment, I am using `d r', but this gives me a complete > list of all changes. I'd like to narrow this down to one >

magit diff range on folder

2021-07-10 Thread Christian Barthel
Hello, is it possible to do a diff on a subfolder within magit (and exclude all other changes)? At the moment, I am using `d r', but this gives me a complete list of all changes. I'd like to narrow this down to one folder. In git(1): "git diff ref1..ref2 ./folder" Thanks! -- Christian