* 'git format-patch' --interactive?
@ 2008-08-31 4:27 Ittay Dror
2008-08-31 9:32 ` David Aguilar
0 siblings, 1 reply; 2+ messages in thread
From: Ittay Dror @ 2008-08-31 4:27 UTC (permalink / raw)
To: git
Hi,
Is there a way (tool) to allow me to interactively format a patch so
that I can remove formatting noise or insignificant changes?
Thank you,
Ittay
--
--
Ittay Dror <ittay.dror@gmail.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 'git format-patch' --interactive?
2008-08-31 4:27 'git format-patch' --interactive? Ittay Dror
@ 2008-08-31 9:32 ` David Aguilar
0 siblings, 0 replies; 2+ messages in thread
From: David Aguilar @ 2008-08-31 9:32 UTC (permalink / raw)
To: Ittay Dror; +Cc: Git Mailing List
On Sat, Aug 30, 2008 at 9:27 PM, Ittay Dror <ittay.dror@gmail.com> wrote:
> Hi,
>
> Is there a way (tool) to allow me to interactively format a patch so that I
> can remove formatting noise or insignificant changes?
>
> Thank you,
> Ittay
>
> --
> --
> Ittay Dror <ittay.dror@gmail.com>
>
Yes -- get changes into your worktree (through e.g. "git apply") and
then use "git cola" to edit the index and/or worktree into a
commitable state
.
http://cola.tuxfamily.org/
You can undo or ignore specific changes to a file, which is what it
sounds like you're trying to do.
--
David
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-31 9:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-31 4:27 'git format-patch' --interactive? Ittay Dror
2008-08-31 9:32 ` David Aguilar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).