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

doc: document max_file_length fully #597

Merged
merged 5 commits into from
Jul 25, 2022
Merged

Conversation

andrewferrier
Copy link
Contributor

Should fix #596

README.md Outdated Show resolved Hide resolved
Co-authored-by: Lewis Russell <me@lewisr.dev>
doc/gitsigns.txt Outdated
@@ -61,7 +61,7 @@ of the default settings:
sign_priority = 6,
update_debounce = 100,
status_formatter = nil, -- Use default
max_file_length = 40000,
max_file_length = 40000, -- Disable gitsigns if file is longer than this (in lines)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, sorry to make a meal of a simple change :)

@lewis6991 lewis6991 changed the title Document max_file_length fully doc: document max_file_length fully Jul 25, 2022
@lewis6991 lewis6991 merged commit 8b817e7 into lewis6991:main Jul 25, 2022
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.

Docs issue: is max file length lines or bytes/chars?
2 participants