On Mon, Oct 25, 2010 at 5:15 PM, Jakub Narebski [off-list ref] wrote:
Nguyen Thai Ngoc Duy [off-list ref] writes:
quoted
2010/10/24 Jonathan Nieder [off-list ref]:
quoted
quoted
I think it might: just like the exec: lines provide context about what
command is being traced, such trace: cwd: lines would make it clearer
what paths that are being output might be referring to.
Also prefix them all with "setup:", something like
setup: git_dir: ../.git
setup: work_tree: /my/git/worktree
setup: cwd: /my/git/worktree
setup: prefix: sub/
I guess that those paths would be c-quoted, if necessary (trailing
space, embedded newline, quotes, etc.)?
For the sake of grep (because '\n' may break lines), yes.
--
Duy