Even Gabrielsen
Even Gabrielsen
The graph is always rendering all (local) branches and by default includes remote branches as well. I would like to limit rendering to commits that are only part of the...
When rendering commits that have parents outside the rendered scope (by limiting using the `-n` flag) some commits look orphaned. Ideally these should be rendered with the graph 'trailing' off...
I read this line in the readme > Run Periphery once for each build configuration and merge the results. You can pass arguments to the underlying build by specifying them...
The [documentation](https://github.com/nicklockwood/SwiftFormat/blob/main/Rules.md#organizedeclarations) specifies `computedProperty` as one of the default values and swiftformat runs without issue with no custom `--typeorder`. However fails with the following if the typeorder defined in the...