From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?Big5?B?pEG7xL5Z?= Subject: git-tag documentation enhancement Date: Sun, 29 Jul 2012 20:33:24 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Jul 29 14:33:32 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SvSgd-0000rR-BM for gcvg-git-2@plane.gmane.org; Sun, 29 Jul 2012 14:33:31 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752547Ab2G2Md0 (ORCPT ); Sun, 29 Jul 2012 08:33:26 -0400 Received: from mail-lpp01m010-f46.google.com ([209.85.215.46]:58026 "EHLO mail-lpp01m010-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752316Ab2G2MdZ (ORCPT ); Sun, 29 Jul 2012 08:33:25 -0400 Received: by lahd3 with SMTP id d3so2974112lah.19 for ; Sun, 29 Jul 2012 05:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZHQdHyd/euk+RnfxWaJ6fpjOm1NSkecw9ShPHjtrgFY=; b=k1dyLramMV3UZGwAgGg9MgUlahASKNLBezl/8DplRgmDi7GWRbO51oITbdRwNUb3SU gfmOkfVZDeC69q0zVoxz3p4eJI4ZmDJbbgvfolReQTXVyPZuGyrbTRs0Y7h49P1ZCqjM 484CAk4pWNTNpX9x50iDxwGgarC9Kriz8EXS5Dw0xD9Iyy3r6OmmMifF+xPJ8YGRWyFL 57sljvFIk0MJcLNGflHTCivpbXtv2XOOpIxo6tblWi8hApLcOP+jBGtKmiqPsXy7xpGs K3dH+TFVv5MTEcW93jULn2ahcGIfsDSC1bBGODvvU0MFgRwq5Gu6F77yytx6AH5lROX6 rhbw== Received: by 10.152.132.233 with SMTP id ox9mr8274560lab.25.1343565204506; Sun, 29 Jul 2012 05:33:24 -0700 (PDT) Received: by 10.112.42.72 with HTTP; Sun, 29 Jul 2012 05:33:24 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Dear Sir, I would like to enhance git-tag documentation --Unless -f is given, the tag to be created must not yet exist in the .git/refs/tags/ directory. ++Unless -f is given, the tag to be created must not yet exist in the .git/refs/tags/ directory or inside .git/packed-refs file. Regards, ch3cooli