-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add missing parameter #1816
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
Add missing parameter #1816
Conversation
The file array was missing
Hi there! Hmm, can you re-check your PR please? The changeset is quite large - perhaps there's a problem with line-breaks in the commit? Can you see if you can fix that, rebase, and update the PR with the small changeset? Thanks! |
@weaverryan you can see the diff without whitespace changes (equivalent of |
I'll try to have a look but I don't really know why git does that. |
Well, when i commit only the changed line is highlighted (like with EDIT: just saw that when you click "files changed", only one line is highlighted. |
@martinqt you probably changed the line endings (from LF to CRLF or the opposite), whcih indeed marks the lines as chnaged. The doc should be using LF everywhere |
Thanks to stof
@stof thanks. Hope it's better this way. (and sorry for using windows) |
@martinqt I'm also using windows. But I configured git to force committing with LF :) |
The windows part was a joke (well, i'm actually using windows). Yeah, I disbaled it cause every time it asked me to convert and at the time it wasn't a problem (personal repo). Hopefully, I've notepad++ wich did the convert for this file. I'll remember it next time. Thanks |
You're welcome |
@weaverryan I simply read their blog. They exposed some secret features 1 year ago, including this one: https://github.com/blog/967-github-secrets |
I'm wondering if I should open a PR for the others branches. Or is there some kind of (monthly|weekly|...) merge 2.0 -> 2.1 -> master? |
@martinqt 2.0 is merged into 2.1 and then 2.1 into master on a regular basis (approximately weekly) |
Ok thanks. |
The file array was missing