Created
November 8, 2019 22:37
-
-
Save elyscape/621e26ca0e2cffe1f682ad95465cb804 to your computer and use it in GitHub Desktop.
git completion fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git i/contrib/completion/git-completion.bash w/contrib/completion/git-completion.bash | |
index 00fbe6c03d..907a4b3a24 100644 | |
--- i/contrib/completion/git-completion.bash | |
+++ w/contrib/completion/git-completion.bash | |
@@ -1750,7 +1750,7 @@ __git_log_shortlog_options=" | |
" | |
__git_log_pretty_formats="oneline short medium full fuller email raw format: mboxrd" | |
-__git_log_date_formats="relative iso8601 iso8601-strict rfc2822 short local default raw unix format:" | |
+__git_log_date_formats="relative iso8601 iso8601-strict rfc2822 short local default raw unix format: human" | |
_git_log () | |
{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment