chiark / gitweb /
Fix the behaviour when there is no user information configured
authorCatalin Marinas <catalin.marinas@gmail.com>
Tue, 13 Feb 2007 22:26:37 +0000 (22:26 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 13 Feb 2007 22:26:37 +0000 (22:26 +0000)
commit5cd9e87faa0a116ce2b378be6a5c89d5f20629f1
tree1d405133440fe074c38b5424c8c05edd53ad62c0
parentb2017c38acfed9c26ec5bbcb2b23784ca0a15cc8
Fix the behaviour when there is no user information configured

If there is no user.name or user.email set in the gitconfig files,
just use the defaults rather than failing.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/git.py
t/t1900-mail.sh
t/test-lib.sh