Is there any particular reason why there should be an *annotated* tag?
I have been making releases of e16 for quite some years now where the  
commit bumping the version number for release simply has the version as  
commit message, and IMO that is just fine.

However, I have been adding (simple) tags for a number of release commits,  
but it looks like I'm not allowed to push them:
$ git push --tags
Total 0 (delta 0), reused 0 (delta 0)
remote: C refs/tags/e16-1.0.10 e16/e16 kwo DENIED by fallthru
remote: error: hook declined to update refs/tags/e16-1.0.10
remote: C refs/tags/e16-1.0.11 e16/e16 kwo DENIED by fallthru
remote: error: hook declined to update refs/tags/e16-1.0.11
remote: C refs/tags/e16-1.0.12 e16/e16 kwo DENIED by fallthru
remote: error: hook declined to update refs/tags/e16-1.0.12
To git+ssh://[email protected]/e16/e16.git
  ! [remote rejected] e16-1.0.10 -> e16-1.0.10 (hook declined)
  ! [remote rejected] e16-1.0.11 -> e16-1.0.11 (hook declined)
  ! [remote rejected] e16-1.0.12 -> e16-1.0.12 (hook declined)
error: failed to push some refs to  
'git+ssh://[email protected]/e16/e16.git'

Is this on purpose?

/Kim


On Tue, 26 Mar 2013 10:56:43 +0100, Tom Hacohen <[email protected]>  
wrote:

> Is this a release? If so, could you tag (annotated one) it?
>
> git tag -a
>
> Cheers,
> Tom.
>
> On 26/03/13 09:49, Kim Woelders - Enlightenment Git wrote:
>> kwo pushed a commit to branch master.
>>
>> commit 861ca487c415e5139a420cadf80ce947c414c807
>> Author: Kim Woelders <[email protected]>
>> Date:   Tue Mar 26 07:19:59 2013 +0100
>>
>>      1.0.12.
>> ---
>>   ChangeLog    | 13 +++++++++++++
>>   configure.ac |  4 ++--
>>   2 files changed, 15 insertions(+), 2 deletions(-)
>>
>> diff --git a/ChangeLog b/ChangeLog
>> index 4fed848..351491a 100644
>> --- a/ChangeLog
>> +++ b/ChangeLog
>> @@ -5699,3 +5699,16 @@ Fix intended centering on parent of unplaced  
>> dialogs.
>>   Fix some issues reported by clang.
>>   Build silently (use AM_SILENT_RULES).
>>   Fix using e16 with xcompmgr.
>> +
>> +-------------------------------------------------------------------------------
>> +
>> +Mon Mar 25 17:55:11 CET 2013
>> +
>> +--- 1.0.12 ---
>> +Minor simplification in initial window registration.
>> +Eliminate unnecessary XSync.
>> +Don't unmap/map override-redirect windows during startup.
>> +CM: Fix override-redirect window registration detail.
>> +CM: Fix startup after recent changes.
>> +Danish translation update.
>> +Convert da.po to utf-8.
>> diff --git a/configure.ac b/configure.ac
>> index 104eee0..e3e2172 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -1,5 +1,5 @@
>> -m4_define([pkg_version],  [1.0.11])
>> -m4_define([pkg_revision], [002])
>> +m4_define([pkg_version],  [1.0.12])
>> +#m4_define([pkg_revision], [002])
>>   m4_define([pkg_version],  m4_ifdef([pkg_revision],  
>> [pkg_version.pkg_revision], [pkg_version]))
>>   m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date  
>> '+%y%m%d')"], [1]))
>>
>>
>
>
> ------------------------------------------------------------------------------
> Own the Future-Intel&reg; Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game
> on Steam. $5K grand prize plus 10 genre and skill prizes.
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to