]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/git_porcelain_arg' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 29 Mar 2017 09:37:34 +0000 (17:37 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 29 Mar 2017 09:37:34 +0000 (17:37 +0800)
commit007061229672f7f82015e2ed5f3cec1de3322252
tree5dd9fbfd54281afa0142736af31a85c0cd8fd492
parent39c376f0c3ceccfc290ff9a9aa25f77cbc80905f
parentdbb6d20aac0be134987ca73d45a73bdc248605a8
Merge branch 'bugfix/git_porcelain_arg' into 'master'

make: remove version parameter from git status porcelain option

Version parameter was added in git 2.11, while default git on macOS is
currently 2.10. According to the latest git docs, if the version
parameter is not provided, it defaults to ‘v1’, so removing it doesn’t
change the format.

See merge request !616