summaryrefslogtreecommitdiff
path: root/doc/tips/finding_duplicate_files/comment_7_347b0186755a809594bd42feda6363e2._comment
blob: d97b0d500b469f2d541b01cda425699b4caba61c (plain)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="http://joeyh.name/"
 nickname="joey"
 subject="comment 7"
 date="2013-05-13T18:42:14Z"
 content="""
@Chris I guess there's no really easy way because searching for a given key is not something many people need to do.

However, git does provide a way. Try `git log --stat -S $KEY`
"""]]