From 3cdc72ad068b9e63295e3d2f941da403690ad966 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 5 May 2011 15:14:54 +0200 Subject: scripts/update-todo: Pass file directly to git commit (thx mxey) --- scripts/update-todo.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/update-todo.sh b/scripts/update-todo.sh index 3e108a0..962ad70 100755 --- a/scripts/update-todo.sh +++ b/scripts/update-todo.sh @@ -1,7 +1,4 @@ #!/bin/sh -e -test -z "$(git ls-files --modified --deleted --others --exclude-standard)" - ghi --repo=derf/feh --verbose list > TODO -git add TODO -git commit -m 'Update TODO (via github)' +git commit -m 'Update TODO (via github)' TODO -- cgit v1.2.3