On Mon, Sep 02, 2013 at 02:20:42PM +0200, Jakub Hrozek wrote: > On Mon, Sep 02, 2013 at 01:27:17PM +0200, Pavel Březina wrote: > > Hi, > > I just noticed that 'ř' character from my name got somehow messed up > > during push. I'd like to get this fixed. > > > > I know I could just play nice with the ASCII world and use 'r', but > > frankly, it wouldn't be my name and I don't like it :-) > > They both display as "??" to me in vim..
I cannot confirm this. I see vin correctly showing 'ř' in the + lines while the - lines have ??. > > Also the git pager has trouble seeing any changes: > $ git show -1 > commit 1e91fcde47feb3a3c54a6dd01474fcbbf566015d > Author: Pavel Březina <[email protected]> > Date: Mon Sep 2 13:22:10 2013 +0200 > > Fix czech specific character in my name > I see: commit b0e9d4dd50ec7703c3660a40fcec12ab6721180c Author: Pavel Březina <[email protected]> Date: Mon Sep 2 13:22:10 2013 +0200 Fix czech specific character in my name diff --git a/src/providers/ad/ad_srv.c b/src/providers/ad/ad_srv.c index 861ae3d..4ae91f0 100644 --- a/src/providers/ad/ad_srv.c +++ b/src/providers/ad/ad_srv.c @@ -1,6 +1,6 @@ /* Authors: - Pavel B??ezina <[email protected]> + Pavel Březina <[email protected]> Copyright (C) 2013 Red Hat diff --git a/src/providers/ad/ad_srv.h b/src/providers/ad/ad_srv.h index adf29b0..7522eca 100644 --- a/src/providers/ad/ad_srv.h +++ b/src/providers/ad/ad_srv.h @@ -1,6 +1,6 @@ /* Authors: - Pavel B??ezina <[email protected]> + Pavel Březina <[email protected]> Copyright (C) 2013 Red Hat ... bye, Sumit > _______________________________________________ > sssd-devel mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/sssd-devel _______________________________________________ sssd-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
