aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/finding_duplicate_files
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <joey@web>2013-05-13 18:42:14 +0000
committerGravatar admin <admin@branchable.com>2013-05-13 18:42:14 +0000
commit9b2b48d369860f92714f58882d5686142ed44347 (patch)
treea3064d9ad127e62093df2ce094287c45caa1d2a4 /doc/tips/finding_duplicate_files
parentfb3ba0b5d10d712c188f67f70f5622300a753c26 (diff)
Added a comment
Diffstat (limited to 'doc/tips/finding_duplicate_files')
-rw-r--r--doc/tips/finding_duplicate_files/comment_7_347b0186755a809594bd42feda6363e2._comment10
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`
+"""]]