From 0ba0c1dd7d013d512ae159779ba47730afd28cf8 Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 24 Mar 2017 14:55:12 -0700 Subject: [PATCH] Add note in README about file history (#15371) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 47703839ca..34ddfd9ef2 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,10 @@ transitively `react-router-bootstrap` (which depends on `react-router`) also add Also, `/// ` will not work with path mapping, so dependencies must use `import`. +#### The file history in GitHub looks incomplete. + +GitHub doesn't [support](http://stackoverflow.com/questions/5646174/how-to-make-github-follow-directory-history-after-renames) file history for renamed files. Use [`git log --follow`](https://www.git-scm.com/docs/git-log) instead. + ## License