aboutsummaryrefslogtreecommitdiff
path: root/git-add-script
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-18 23:44:54 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-18 23:44:54 -0700
commit1c107dc422498085493a5cccbac50096284ebe94 (patch)
treefb0379df4a55a4c5826e7746adde58e1b877c2f2 /git-add-script
parent2160a025d2a20202e323d33d879521d23e28b709 (diff)
downloadgit-1c107dc422498085493a5cccbac50096284ebe94.tar.gz
git-1c107dc422498085493a5cccbac50096284ebe94.tar.xz
Fix up INSTALL and "git add"
As suggested by Junio
Diffstat (limited to 'git-add-script')
-rwxr-xr-xgit-add-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add-script b/git-add-script
index 7726886da..61ec0404f 100755
--- a/git-add-script
+++ b/git-add-script
@@ -1,2 +1,2 @@
#!/bin/sh
-git-update-cache --add "$@"
+git-update-cache --add -- "$@"