1. 29 Sep, 2016 2 commits
  2. 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
  3. 16 Nov, 2014 1 commit
  4. 06 Nov, 2014 1 commit
  5. 14 Mar, 2014 1 commit
  6. 30 Dec, 2012 1 commit
  7. 27 Nov, 2012 2 commits
  8. 13 Nov, 2012 1 commit
  9. 12 Nov, 2012 1 commit
  10. 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
  11. 03 May, 2012 1 commit
  12. 23 Sep, 2011 2 commits
  13. 24 Jul, 2011 2 commits
  14. 03 Jun, 2011 1 commit
  15. 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