* David Cantrell (david at cantrell.org.uk) wrote: >Now, my question - can I delete the branch, while still leaving the tag >in place? Yes, branches (as are tags) are just pointers to commits. As long as a commit is reachable via some pointer, it won't be GC'd. ..david