On Saturday 18 October 2008, SZEDER Gábor wrote: > On Sat, Oct 18, 2008 at 01:15:49PM +0200, Johan Herland wrote: > > Go have a look in .git/packed-refs. Then have a read through > > git-pack-refs(1). > > Oh, indeed, my good old refs are there! Thanks for the info. BTW, the best way IMHO to archive old refs is to clone your repo (with all tags/branches) to a backup disk, and then regularly push (git push --all && git push --tags) your new tags/branches to this backup. You are now free to delete these tags/branches from your work repo (they will not be deleted from the backup unless you use "git push --mirror"). And if you ever need to retrieve an old tag/branch, it's just a matter of pulling it from the backup repo. Nice, clean, flexible, and requires no changes to git. Have fun! :) ...Johan -- Johan Herland, <johan@xxxxxxxxxxx> www.herland.net -- 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