about summary refs log tree commit diff
path: root/xlocate
diff options
context:
space:
mode:
Diffstat (limited to 'xlocate')
-rwxr-xr-xxlocate4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlocate b/xlocate
index 7294790..90ba621 100755
--- a/xlocate
+++ b/xlocate
@@ -87,8 +87,8 @@ if [ -d "$XLOCATE_GIT" ]; then
 			echo "xlocate: database outdated, please run xlocate -g." 1>&2
 		fi
 	fi
-	$GIT_CMD -c grep.lineNumber=false --git-dir="$XLOCATE_GIT" grep -- "$@" @ |
-		sed 's/^@://; s/:/\t/' | grep .
+	$GIT_CMD -c grep.lineNumber=false -c grep.column=false --git-dir="$XLOCATE_GIT" grep -- "$@" @ |
+		sed 's/^@://' | column -ts: -l2 | grep .
 else
 	echo "xlocate: database not found, please use xlocate -S." 1>&2
 	exit 1