Skip to content

Commit

Permalink
enabled git rerere...
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Jul 15, 2011
1 parent 52d75b4 commit 420aa94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
"!f() { git ls-files --unmerged | cut -f2 | sort -u ; }; vim `f`"
mergeadd = \
"!f() { git ls-files --unmerged | cut -f2 | sort -u ; }; git add `f`"

[rerere]
enabled = 1

0 comments on commit 420aa94

Please sign in to comment.