Builder: set show-hunks flag.
(mut self, show_hunks: bool)
| 127 | |
| 128 | /// Builder: set show-hunks flag. |
| 129 | pub fn with_show_hunks(mut self, show_hunks: bool) -> Self { |
| 130 | self.show_hunks = show_hunks; |
| 131 | self |
| 132 | } |
| 133 | |
| 134 | /// Builder: set full-hash flag. |
| 135 | pub fn with_full_hash(mut self, full_hash: bool) -> Self { |
no outgoing calls