Skip to content

Commit

Permalink
Merge branch 'master' into osx
Browse files Browse the repository at this point in the history
  • Loading branch information
bensomers committed May 23, 2011
2 parents d83ca5a + 7e27603 commit 551e523
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gitconfig.erb
Expand Up @@ -27,13 +27,14 @@
status = true
show-branch = true
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%cr)%Creset
pretty = %C(red)%h%Creset %s %Cblue %an %C(green)(%cr)%Creset
[alias]
st = status
ci = commit
co = checkout
meld = mergetool -t meld #this is a linux-native mergetool; installing it requires ports, but it's great, I can give instructions if you want
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
br = branch
pup = !sh -c 'git pull $1 $2 && git push $1 $2' -
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold cyan)<%an>%Creset' --abbrev-commit --date=relative

5 changes: 5 additions & 0 deletions irbrc
Expand Up @@ -14,6 +14,11 @@ IRB.conf[:PROMPT_MODE] = :SIMPLE
end
end

if defined?(Wirble)
Wirble.init
Wirble.colorize
end

class Object
# list methods which aren't in superclass
def local_methods(obj = self)
Expand Down

0 comments on commit 551e523

Please sign in to comment.