Git development
 help / color / mirror / Atom feed
From: Lars Noschinski <lars.noschinski@rwth-aachen.de>
To: git@vger.kernel.org, gitster@pobox.com
Cc: fabian.emmes@rwth-aachen.de
Subject: [PATCH] git-cvsserver: fix call to nonexistant cleanupWorkDir()
Date: Wed, 16 Jul 2008 13:35:46 +0200	[thread overview]
Message-ID: <20080716113546.GA23390@lars.home.noschinski.de> (raw)

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>
---
  git-cvsserver.perl |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-cvsserver.perl b/git-cvsserver.perl
index 920bbe1..b00d1c2 100755
--- a/git-cvsserver.perl
+++ b/git-cvsserver.perl
@@ -1884,7 +1884,7 @@ sub req_annotate
      }
  
      # done; get out of the tempdir
-    cleanupWorkDir();
+    cleanupWorkTree();
  
      print "ok\n";
  
-- 
1.5.5.2

                 reply	other threads:[~2008-07-16 11:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080716113546.GA23390@lars.home.noschinski.de \
    --to=lars.noschinski@rwth-aachen.de \
    --cc=fabian.emmes@rwth-aachen.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox