down votefavorite 
<http://stackoverflow.com/questions/35360562/problems-configuring-git-smudge-clean-filters#>

I am new to use the smudge/clean filters in Git. It is good to know that I 
want to run the filters on Windows machine using Git 2.7 I have some 
questions:

   - 
   
   Is it possible to define the script path relatively
   
   [filter "keywords"]
   
   smudge = ../git/keywordset.py
   
   I don't want to add the script to the Path or use an absolute path.
   - 
   
   Can the script be a .py file or it is like the hooks it should be 
   without extensions
   - 
   
   If it is possible to use .. what .. refers to if I am defining the 
   filter in the .git/config file
   - Is there anyway to debug the scripts by printing to stdout or a file 
   stream

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to