RFR: git-fork: use --fast-forward instead of --pull when syncing

Erik Helin ehelin at openjdk.java.net
Thu Feb 27 11:19:31 UTC 2020


Hi all,

please review this small patch that makes `git fork` use `--fast-forward` when
running `git-sync` instead of `--pull`. Using `--fast-forward` ensures that all
branches in the newly cloned repository will be up to date.

Testing:
- Manual testing of `git fork` on Linux x64

Thanks,
Erik

-------------

Commits:
 - 7073b65e: git-fork: use --fast-forward instead of --pull when syncing

Changes: https://git.openjdk.java.net/skara/pull/482/files
 Webrev: https://webrevs.openjdk.java.net/skara/482/webrev.00
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/skara/pull/482.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/482/head:pull/482

PR: https://git.openjdk.java.net/skara/pull/482


More information about the skara-dev mailing list