From c6bd1fa7efa15db1326d6b92b13af9137da6bc54 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 Jun 2016 11:16:56 +0100 Subject: [PATCH] Typo --- .config/fish/functions/gl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/gl.fish b/.config/fish/functions/gl.fish index 5922196..1e44941 100644 --- a/.config/fish/functions/gl.fish +++ b/.config/fish/functions/gl.fish @@ -1,3 +1,3 @@ function gl - git log --online --graph --decorate --all $argv; + git log --oneline --graph --decorate --all $argv; end