Skip to content

Commit

Permalink
better formatting for git recent
Browse files Browse the repository at this point in the history
  • Loading branch information
thommahoney authored and lanej committed Jun 10, 2014
1 parent 47b46e9 commit 32acbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
pl = pull --rebase
ra = rebase --abort
rc = rebase --continue
recent = "for-each-ref --format='%(committerdate:relative) %(refname:short)' --sort=-committerdate refs/heads/ --count 25"
recent = "! git for-each-ref --format='%(committerdate:relative) %(refname:short) %(objectname:short)' --sort=-committerdate refs/heads/ --count 25 | column -t -s $'\t'"
ri = rebase -i
ro = !git fetch origin && git reset --hard origin/master
s = status -s
Expand Down

0 comments on commit 32acbba

Please sign in to comment.