Commit 1d1fa65fba107c575a2a540258838f117a3ed520

Authored by Shrikant Sharat
1 parent f1387e5be1

Don't use a pager for output display.

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

... ... @@ -176,7 +176,8 @@ antigen-revert () {
176 176  
177 177 # A temporary function wrapping the `git` command with repeated arguments.
178 178 --plugin-git () {
179   - eval git --git-dir=$clone_dir/.git --work-tree=$clone_dir "$@"
  179 + eval git --no-pager \
  180 + --git-dir=$clone_dir/.git --work-tree=$clone_dir "$@"
180 181 }
181 182  
182 183 # Clone if it doesn't already exist.