]> xenbits.xensource.com Git - people/gdunlap/xsatool.git/commit
git: Add `-f` flag to all checkouts
authorGeorge Dunlap <george.dunlap@citrix.com>
Fri, 27 Jul 2018 10:16:31 +0000 (11:16 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Fri, 27 Jul 2018 10:16:31 +0000 (11:16 +0100)
commitf62b80c8fd7345ae388ff16faabb4015dba432d7
tree10029dbc7e97889a2322e9ab9509a73e2c277929
parent3ccfde3b06cae1fe56a88677a40537789a91669c
git: Add `-f` flag to all checkouts

All the current instances of 'git checkout' are meant to be
destructive (several have `git clean -ffdx` afterwards).  In cases
where a file is generated and untracked in one version of Xen but tracked
in another version of Xen, `git checkout` will fail without the `-f` flag.

Since we're going to be destructive anyway, add `-f` to all `git
checkout` commands.

Signed-off-by: Georg Dunlap <george.dunlap@citrix.com>
README.md
git.go