summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8bd867e)
raw | patch | inline | side by side (parent: 8bd867e)
author | Lars Noschinski <lars.noschinski@rwth-aachen.de> | |
Wed, 16 Jul 2008 11:35:46 +0000 (13:35 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Jul 2008 15:53:51 +0000 (08:53 -0700) |
git-cvsserver.perl contained a single call to a nonexistant function
cleanupWorkDir(). This was obviously a typo for cleanupWorkTree().
Signed-off-by: Lars Noschinski <lars@public.noschinski.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cleanupWorkDir(). This was obviously a typo for cleanupWorkTree().
Signed-off-by: Lars Noschinski <lars@public.noschinski.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl | patch | blob | history |
diff --git a/git-cvsserver.perl b/git-cvsserver.perl
index 920bbe15a3bbc7768d47a2adbc84aa81264e2226..b00d1c29cd3a7d2cd8bbcd7ea4f531e050fcfcb9 100755 (executable)
--- a/git-cvsserver.perl
+++ b/git-cvsserver.perl
}
# done; get out of the tempdir
- cleanupWorkDir();
+ cleanupWorkTree();
print "ok\n";