Re: [PATCH v3 16/56] add_branch_for_removal(): don't set util field of string_list entries

2015-06-05 Thread Michael Haggerty
On 05/25/2015 08:38 PM, brian m. carlson wrote: From: Michael Haggerty mhag...@alum.mit.edu They were never used. [...] I happened to dig into the background of this change a little more, and this is what I found out. When deleting remote-tracking references, we used to record the old_sha1

[PATCH v3 16/56] add_branch_for_removal(): don't set util field of string_list entries

2015-05-25 Thread brian m. carlson
From: Michael Haggerty mhag...@alum.mit.edu They were never used. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu Signed-off-by: brian m. carlson sand...@crustytoothpaste.net --- builtin/remote.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/builtin/remote.c