projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
163bbf3
)
.gitconfig: set pager
author
Colin Patrick McCabe
<cmccabe@alumni.cmu.edu>
Thu, 28 Apr 2011 11:25:30 +0000 (
04:25
-0700)
committer
Colin Patrick McCabe
<cmccabe@alumni.cmu.edu>
Thu, 28 Apr 2011 11:25:30 +0000 (
04:25
-0700)
Explicitly set pager. Prevents weirdness on Slackware.
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
.gitconfig
patch
|
blob
|
history
diff --git
a/.gitconfig
b/.gitconfig
index
5832d39
..
8357b8d
100644
(file)
--- a/
.gitconfig
+++ b/
.gitconfig
@@
-1,5
+1,6
@@
[core]
editor = vim
+ pager = less -FRX
[user]
name = Colin Patrick McCabe
email = cmccabe@alumni.cmu.edu