author | Junio C Hamano <gitster@pobox.com> | |
Sat, 28 Feb 2009 07:58:50 +0000 (23:58 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 28 Feb 2009 09:06:05 +0000 (01:06 -0800) | ||
commit | 2478dc84b5fb2617bfab3a8f65f1270de578b94a | |
tree | ef740f03ff626e2873eca2fbf218dc962ab3c2c6 | tree | snapshot |
parent | 718258e256b74622aa55f5ee0cb9cff4cce6bf9f | commit | diff |
git-repack: resist stray environment variable
The script used $args and $existing without initializing it to empty. It
would have been confused by an environment variable the end user had
before running it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The script used $args and $existing without initializing it to empty. It
would have been confused by an environment variable the end user had
before running it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-repack.sh | diff | blob | history |