diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-18 23:44:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-18 23:44:54 -0700 |
commit | 1c107dc422498085493a5cccbac50096284ebe94 (patch) | |
tree | fb0379df4a55a4c5826e7746adde58e1b877c2f2 /git-add-script | |
parent | 2160a025d2a20202e323d33d879521d23e28b709 (diff) | |
download | git-1c107dc422498085493a5cccbac50096284ebe94.tar.gz |
Fix up INSTALL and "git add"
As suggested by Junio
Diffstat (limited to 'git-add-script')
-rwxr-xr-x | git-add-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add-script b/git-add-script index 7726886da4..61ec0404f0 100755 --- a/git-add-script +++ b/git-add-script @@ -1,2 +1,2 @@ #!/bin/sh -git-update-cache --add "$@" +git-update-cache --add -- "$@" |