Hello, In a current 'git' source tree, next command does not includes refs/tags/v1.7.2. $ git bundle create ~/git.bundle v1.7.1..master After applying the git.bundle, now 'git version' does not show 1.7.2, but... $ git version git version 1.7.1.772.g64fdc I hope the 'git bundle' includes all the tags when I use 'master' or 'HEAD'. Well, I could use v1.7.1..v1.7.2. But want to use simple script like: $ git bundle create ~/git.bundle lastbundle..master $ git tag -f lastbundle master Thanks, namsh -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html