Hi all
Marc recently noticed that some tags in Git repository were wrong. I hopefully reviewed and fixed them all and the tags should be correct now. As the old tags are not automatically update when you do simple pull, please update your local copy of tags using:
git pull --tags
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
2010/4/22 Michal Čihař :
Hi all
Marc recently noticed that some tags in Git repository were wrong. I hopefully reviewed and fixed them all and the tags should be correct now. As the old tags are not automatically update when you do simple pull, please update your local copy of tags using:
git pull --tags
When doing this, I get this message :
Fetching tags only, you probably meant: git fetch --tags
I guess the outcome is the same. ;)
Greets,
Dieter
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
- -- Groetjes,
Dieter Adriaenssens
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi
Dne Thu, 22 Apr 2010 19:54:40 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
2010/4/22 Michal Čihař :
git pull --tags
When doing this, I get this message :
Fetching tags only, you probably meant: git fetch --tags
Well in this case it should be equivalent, because you already have all the objects, just some tags were moved around.
- -- Michal Čihař | http://cihar.com | http://blog.cihar.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
2010/4/22 Michal Čihař :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi
Dne Thu, 22 Apr 2010 19:54:40 +0200 Dieter Adriaenssens napsal(a):
2010/4/22 Michal Čihař :
git pull --tags
When doing this, I get this message :
Fetching tags only, you probably meant: git fetch --tags
Well in this case it should be equivalent, because you already have all the objects, just some tags were moved around.
I see. I guess my local git was up to date, I last updated yesterday evening (CET).
Is it a good idea to use the '--tags' parameter with every 'git pull'? In order to stay completely in sync with the mean repository. Or does this cause unwanted overhead?
Greets,
Dieter
Michal Čihař | http://cihar.com | http://blog.cihar.com
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkvQkSUACgkQ3DVS6DbnVgRPxQCffKmMSPmUyWt55JRImjJcyFp0 v2AAn0D/J/ri3VML4GY+qOR5iZfjVe/L =fs0A
-----END PGP SIGNATURE-----
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
- -- Groetjes,
Dieter Adriaenssens
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi
Dne Thu, 22 Apr 2010 20:19:26 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
Is it a good idea to use the '--tags' parameter with every 'git pull'? In order to stay completely in sync with the mean repository. Or does this cause unwanted overhead?
It is not needed as the tags should not move normally (in fact you are not allowed to move tags in remote repository unless you make extra effort to do so). And you will get tags on new commits automatically.
- -- Michal Čihař | http://cihar.com | http://blog.cihar.com