commit | 12fb29a3d979f2c70f6512b56d4980a723b2b01f | [log] [tgz] |
---|---|---|
author | Vikram Narayanan <vikram186@gmail.com> | Wed May 23 09:01:06 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 19 22:51:55 2012 +0200 |
tree | 0b21809e60f6408fd84c0eda3029a841176a39ce | |
parent | c387d36da5d1ed31cc110b2e6ec51655b89ebe76 [diff] |
patman: Handle creation of patman config file patman shouts when it couldn't find a $(HOME)/.patman file. Handle it in a sane way by creating a new one for the user. It looks for a user.name and user.email in the global .gitconfig file, waits for the user input if it can't find there. Update the same in the README Signed-off-by: Vikram Narayanan <vikram186@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Cc: Simon Glass <sjg@chromium.org> Cc: Wolfgang Denk <wd@denx.de>