Skip to content

Commit

Permalink
updated git_log_me.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 20, 2025
1 parent b52fad5 commit 9453ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/git_log_me.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ usage_args="[<git_log_options>]"

help_usage "$@"

# git config --list outputs both global and local repo overrides,
# resulting in multiple user.email outputs for a work repo using local override
authors="$(git config -l | awk -F= '/^user.(name|email)/ {print $2}' | sort -u)"

author_opts=()
Expand Down

0 comments on commit 9453ce3

Please sign in to comment.