Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.
authorW. Trevor King <wking@drexel.edu>
Thu, 14 Apr 2011 18:13:36 +0000 (14:13 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 14 Apr 2011 18:13:41 +0000 (14:13 -0400)
commit28b2fb89784f7a1f2dd61a4d157f6c511c5587fe
tree363b1a7fd31fb3646bc183489ecbf66c6be184c5
parent44cbfdc1e8e9c6c7fb115c7ea101e2532d58e436
Add libbe.ui.util.user.get_fallback_fullname() and use pwd when possible.

This patch is based on Julien Muchembled's pwd suggestions.
libbe/storage/vcs/base.py
libbe/storage/vcs/git.py
libbe/ui/util/user.py