Re: [git-users] Which git commands provoke clean and/or smudge?

2016-02-26 Thread Christopher Hardage
> > However, as a wider question: Why do you need to know? > I appreciate your interest, Philip. I am not currently trying to solve a specific problem (unless you count ignorance on my own part). I was reading "Pro Git" and it occurred to me that Mr. Chacon only mentions the checkout and add

Re: [git-users] Which git commands provoke clean and/or smudge?

2016-02-26 Thread Philip Oakley
From: Christopher Hardage All, I am seeking a comprehensive list of git commands that provoke clean and/or smudge. I know that git add does so during git checkout (smudge filter) and during git add (clean filter) from pages 342-344 in Scott Chacon's “Pro Git.” I have surmised that git

Re: [git-users] Which git commands provoke clean and/or smudge?

2016-02-26 Thread Konstantin Khomoutov
On Fri, 26 Feb 2016 09:07:27 -0800 (PST) Christopher Hardage wrote: > I am seeking a comprehensive list of git commands that provoke clean > and/or smudge. I know that git add does so during git checkout > (smudge filter) and during git add (clean filter) from pages 342-344