Merge branch 'nd/trace-with-env' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Feb 2018 22:55:54 +0000 (14:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Feb 2018 22:55:54 +0000 (14:55 -0800)
commit68399411d9cebcc70d96eccc6249c9717c0931cb
tree345c9975d330e0bb6205131f7eb168140ba08311
parent53b4524eca3a1d2699183fdef8eef5b674d64a08
parent090a09272ac3bead828519b66eb62d53b53ecf7d
Merge branch 'nd/trace-with-env' into next

The tracing machinery learned to report tweaking of environment
variables as well.

* nd/trace-with-env:
  run-command.c: print new cwd in trace_run_command()
  run-command.c: print env vars in trace_run_command()
  run-command.c: print program 'git' when tracing git_cmd mode
  run-command.c: introduce trace_run_command()
  trace.c: move strbuf_release() out of print_trace_line()
  trace: avoid unnecessary quoting
  sq_quote_argv: drop maxlen parameter