Re: [BUG] can not escape sharps in git config file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/24/2016 01:23 PM, Jean-Noël Avila wrote:
My mistake, sorry for the noise,

JFTR:

  * only double quotes can fully escape a string (it is safer to enclose
the whole value in double quotes)
  * backslashes have to be doubled because they are interpreted by git

So

[filter "kicad_sch"]
     clean = "sed -E 's/#(PWR|FLG)[0-9]+/#\\1?/'"
     smudge = cat

(I'm not a filter expert)
What happens if you put the sed expression into a shell script, and
configure the filter to call the script instead ?

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]