Improve the git recipe module API. |
||||
Issue description
For example:
api.git('config', 'user.name', 'foo')
api.git('config', 'user.email', 'foo@chromium.org')
Currently generates steps with the names "git config" and "git config (2)".
Some possible improvements:
- Add methods to the git recipe module api like config()
- Make these steps generate better step names by default.
,
May 16 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 21 2018
,
Oct 19
|
||||
►
Sign in to add a comment |
||||
Comment 1 by iannucci@chromium.org
, May 15 2017