On 02/28/2011 06:37 AM, Jose Luis Zabalza wrote: > This behavior is due to the action of update-version.sh script and it > is source of problems because it causes conflicts when someone push > his version to git repository and you mix your version with git pull.
the date update is not a problem. when try to commit and git doesn't let you (because you're not fast-forward anymore), you'll do a 'git pull --rebase' anyway. if that commits in between that you've missed do contain the date change or not doesn't really mater. what otoh matters and which is in need of a fix, is, the mess with the po stuff that leads to trouble during rebasing. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [email protected] Internet: http://people.progress-technologies.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
