git plugin doesn't detect changes when I create duplicate sub name branch.

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      After the branch creation, Git repository has following branches:
      % git branch -l -r
      origin/HEAD -> origin/master
      origin/develop/master
      origin/master
      You can see `master' and `develop/master' have duplicate sub name.
      I specified `master' branch to poll changes (and not specify develop/master).

      I notice that following command outputs two lines. This behavior might be a hint.
      % git ls-remote repo.git master
      f51fe2b0cb10c3187bad89af860a3a365623db35 refs/heads/develop/master
      7216584eec594056800ba76840b0508b0d7453a2 refs/heads/master

            Assignee:
            Nicolas De Loof
            Reporter:
            Akihiro Sagawa
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: