On Tue, 2010-09-14 at 14:59 +0200, Frank Becker wrote:
> Hi,
> 
> Fix for my last patch (r4780). Thanks to John Admanski
> <[email protected]>.

Ok, applied, thanks!

http://autotest.kernel.org/changeset/4786


> Signed-off-by: Frank Becker <[email protected]>
> 
> Index: git.py
> ===================================================================
> --- git.py      (revision 4784)
> +++ git.py      (working copy)
> @@ -249,6 +249,6 @@
>          elif all or remote_tracking:
>              return gitlog.stdout.strip('\n')
>          else:
> -            branch = [b.lstrip('* ') for b in gitlog.stdout.split('\n')
> +            branch = [b[2:] for b in gitlog.stdout.split('\n')
>                        if b.startswith('*')][0]
>              return branch
> 
> 
> 
> Bye,
> 
> Frank
> 


_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to