about summary refs log tree commit diff
path: root/nix/escapeExecline (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-06-29 r/1131 refactor(nix/escapeExecline): move into own directoryProfpatsch2-0/+32
The escaping functions are going to be used by both `writeExecline` and `runExecline`, so let’s move them to their own namespace. Change-Id: Iccf69eaeca3062573e0751a17c548b7def86196d Reviewed-on: https://cl.tvl.fyi/c/depot/+/706 Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: Kane York <rikingcoding@gmail.com>