1
0
Fork 0
mirror of synced 2024-06-01 06:41:11 -04:00
tpm/scripts
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
..
helpers Fix plugin line start with tab problem 2016-02-01 14:41:50 +08:00
check_tmux_version.sh Add tmux version check 2014-07-17 23:14:32 +02:00
clean_plugins.sh Move all helpers to 'helpers/' dir 2015-08-03 17:56:45 +02:00
install_plugins.sh Move all helpers to 'helpers/' dir 2015-08-03 17:56:45 +02:00
source_plugins.sh Move all helpers to 'helpers/' dir 2015-08-03 17:56:45 +02:00
update_plugin.sh Now outputs git pull status when updating plugins. 2016-09-14 17:22:13 -05:00
update_plugin_prompt_handler.sh Helper functions refactoring 2015-08-03 15:17:07 +02:00
variables.sh TPM path refactoring 2015-08-03 00:59:13 +02:00