Check-in [ef80cbf52f]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:ef80cbf52f4b565635123e0eed25839489f117aa
Date: 2010-03-16 14:27:04
User: jeremy_c
Comment:Provide more space on the ignore-glob entry in the UI.
Tags And Properties
Changes

Changes to src/setup.c

851 851 852 @ <hr> 852 @ <hr> 853 onoff_attribute("Modification times used to detect changes", 853 onoff_attribute("Modification times used to detect changes", 854 "mtime-changes", "mtime-changes", 0); 854 "mtime-changes", "mtime-changes", 0); 855 @ <p>Use file modification times (mtimes) to detect when files have been modif 855 @ <p>Use file modification times (mtimes) to detect when files have been modif 856 856 857 @ <hr> 857 @ <hr> 858 entry_attribute("File Ignore Glob", 16, | 858 entry_attribute("File Ignore Glob", 40, 859 "ignore-glob", "ignore-glob", ""); 859 "ignore-glob", "ignore-glob", ""); 860 @ <p>Cause the 'extra' command to ignore files matching the glob. Example: 860 @ <p>Cause the 'extra' command to ignore files matching the glob. Example: 861 @ '*.o,*.a,*.bck,*~'</p> 861 @ '*.o,*.a,*.bck,*~'</p> 862 862 863 @ <hr> 863 @ <hr> 864 entry_attribute("Diff Command", 16, 864 entry_attribute("Diff Command", 16, 865 "diff-command", "diff-command", "diff"); 865 "diff-command", "diff-command", "diff");