Commit dates when migrating repos to github
Just a quick note sharing something I learnt recently. When migrating MCZ repos to git, set the commit-date of the first empty commit back past the first MCZ date. https://leewc.com/articles/making-past-git-commits/ After the MCZs have been exported, check the commit-date matches the author date. $ git log --format=fuller or otherwise force it so... $ git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' cheers -ben
do you know of some resources, tutorial or documentaton I can read to learn how to use Iceberg? I'm completely lost. thanks Nacho ----- Nacho Smalltalker apprentice. Buenos Aires, Argentina. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
On Wed, 21 Nov 2018 at 22:22, nacho <0800nacho@gmail.com> wrote:
do you know of some resources, tutorial or documentaton I can read to learn how to use Iceberg? I'm completely lost. thanks Nacho
How familiar are you already with git? This seems to be the most recent video... https://www.youtube.com/watch?v=PK2yCu2rWCc Notes from the main repo... https://github.com/pharo-vcs/iceberg/tree/master/docs cheers -ben
participants (2)
-
Ben Coman -
nacho