1
0
Fork 0
mirror of synced 2024-06-01 06:41:11 -04:00
Commit graph

9 commits

Author SHA1 Message Date
Nathan Daly 3a39926b86 Now outputs git pull status when updating plugins.
Removed pipe to /dev/null for $(pull_changes $plugin).

Part of #76.

At least for now, I've formatted the output to look like the below paste. This
 shows a failed, no-op success, and pull success:

===================================================

Updating all plugins!

Updating "tpm"
     | There is no tracking information for the current branch.
     | Please specify which branch you want to merge with.
     | See git-pull(1) for details.
     |
     |     git pull <remote> <branch>
     |
     | If you wish to set tracking information for this branch you can do so with:
     |
     |     git branch --set-upstream-to=<remote>/<branch> nhdaly_update_output
  "tpm" update fail

Updating "tmux-sensible"
     | Already up-to-date.
  "tmux-sensible" update success

Updating "tmux-scroll-copy-mode"
     | Updating 1ee5602..5e4c864
     | Fast-forward
     |  README.md             | 5 +++--
     |  scroll_copy_mode.tmux | 8 +++++---
     |  2 files changed, 8 insertions(+), 5 deletions(-)
  "tmux-scroll-copy-mode" update success
2016-09-14 17:22:13 -05:00
Bruno Sutic 9be7f975e9
Move all helpers to 'helpers/' dir 2015-08-03 17:56:45 +02:00
Bruno Sutic 0e9b64ffc4
Stop using global variable for tpm path 2015-08-03 15:30:19 +02:00
Bruno Sutic 5adc9a987f
Helper functions refactoring 2015-08-03 15:17:07 +02:00
Bruno Sutic 516a6ea4c4
Tmux echo function rename 2015-08-03 01:25:51 +02:00
Bruno Sutic 7ff8de38a4
Enable updating plugins via cli executable 2015-08-02 12:56:44 +02:00
Bruno Sutic 9949d48b6a
GIT_TERMINAL_PROMPT=0 2015-02-08 15:38:55 +01:00
Bruno Sutic 3af756d836 update_plugin script 2014-08-05 20:43:28 +02:00
Bruno Sutic 3a5f56f10d U key binding shows a list of installed plugins 2014-08-05 18:45:59 +02:00