Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-youtube-lyte domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114
Prevent Git From Paging When Not Needed - The Grok Shop

Prevent Git From Paging When Not Needed

On some platform / shell combos, you may find Git has gone hog-wild with the paging.  I.e., you may find it pages things like logs & diffs when there is not even a single page of information in the first place.  In this situation, I have found the following Git global config can resolve the issue:

git config --global --replace-all core.pager "less -F -X"

https://stackoverflow.com/questions/2183900/how-do-i-prevent-git-diff-from-using-a-pager/2183920

Sharing is caring!

Leave a Comment

Your email address will not be published. Required fields are marked *