1. 07 Aug, 2018 1 commit
    • Janosch Schwalm's avatar
      use https everywhere (#6574) · 19b925e7
      Janosch Schwalm authored
      * use https everywhere
      
      * use https links on the files that are left
      
      Also, removed some broken links and updated redirections.
      19b925e7
  2. 29 Sep, 2016 4 commits
  3. 11 Sep, 2015 1 commit
    • Andrew Janke's avatar
      svn plugin: urldecode repo info · 36fea45b
      Andrew Janke authored
      The repo location reported by `svn` is a URL. If you don't decode it before using it a prompt, the `%` sequences will be misinterpreted by prompt expansion and give screwy results.
      Fixes #2233
      36fea45b
  4. 16 Nov, 2014 1 commit
  5. 06 Nov, 2014 1 commit
  6. 14 Mar, 2014 1 commit
  7. 30 Dec, 2012 1 commit
  8. 27 Nov, 2012 2 commits
  9. 13 Nov, 2012 1 commit
  10. 12 Nov, 2012 1 commit
  11. 08 Nov, 2012 1 commit
    • Brian Hartvigsen's avatar
      Update plugins/svn/svn.plugin.zsh · 1b768a3b
      Brian Hartvigsen authored
      Behave more like lib/git.zsh.
      Set `SVN_SHOW_BRANCH="true"` to display branch/tag or trunk instead of just repo name.
      Falls back to repo name if branch information is not available.
      
      Idea and awk call from revans/bash-it/themes/base.theme.bash
      1b768a3b
  12. 03 May, 2012 1 commit
  13. 23 Sep, 2011 2 commits
  14. 24 Jul, 2011 2 commits
  15. 03 Jun, 2011 1 commit
  16. 10 Jan, 2011 1 commit
    • Robin Ramael's avatar
      Added svn info in prompt with plugin. · 664b97a3
      Robin Ramael authored
      If the svn plugin is used, svn info (repo name and wether the repo is dirty) is displayed in the prompt like with git. Just lke with git, the colors can be manipulated with variables (see awesomepanda theme for example).
      664b97a3