Allow strings to be enclosed in either ' or "
authorJonas Fonseca <fonseca@diku.dk>
Wed, 14 Jun 2006 19:38:03 +0000 (21:38 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Wed, 14 Jun 2006 19:39:48 +0000 (21:39 +0200)
commit3cc9a4d495afa80795222848b1f3941dd539f63d
tree043a4d6d9705ea5715eb0b084ace68ef2b1195d3
parentef5404a435209243e0e65b0bdbb1c32f1c66b43a
Allow strings to be enclosed in either ' or "

So now you can use both:

set commit-encoding = "UTF-8"
set commit-encoding = 'UTF-8'
set commit-encoding =  UTF-8
tig.c