Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-3447

'git tag' invokes editor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • git-plugin
    • None
    • Platform: All, OS: All

      When 'git tag' is run an editor is invoked to allow interactive entry of the tag
      comment, even though the comment was supplied on the command line. The command
      was issued as

      git tag -a -f hudson-jobname-44 -m "Hudson Build #44"

      I found that putting the tag name last works much better:

      git tag -a -f -m "Hudson Build #44" hudson-jobname-44

      I am using git version 1.5.2.1 on RedHat Enterprise Linux 5.3.

            jbq jbq
            ilikeimac ilikeimac
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: