1. 05 Jan, 2015 7 commits
  2. 04 Jan, 2015 3 commits
  3. 02 Jan, 2015 1 commit
  4. 01 Jan, 2015 1 commit
  5. 31 Dec, 2014 1 commit
  6. 30 Dec, 2014 9 commits
  7. 29 Dec, 2014 5 commits
  8. 28 Dec, 2014 1 commit
  9. 27 Dec, 2014 2 commits
  10. 24 Dec, 2014 3 commits
  11. 23 Dec, 2014 6 commits
  12. 22 Dec, 2014 1 commit
    • Introduce a convenience function for submodule update · 9d1f97df
      This introduces the functionality of submodule update in
      'git_submodule_do_update'. The existing 'git_submodule_update' function is
      renamed to 'git_submodule_update_strategy'. The 'git_submodule_update'
      function now refers to functionality similar to `git submodule update`,
      while `git_submodule_update_strategy` is used to get the configured value
      of submodule.<name>.update.
      Jameson Miller committed