1. 10 Dec, 2016 1 commit
  2. 12 Jul, 2016 1 commit
  3. 15 Jun, 2016 1 commit
  4. 30 Mar, 2016 1 commit
  5. 21 Mar, 2016 1 commit
    • Fix a bug in the git module: branches might not check out properly · ae9e7380
      If a git version is specified as a branch, and the commit referred to is
      already on the local working tree, but the branch is not, then the
      checkout will fail.
      
      This is because the Ansible 1.9.3 module would check to see if the
      commit was already present, and if so, did not fetch. This meant the
      branch wasn't defined in the local working tree.
      
      This can happen if you make a branch but there aren't any changes on the
      branch.
      Ned Batchelder committed
  6. 14 Mar, 2016 1 commit
  7. 09 Mar, 2016 1 commit
  8. 20 Nov, 2015 1 commit
  9. 16 Oct, 2015 1 commit
  10. 12 Aug, 2015 6 commits