1. 19 Aug, 2018 1 commit
    • John Burwell's avatar
      Add jenv plugin · e8b99589
      John Burwell authored
      Initializes jenv and provides the jenv_prompt_info funtion to add
      Java version information to prompts.  This function is stubbed in
      prompt_info_functions script to allow it to be safely called
      regardless of whether or not the jenv plugin is loaded.
      
      It also splits detection of the plugin/versions directory and bin directory
      to suppport the way Homebrew splits the jenv bin and data directories
      e8b99589
  2. 18 Aug, 2018 1 commit
  3. 16 Aug, 2018 1 commit
  4. 15 Aug, 2018 1 commit
  5. 13 Aug, 2018 2 commits
  6. 09 Aug, 2018 7 commits
  7. 08 Aug, 2018 2 commits
  8. 07 Aug, 2018 9 commits
  9. 06 Aug, 2018 2 commits
  10. 03 Aug, 2018 4 commits
  11. 02 Aug, 2018 1 commit
  12. 29 Jul, 2018 2 commits
    • Thanh Ha's avatar
      git-prompt: fix error when multiple tags exist (#6998) · 5fa7824e
      Thanh Ha authored
      
      
      When a commit has multiple tags associated to it, the git-prompt will
      throw the following error:
      
      git_super_status:[:4: integer expression expected: v0.21.x\ntags/v0.21.5,
      git_super_status:[:7: integer expression expected: origin/v0.21.x,
      git_super_status:[:11: integer expression expected: origin/v0.21.x,
      git_super_status:[:14: integer expression expected: v0.21.x
      git_super_status:[:23: integer expression expected: v0.21.x
      
      This is due to the prompt expecting the tag field to be a single word
      with no spaces in between but if there are multiple tags the python
      script returns a string with ', ' space separated list of tags.
      This throws off the parser. The solution is to ensure that the python
      script returns a space-less string ensuring the git-prompt parser to
      properly parse the data.
      Signed-off-by: default avatarThanh Ha <zxiiro@linux.com>
      5fa7824e
    • MarkPochert's avatar
      Update z to latest version (#7021) · a24a0b1a
      MarkPochert authored
      a24a0b1a
  13. 24 Jul, 2018 1 commit
  14. 19 Jul, 2018 4 commits
  15. 18 Jul, 2018 1 commit
  16. 13 Jul, 2018 1 commit