diff options
author | Peter Eriksen <s022018@student.dtu.dk> | 2007-01-22 21:29:45 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-22 13:11:46 -0800 |
commit | 8276c0070f8f8959ab4b6ec458fa0740e9abda9e (patch) | |
tree | ad334ea6b5c67e9b4d01095c335d28ab2b5baa30 /git-svn.perl | |
parent | e136f33b5ff9b2293a61073295b0294fad8e6e42 (diff) | |
download | git-8276c0070f8f8959ab4b6ec458fa0740e9abda9e.tar.gz |
sha1_file.c: Avoid multiple calls to find_pack_entry().
We used to call find_pack_entry() twice from read_sha1_file() in order
to avoid printing an error message, when the object did not exist. This
is fixed by moving the call to error() to the only place it really
could be called.
Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-svn.perl')
0 files changed, 0 insertions, 0 deletions