git clone --bare url/to.gitgit config remote.origin.fetch 'refs/heads/*:refs/heads/*'git fetchgit log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.loggit clone --bare url/to.gitgit config remote.origin.fetch 'refs/heads/*:refs/heads/*'git fetchgit log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.log