reno/releasenotes/notes/include-working-copy-d0aed2e77bb095e6.yaml
Doug Hellmann f8fc8f97ff teach the scanner to look at uncommitted files
Update the Scanner to look at staged and unstaged changes to files in
the local copy of the repository. We can't detect unknown files, yet.

Closes-Bug: #1553155
Change-Id: I77ed60e6f8b8f819aabb361f34cf779623907f7b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-01-04 16:00:26 -05:00

8 lines
291 B
YAML

---
features:
- |
Include the local working copy when scanning the history of the
current branch. Notes files must at least be staged to indicate
that they will eventually be part of the history, but subsequent
changes to the file do not need to also be staged to be seen.