Commit 3cdc72ad authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

scripts/update-todo: Pass file directly to git commit (thx mxey)

parent 59370e1a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
#!/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