Re: git-pull-script hates me
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:01
quoted
quoted
quoted
quoted
"LT" == Linus Torvalds [off-list ref] writes:
LT> But yeah, it's being a bit too anal. Just look at connect.c: shell_safe(), LT> and add both '_' and '@' to the safe list (and any other safe characters), LT> and off you go. LT> And if somebody wants to add code to do proper escaping of the non-safe LT> ones, we can do that too. I was just lazy and added the characters I ever LT> use ;) Anybody who is interested in doing this can just move sq_expand() from diff.c to some public library and expose it in cache.h. I am not going to do it myself immediately so there is no worry to race against me ;-).