Fix up INSTALL and "git add"

As suggested by Junio
This commit is contained in:
Linus Torvalds
2005-06-18 23:44:54 -07:00
parent 2160a025d2
commit 1c107dc422
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
git-update-cache --add "$@"
git-update-cache --add -- "$@"