1. 17 Nov, 2016 1 commit
    • Kevin Lyda's avatar
      Make hooks work as advertised. · 0716528b
      Kevin Lyda authored
      For vcsh commands that loop through repos, hooks were not
      run correctly. Typically what would be run were:
      
        pre-looping-hook*
        .pre-looping-hook*
        [command run on repo r1, r2, r3 ... rN]
        post-looping-hook*
        rN.post-looping-hook
      
      The new, more obvious behaviour is:
      
        pre-looping-hook*
        r1.pre-looping-hook*
        [command run on repo r1]
        r1.post-looping-hook
        [...]
        rN.pre-looping-hook*
        [command run on repo r1]
        rN.post-looping-hook
        post-looping-hook*
      
      I was mainly concerned with the pull command, but I've made changes
      in all "for VCSH_REPO_NAME" loops. This is my way of resolving
      issue RichiH/vcsh#213, but as I note there are other options.
      0716528b
  2. 26 Mar, 2016 2 commits
  3. 21 Feb, 2016 2 commits
  4. 14 Feb, 2016 1 commit
  5. 29 Dec, 2015 4 commits
  6. 22 Dec, 2015 3 commits
  7. 19 Dec, 2015 6 commits
  8. 18 Dec, 2015 1 commit
  9. 29 Nov, 2015 9 commits
  10. 21 Sep, 2015 1 commit
  11. 20 Aug, 2015 1 commit
  12. 25 May, 2015 1 commit
  13. 18 May, 2015 3 commits
  14. 06 May, 2015 1 commit
  15. 14 Apr, 2015 1 commit
  16. 13 Apr, 2015 2 commits
  17. 03 Apr, 2015 1 commit