Builder: bootstrap an existing Git checkout.
(mut self, into_existing: bool)
| 255 | |
| 256 | /// Builder: bootstrap an existing Git checkout. |
| 257 | pub fn with_into_existing(mut self, into_existing: bool) -> Self { |
| 258 | self.into_existing = into_existing; |
| 259 | self |
| 260 | } |
| 261 | |
| 262 | // Internal Helper Methods |
| 263 |
no outgoing calls