run-command.c: print new cwd in trace_run_command()
commit090a09272ac3bead828519b66eb62d53b53ecf7d
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 18 Jan 2018 09:45:12 +0000 (18 16:45 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jan 2018 18:49:20 +0000 (19 10:49 -0800)
tree4d8f04e5408424c71ac132e06c32240d8dcb97ba
parentc61a975df1d3d5e448622f951e6dd584ee21ebf3
run-command.c: print new cwd in trace_run_command()

If a command sets a new env variable GIT_DIR=.git, we need more context
to know where that '.git' is related to.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c