RETIRED, Gerrit as used by OpenStack
Go to file
Edwin Kempin 0ec0d19c46 ListTags: Fix ref in TagInfo for signed/annotated tags
'Constants.R_TAGS + tag.getTagName()' was used as ref for the TagInfo,
but tag.getTagName() returns the name of the tag from the tag header
which might be different from the ref name.

E.g. create an annotated tag refs/tags/T1 and push it twice, once as
refs/tags/T1 and once as refs/tags/T2:

  $ git tag -a T1
  $ git push refs/tags/T1:refs/tags/T1
  $ git push refs/tags/T1:refs/tags/T2

In the target repository you get 2 tags with different refs
(refs/tags/T1 and refs/tags/T2), but both tags have the same tag name
in the header (T1).

Change-Id: Ia67f9fc96926d2b98a16330c5d96b9e842417f19
Signed-off-by: Edwin Kempin <ekempin@google.com>
2015-10-07 13:34:55 +02:00
.settings RFC: Enable Eclipse warning about fall-through cases in switch statements 2015-02-03 12:17:49 +09:00
bucklets Rename __standalone_mode__ to STANDALONE_MODE 2014-11-24 08:44:12 +00:00
contrib Fix minor python code style issues 2014-12-18 02:51:06 +00:00
Documentation Fix clone URL in quick-install documentation 2015-09-25 14:56:06 -04:00
gerrit-acceptance-tests ListTags: Fix ref in TagInfo for signed/annotated tags 2015-10-07 13:34:55 +02:00
gerrit-antlr Support change~branch~id in query syntax 2014-12-10 09:55:08 -08:00
gerrit-cache-h2 H2: Don't show stack trace when failing to build BloomFilter 2015-04-28 07:43:29 +00:00
gerrit-common Make LabelTypeIT tests assume copy-score defaults now initialized herein 2015-03-19 13:55:20 +09:00
gerrit-extension-api Set version to 2.11.3 2015-08-05 10:22:03 +09:00
gerrit-gwtdebug Organize imports 2014-12-18 11:16:03 +09:00
gerrit-gwtexpui Prefer JavaScript clipboard API if available 2015-07-28 12:37:10 +09:00
gerrit-gwtui Show correct change status for draft patch sets 2015-08-04 13:20:33 +00:00
gerrit-gwtui-common Remove unused "remove reviewer" image 2015-01-08 18:39:58 +09:00
gerrit-httpd Insert Change-Id into access right changes 2015-09-29 09:40:28 +09:00
gerrit-launcher Fix some warnings raised by CheckStyle 2015-02-12 19:38:30 +09:00
gerrit-lucene Bind OnlineReindexer.Factory in LuceneIndexModule 2015-07-13 12:31:42 +09:00
gerrit-main Build Main for Java 1.2 2013-11-30 01:53:00 -08:00
gerrit-oauth Merge branch 'stable-2.10' into stable-2.11 2015-05-07 10:37:48 +09:00
gerrit-openid Merge branch 'stable-2.10' into stable-2.11 2015-05-07 10:37:48 +09:00
gerrit-patch-commonsnet Replace 'for' loop with 'foreach' 2013-12-04 01:02:53 +04:00
gerrit-patch-jgit Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-pgm Fix disabling of git ssh 'download' scheme within DefaultCommandModule 2015-06-30 11:10:05 -04:00
gerrit-plugin-api Set version to 2.11.3 2015-08-05 10:22:03 +09:00
gerrit-plugin-archetype Set version to 2.11.3 2015-08-05 10:22:03 +09:00
gerrit-plugin-gwt-archetype Set version to 2.11.3 2015-08-05 10:22:03 +09:00
gerrit-plugin-gwtui Set version to 2.11.3 2015-08-05 10:22:03 +09:00
gerrit-plugin-js-archetype Set version to 2.11.3 2015-08-05 10:22:03 +09:00
gerrit-prettify Pack prettify.min.{js,css} into documentation. 2015-06-26 03:04:09 +00:00
gerrit-reviewdb Move edit ref name methods from ChangeEditUtil to RefNames 2015-04-16 19:17:29 +09:00
gerrit-server ListTags: Fix ref in TagInfo for signed/annotated tags 2015-10-07 13:34:55 +02:00
gerrit-solr Add index configuration to specify maximum possible limit 2015-01-20 11:04:08 -08:00
gerrit-sshd Add ssh command to activate the latest index 2015-07-09 08:05:11 -04:00
gerrit-util-cli Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-util-http Refactor RequestUtil into a separate package 2014-10-30 15:35:26 -07:00
gerrit-util-ssl Turn on many more Eclipse warnings, and fix them 2014-10-29 15:00:17 -07:00
gerrit-war Set version to 2.11.3 2015-08-05 10:22:03 +09:00
lib Replace vanilla parboiled with grappa library 2015-07-28 11:51:20 +09:00
plugins Update replication plugin to latest revision 2015-08-21 10:46:08 +09:00
ReleaseNotes Release notes for Gerrit 2.11.3 2015-08-21 10:20:32 +09:00
tools Remove org.json:json and fix gwt-dev deps 2015-06-26 06:29:43 +00:00
website/releases Releases: Update website to use Cloud Storage v1 API 2014-11-21 12:22:59 -08:00
.buckconfig Add buck build soyc to output GWT split point report 2015-01-15 04:40:28 +00:00
.buckversion Update buck version to same as master 2015-04-14 14:47:50 +09:00
.gitignore Add '/.apt_generated' and '/.factorypath' to .gitignore 2015-04-29 13:56:33 +02:00
.gitmodules Add singleusergroup plugin 2013-11-09 07:45:00 +01:00
.mailmap Update mailmap 2015-01-23 17:56:02 +09:00
.pydevproject Update PyDev project to use Python 2.7 2014-10-02 15:16:44 +09:00
.watchmanconfig Watchman: Add buck-out dir to ignored directories 2014-08-21 07:32:37 +02:00
BUCK Update Buck and use gwt_binary() 2014-05-19 11:41:31 -07:00
COPYING Initial project setup of Gerrit 2 2008-11-14 16:59:34 -08:00
INSTALL Remove Gerrit 1.x to 2.x import tools 2009-03-27 20:20:10 -07:00
SUBMITTING_PATCHES Update push URL in SUBMITTING_PATCHES 2012-03-29 00:57:14 -04:00
VERSION Set version to 2.11.3 2015-08-05 10:22:03 +09:00