You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logCmd.Flags().Bool("log-size", false, "Include a line “log size <number>” in the output for each commit.")
40
39
logCmd.Flags().Bool("mailmap", false, "Use mailmap file to map author and committer names and email addresses to canonical real names and email addresses.")
41
40
logCmd.Flags().Bool("no-decorate", false, "Print out the ref names of any commits that are shown.")
42
41
logCmd.Flags().Bool("no-diff-merges", false, "Specify diff format to be used for merge commits.")
43
-
logCmd.Flags().Bool("no-follow", false, "Do not continue listing the history of a file beyond renames.")
44
42
logCmd.Flags().Bool("no-mailmap", false, "Do not use mailmap file to map author and committer names and email addresses to canonical real names and email addresses.")
45
43
logCmd.Flags().Bool("no-notes", false, "Do not show notes.")
46
44
logCmd.Flags().Bool("no-relative", false, "When run from a subdirectory of the project, it can be told to exclude changes outside the directory and show pathnames relative to it with this option.")
0 commit comments