Re: How to simulate a real checkout to test a new smudge filter?

2016-09-10 Thread john smith
On 9/10/16, Jakub Narębski wrote: > You would need post-checkout hook together with clean / smudge filters > (though you could get by without smudge filter, at least in theory...). > The `post-checkout` hook could run e.g. "git checkout -- '*.conf'" > to force use of smudge

Re: How to simulate a real checkout to test a new smudge filter?

2016-09-09 Thread john smith
On 9/10/16, Junio C Hamano wrote: > The clean and smudge operations should look _only_ at the contents > they are filtering, and nothing else, and the clean/smudge filtering > mechanism is designed to support that use case. It is not designed > to do things like embedding the

Re: How to simulate a real checkout to test a new smudge filter?

2016-09-09 Thread john smith
On 9/8/16, Jakub Narębski <jna...@gmail.com> wrote: > W dniu 06.09.2016 o 23:01, john smith pisze: > >> I'd prefer smudge/clean filters instead of `make' scripts etc. to >> convert template dotfiles into something usable and back because >> filters: >> >>

Re: How to simulate a real checkout to test a new smudge filter?

2016-09-06 Thread john smith
On 9/6/16, Torsten Bögershausen <tbo...@web.de> wrote: > On 06.09.16 19:47, john smith wrote: >> I am looking for a way to force smudge filter to run by simulating a >> real life checkout. Let's say I just created a new branch and did not >> modify any files but want t

How to simulate a real checkout to test a new smudge filter?

2016-09-06 Thread john smith
I am looking for a way to force smudge filter to run by simulating a real life checkout. Let's say I just created a new branch and did not modify any files but want to test my new smudge filter. According to some answers such as

Re, Helllo

2016-02-18 Thread John Smith
Hello, I am Mr. John Smith , personal assistance to the former oil and gas resources minister. I wish to transact a business with you that will be of immense benefits to both of us. I have a deal worth US$75 Million. Kindly contact me for more information. Best Regards, John Smith, Jr

Why are submodules not automatically handled by default or at least configurable to do so?

2015-10-25 Thread John Smith
I found that I use submodules much, much more often in my git projects than I used externals in Subversion and the reason is that git encourages/forces to organize large projects into smaller repositories, one reason for this being that subversion allows to check out parts of a repository