summaryrefslogtreecommitdiff
path: root/devel/git-who/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/git-who/pkg-descr')
-rw-r--r--devel/git-who/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/git-who/pkg-descr b/devel/git-who/pkg-descr
new file mode 100644
index 000000000000..3186d4709b2e
--- /dev/null
+++ b/devel/git-who/pkg-descr
@@ -0,0 +1,4 @@
+Unlike `git blame`, which can tell you who wrote a line of code, git-who tells
+you the people responsible for entire components or subsystems in a codebase.
+You can think of git-who sort of like `git blame` but
+for file trees rather than individual files.