Skip to content
  • Brad King's avatar
    Make CTest.UpdateGIT robust to user git config · 06332c88
    Brad King authored
    Part of this test does "git pull" on a dirty work tree.  We need to make
    sure that 'branch.master.rebase' is false for the test repository.
    Otherwise if it is true in the user configuration then pull will refuse
    to rebase and the test will fail.
    06332c88