Package: libgit-wrapper-perl / 0.047-1

Metadata

Package Version Patches format
libgit-wrapper-perl 0.047-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix test 9 in basic.t with Git 2.9.patch | (download)

t/basic.t | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix test 9 in basic.t with git >= 2.9

[Git 2.9 Release Notes](https://github.com/git/git/blob/master/Documentation/RelNotes/2.9.0.txt)

> The output formats of "git log" that indents the commit log message by
> 4 spaces now expands HT in the log message by default. You can use
> the "--no-expand-tabs" option to disable this.

I've chosen the simple fix of matching the git message against
8 spaces or a TAB.


Bug: https://github.com/genehack/Git-Wrapper/issues/73