Skip to content

Commit

Permalink
remove --follow from log alias
Browse files Browse the repository at this point in the history
--follow only works on individual files, not directories
  • Loading branch information
kbaribeau committed Apr 8, 2015
1 parent 63612ed commit aa4bdfd
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 @@ -8,7 +8,7 @@
email = kevin.baribeau@gmail.com
[alias]
ci = commit -v
lg = log --date=relative --stat --graph --follow
lg = log --date=relative --stat --graph
praise = blame
st = status -s
aa = add --all
Expand Down

0 comments on commit aa4bdfd

Please sign in to comment.