Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Apr 24, 2012
1 parent 32534ea commit eac90fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .githelpers
Expand Up @@ -28,7 +28,7 @@ show_git_head() {


pretty_git_log() { pretty_git_log() {
git log --graph --abbrev-commit --date=relative --pretty="tformat:${FORMAT}" $* | git log --graph --abbrev-commit --date=relative --pretty="tformat:${FORMAT}" $* |
# Repalce (2 years ago) with (2 years) # Replace (2 years ago) with (2 years)
sed -Ee 's/(^[^<]*) ago)/\1)/' | sed -Ee 's/(^[^<]*) ago)/\1)/' |
# Replace (2 years, 5 months) with (2 years) # Replace (2 years, 5 months) with (2 years)
sed -Ee 's/(^[^<]*), [[:digit:]]+ .*months?)/\1)/' | sed -Ee 's/(^[^<]*), [[:digit:]]+ .*months?)/\1)/' |
Expand Down

0 comments on commit eac90fe

Please sign in to comment.