about summary refs log tree commit diff stats
path: root/053rewrite_stash.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2606 - handle cycles inside stashKartik K. Agaram2015-11-291-1/+1
| | | | | | | | | The idea is that to-text-line should truncate blindly past some threshold, even if to-text isn't smart enough to avoid infinite loops. Maybe I should define a 'truncating buffer' which stops once it fills up. That would be an easy way to eliminate all infinite loops in to-text-line.
* 2504 - support to-text in 'stash'Kartik K. Agaram2015-11-281-0/+51