Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | source_group: Restore TREE support for relative paths | Mateusz Janek | 2017-05-17 | 1 | -4/+0 |
| | | | | | | | | | | | The fix in commit v3.8.1~4^2 (source_group: Fix TREE with root that is not current source dir, 2017-04-20) accidentally broke support for specifying paths relative to the source directory. Fix it and add a test covering the case. While at it, fix a typo in a variable name. Fixes: #16876 | ||||
* | source_group: Add options create groups matching directory tree | Mateusz Janek | 2017-01-16 | 1 | -0/+4 |
Add `TREE` and `PREFIX` arguments to enable this behavior. |