Skip to content

Instantly share code, notes, and snippets.

@elyscape
Created November 8, 2019 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elyscape/621e26ca0e2cffe1f682ad95465cb804 to your computer and use it in GitHub Desktop.
Save elyscape/621e26ca0e2cffe1f682ad95465cb804 to your computer and use it in GitHub Desktop.
git completion fix
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