Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Include .git in default excluded directories. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
668194b3e0489a01270d471a5b5fbb93 |
User & Date: | peter 2007-11-27 18:04:06.000 |
Context
2007-11-27
| ||
18:05 | Handle any number of digits in line numbers. check-in: 345d8aea88 user: peter tags: trunk | |
18:04 | Include .git in default excluded directories. check-in: 668194b3e0 user: peter tags: trunk | |
18:03 | Added a call to cleanup at the end. check-in: 33e21532d5 user: peter tags: trunk | |
Changes
Changes to src/eskil.tcl.
︙ | ︙ | |||
3596 3597 3598 3599 3600 3601 3602 | set Pref(recursive) 0 set Pref(dir,onlydiffs) 0 set Pref(nodir) 0 set Pref(autocompare) 1 set Pref(dir,incfiles) "" set Pref(dir,exfiles) "*.o" set Pref(dir,incdirs) "" | | | 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 | set Pref(recursive) 0 set Pref(dir,onlydiffs) 0 set Pref(nodir) 0 set Pref(autocompare) 1 set Pref(dir,incfiles) "" set Pref(dir,exfiles) "*.o" set Pref(dir,incdirs) "" set Pref(dir,exdirs) "CVS .git" set Pref(dir,onlyrev) 0 # Backward compatibilty option set Pref(onlydiffs) -1 set ::diff(filter) "" |
︙ | ︙ |