1. 17 May, 2018 2 commits
  2. 16 May, 2018 3 commits
  3. 15 May, 2018 1 commit
  4. 14 May, 2018 2 commits
  5. 13 May, 2018 2 commits
  6. 12 May, 2018 1 commit
  7. 11 May, 2018 1 commit
  8. 10 May, 2018 1 commit
  9. 09 May, 2018 1 commit
  10. 08 May, 2018 2 commits
  11. 07 May, 2018 2 commits
  12. 01 May, 2018 1 commit
  13. 30 Apr, 2018 1 commit
    • Oliver Baumann's avatar
      Parse branch-name for fresh repo (#6302) · 493c3095
      Oliver Baumann authored
      Inside a fresh git repo, i.e. immediately after a `git init`, usually no
      commit template exists yet. In this case, git renders a different
      status message than "Initial commit on". We should consider this message
      when attempting to parse out the branch name.
      
      Fixes #6301
      493c3095
  14. 28 Apr, 2018 1 commit
  15. 27 Apr, 2018 1 commit
  16. 25 Apr, 2018 4 commits
  17. 24 Apr, 2018 1 commit
  18. 23 Apr, 2018 3 commits
  19. 22 Apr, 2018 9 commits
  20. 21 Apr, 2018 1 commit
    • Chris Fleming's avatar
      Fix gpg-agent plugin checks (#6469) · 9a718642
      Chris Fleming authored
      * Always try and start gpg-agent, with --use-standard-socket it will try and use a standard socket directory. It won't start multiple agents if agent is already running. In addition, XDG_RUNTIME_DIR isn't always set
      
      * ssh socket if broken if --daemon is run again, so onky start if we don't have a socket
      
      * Removed unnecessary allocation of GPG_SSH_AUTH_SOCK
      9a718642