1. 30 Sep, 2016 1 commit
    • Allan Lewis's avatar
      git.plugin.zsh: Don't run Git hooks when making a WIP commit (#4751) · c713407f
      Allan Lewis authored
      When making a WIP commit, we generally just want to save the state of the
      current branch temporarily, maybe because we want to push our work for backup
      purposes, or change branch to work on something else. Therefore, it's generally
      undesirable to run Git hooks, which might do things like run linters, because
      we probably don't care if our WIP has lint errors.
      c713407f
  2. 29 Sep, 2016 9 commits
  3. 28 Sep, 2016 2 commits
  4. 22 Sep, 2016 1 commit
  5. 21 Sep, 2016 6 commits
  6. 20 Sep, 2016 7 commits
  7. 17 Sep, 2016 3 commits
  8. 15 Sep, 2016 2 commits
    • Erik Zivkovic's avatar
      Improve gradle plugin task parsing (#5230) · e4684368
      Erik Zivkovic authored
      * Improve gradle plugin task parsing
      
      Added _gradle and _gradlew as symbolic links to gradle.plugin.zsh,
      otherwise the plugin was not properly loaded.
      
      Output from `gradlew tasks --all` is now parsed in two levels,
      first we find segments between `------...` and a newline.
      Second, all those lines are parsed and cleaned using awk
      and added to .gradletasknamecache.
      
      Tested on gradle 2.13, and gradlew 2.14.
      
      * Remove .gradletasknamecache before regenerating it
      
      Remove the .gradletasknamecache file to avoid having an unnecessary
      newline at the top of the file when regenerating it.
      
      * Improve gradle task parsing by writing .gradletasknamecache atomically
      
      Previously the .gradletasknamecache file was written line by line inside a parsing loop,
      which could cause errors such as half-written cache files if the process was aborted.
      
      This also removes the need of deleting the .gradletasknamecache file before parsing.
      e4684368
    • Reed Riley's avatar
      Fix battery plugin when acpi writes to stderr (#5413) · 59c66dbf
      Reed Riley authored
      * Fix battery plugin when acpi writes to stderr
      * Make stderr redirection in battery plugin more idiomatic
      59c66dbf
  9. 14 Sep, 2016 2 commits
  10. 12 Sep, 2016 3 commits
  11. 09 Sep, 2016 3 commits
  12. 07 Sep, 2016 1 commit