Skip to content

Commit

Permalink
enable rerere, add lol command
Browse files Browse the repository at this point in the history
  • Loading branch information
orend committed Jul 30, 2012
1 parent 31feb5a commit 8194d9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitconfig
Expand Up @@ -46,6 +46,7 @@
ra = !git r --all ra = !git r --all
l = "!source ~/.githelpers && pretty_git_log" l = "!source ~/.githelpers && pretty_git_log"
la = !git l --all la = !git l --all
lol = log --pretty=oneline --abbrev-commit --graph --decorate


[diff] [diff]
tool = diffmerge tool = diffmerge
Expand All @@ -71,3 +72,5 @@
[core] [core]
excludesfile = "/Users/orend/.gitignore" excludesfile = "/Users/orend/.gitignore"
editor = subl -w editor = subl -w
[rerere]
enabled = 1
5 changes: 4 additions & 1 deletion bash/env
Expand Up @@ -14,4 +14,7 @@ export GREP_OPTIONS='--color=auto'
export HISTCONTROL=ignorespace:erasedups export HISTCONTROL=ignorespace:erasedups
export HISTIGNORE="l:ll:pwd" export HISTIGNORE="l:ll:pwd"
export HISTFILESIZE=1000000000 export HISTFILESIZE=1000000000
export HISTSIZE=1000000 export HISTSIZE=1000000

DIR=/Users/odobzinski/dev_exclusions/assistly
export RUBYLIB="$DIR:$DIR/test:$DIR/lib"

0 comments on commit 8194d9b

Please sign in to comment.