Le 12/09/2012 13:20, Stefan Sperling a écrit :
On Wed, Sep 12, 2012 at 11:41:05AM +0200, Laurent Alebarde wrote:
I could find examples of pre-commit hooks, for example to convert
indentation from spaces to tabs or the opposite.
This is very wrong. Pre-commit hooks are not supposed to modify
Le 12/09/2012 13:30, Stefan Sperling a écrit :
On Wed, Sep 12, 2012 at 11:40:58AM +0200, Laurent Alebarde wrote:
So the best way for me woudl be to use a "dummy" workspace copy
before commiting, and another one after check-outing :
WS ---pre-commit-treatment-(git-clean)---> dummy
Le 11/09/2012 17:58, Stefan Sperling a écrit :
On Tue, Sep 11, 2012 at 04:48:12PM +0200, Laurent Alebarde wrote:
Le 11/09/2012 15:49, Stefan Sperling a écrit :
On Tue, Sep 11, 2012 at 02:45:49PM +0200, Laurent Alebarde wrote:
Thanks for your answer Stefan,
Unfortunatly, no :
The first link
Le 11/09/2012 17:47, Ryan Schmidt a écrit :
On Sep 11, 2012, at 09:48, Laurent Alebarde wrote:
Le 11/09/2012 15:49, Stefan Sperling a écrit :
What do you really need this feature for? I'm interested in learning
more about your actual use case, the actual problem you're trying to
sol
Le 11/09/2012 15:49, Stefan Sperling a écrit :
On Tue, Sep 11, 2012 at 02:45:49PM +0200, Laurent Alebarde wrote:
Thanks for your answer Stefan,
Unfortunatly, no :
The first link says Subversion is smart with binary files. That's
good to hear, but do not provide a filter or filter hook be
at I
want to do. I just want to put a filter in the middle between the files
to diff and the internal diff.
Le 10/09/2012 16:02, Stefan Sperling a écrit :
On Mon, Sep 10, 2012 at 03:38:10PM +0200, Laurent Alebarde wrote:
Hi all,
I am looking for some Git smudge / clean capabilities in subver
Hi all,
I am looking for some Git smudge / clean capabilities in subversion to
be able to "clean" code before pushing it into the repository, as long
as filters do be able to diff binary files with for example some
embedded tags.
Here is FYI the Git documentation page that explain it exactly