summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorPeter Eriksen <s022018@student.dtu.dk>2007-01-22 21:29:45 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-22 13:11:46 -0800
commit8276c0070f8f8959ab4b6ec458fa0740e9abda9e (patch)
treead334ea6b5c67e9b4d01095c335d28ab2b5baa30 /git.c
parente136f33b5ff9b2293a61073295b0294fad8e6e42 (diff)
downloadgit-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.c')
0 files changed, 0 insertions, 0 deletions