Re: [PATCH 00/13] Improve refs module encapsulation

2015-06-09 Thread Junio C Hamano
Michael Haggerty mhag...@alum.mit.edu writes: Add functions to the reference API to * Delete a bunch of references at once, but *without* failing the whole transaction if one of the deletions fails. This functionality is used by `git remote remove` and `git remote prune`. * Create

Re: [PATCH 00/13] Improve refs module encapsulation

2015-06-08 Thread Stefan Beller
On Mon, Jun 8, 2015 at 4:45 AM, Michael Haggerty mhag...@alum.mit.edu wrote: Add functions to the reference API to * Delete a bunch of references at once, but *without* failing the whole transaction if one of the deletions fails. This functionality is used by `git remote remove` and `git

[PATCH 00/13] Improve refs module encapsulation

2015-06-08 Thread Michael Haggerty
Add functions to the reference API to * Delete a bunch of references at once, but *without* failing the whole transaction if one of the deletions fails. This functionality is used by `git remote remove` and `git remote prune`. * Create initial references during `git clone`. (During clone,