1. 04 May, 2014 1 commit
    • Kyle Fuller's avatar
      [Sources] Use `git pull` with the `--ff-only` flag · b520e1f5
      Kyle Fuller authored
      This fixes issue where since we were using `--no-commit`, git was
      starting a merge but not committing it. Then subsequent `git pull`'s would
      result in the following error from git:
      
      > You have not concluded your merge (MERGE_HEAD exists).
      > Please, commit your changes before you can merge.
      
      This commit will mean that `--ff-only` is passed to `git pull`  which means
      it wont rebase or merge. It will only allow a fast forward to progress
      with the pull.
      
      Fixes #2024
      b520e1f5
  2. 03 May, 2014 5 commits
  3. 02 May, 2014 3 commits
  4. 01 May, 2014 16 commits
  5. 30 Apr, 2014 2 commits
  6. 27 Apr, 2014 6 commits
  7. 23 Apr, 2014 3 commits
  8. 22 Apr, 2014 2 commits
  9. 21 Apr, 2014 1 commit
  10. 19 Apr, 2014 1 commit