| commit | 6ae7ee4b404057d71d68df972ccdef25cbdcfe79 | [log] [tgz] |
|---|---|---|
| author | Chris Kay <chris.kay@arm.com> | Thu Nov 20 11:45:50 2025 +0000 |
| committer | Chris Kay <chris.kay@arm.com> | Thu Nov 20 11:45:52 2025 +0000 |
| tree | 9e5d8120764591fc172212f4b84a59354879bebc | |
| parent | 96139e5482164db421c076982b3408fd430ce1c4 [diff] |
fix(docs): correct `--no-ff` -> `--ff-only` The `--no-ff` flag always creates a merge commit; that's the opposite of what we meant when this documentation was updated. Use `--ff-only` to require fast-forwards pulls only. Change-Id: Ia49ddccbfc998e403e900e9fa86f55129fe521b3 Signed-off-by: Chris Kay <chris.kay@arm.com>