diff options
author | 2013-05-13 18:42:14 +0000 | |
---|---|---|
committer | 2013-05-13 18:42:14 +0000 | |
commit | 9b2b48d369860f92714f58882d5686142ed44347 (patch) | |
tree | a3064d9ad127e62093df2ce094287c45caa1d2a4 /doc/tips | |
parent | fb3ba0b5d10d712c188f67f70f5622300a753c26 (diff) |
Added a comment
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/finding_duplicate_files/comment_7_347b0186755a809594bd42feda6363e2._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tips/finding_duplicate_files/comment_7_347b0186755a809594bd42feda6363e2._comment b/doc/tips/finding_duplicate_files/comment_7_347b0186755a809594bd42feda6363e2._comment new file mode 100644 index 000000000..d97b0d500 --- /dev/null +++ b/doc/tips/finding_duplicate_files/comment_7_347b0186755a809594bd42feda6363e2._comment @@ -0,0 +1,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` +"""]] |