Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test 9 in basic.t with Git >= 2.9 #72

Closed
wants to merge 1 commit into from
Closed

Fix test 9 in basic.t with Git >= 2.9 #72

wants to merge 1 commit into from

Conversation

briang
Copy link

@briang briang commented Jul 19, 2016

Git 2.9 Release Notes

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.

[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.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.169% when pulling e603dcb on briang:master into fb8740f on genehack:master.

@genehack
Copy link
Owner

genehack commented Sep 9, 2016

Thanks for the patch. I just merged #77, which took a slightly different approach to solving this problem.

@genehack genehack closed this Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants