Re: [PATCH] gitweb.perl: fix %highlight_ext mappings

2012-11-08 Thread Jeff King
On Sun, Nov 04, 2012 at 09:45:55AM -0800, rh wrote: > The previous change created a dictionary of one-to-one elements when > the intent was to map mutliple related types to one main type. > e.g. bash, ksh, zsh, sh all map to sh since they share similar syntax > This makes the mapping as the origin

Re: [PATCH] gitweb.perl: fix %highlight_ext mappings

2012-11-04 Thread Jeff King
On Fri, Nov 02, 2012 at 02:12:26PM -0700, rh wrote: > The previous change created a dictionary of one-to-one elements when > the intent was to map mutliple related types to one main type. > e.g. bash, ksh, zsh, sh all map to sh since they share similar syntax > This makes the mapping as the origin