End Loose Ends

February 2010 Entries

Disable Beep Sound for Git Diff

This is really just an addendum to my post on disabling annoying beep sounds when using git for windows.  You will likely want to disable the aggravating beeps that happen when scrolling to the end of a diff. This can be done by tweaking your user level git configuration settings(~/.gitconfig).  Just modify the pager command line to include a –q for quite:

[core]
  pager = less -q