Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information