From aae9702010c0f13bbc7e13ebbffe73860c87e967 Mon Sep 17 00:00:00 2001 From: Will Hilton Date: Thu, 11 Aug 2016 14:43:44 -0400 Subject: [PATCH] Replace 'column' with 'vl' (npm install vl) because Windows --- bin/g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/g b/bin/g index 5f7d579..9c2de63 100755 --- a/bin/g +++ b/bin/g @@ -222,7 +222,7 @@ done < "$TEMP/merged.branches" git for-each-ref --sort=-committerdate refs/remotes \ --format='%(HEAD) %(color:green)%(committerdate:relative)%(color:reset)|%(color:red)%(objectname:short)%(color:reset)|%(color:blue)%(refname:short)%(color:reset)' > "$TEMP/remote.branches" # Print them in columns -cat "$TEMP/local.branches" "$TEMP/remote.branches" | column -ts'|' +cat "$TEMP/local.branches" "$TEMP/remote.branches" | vl -s'\|' ;; fetch)