]> granicus.if.org Git - esp-idf/commit
idf_tools.py: pass --work-tree instead of -C option to git
authorX-Ryl669 <boite.pour.spam@gmail.com>
Wed, 4 Sep 2019 21:36:47 +0000 (23:36 +0200)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 24 Sep 2019 04:00:31 +0000 (06:00 +0200)
commit81ffc873711caa56dd9819089b458424050752c9
tree4216f61ce347944189071c71ad851de26989f710
parent6a9288bc73d49ee7bfb73fb3fa72627119be2fd9
idf_tools.py: pass --work-tree instead of -C option to git

Older versions of git do not support -C option. Use --work-tree option
instead.

Closes https://github.com/espressif/esp-idf/issues/4018
Merges https://github.com/espressif/esp-idf/pull/4019
tools/idf_tools.py