Re: [PATCH v2 5/8] branch: drop non-commit error reporting

2015-08-19 Thread Karthik Nayak
On Wed, Aug 19, 2015 at 8:53 PM, Matthieu Moy wrote: > Karthik Nayak writes: > >> Remove the error reporting variable to make the code easier to port >> over to using ref-filter APIs. This variable is not require as in > > s/is not require/&d/ > Will change. -- Regards, Karthik Nayak -- To u

Re: [PATCH v2 5/8] branch: drop non-commit error reporting

2015-08-19 Thread Matthieu Moy
Karthik Nayak writes: > Remove the error reporting variable to make the code easier to port > over to using ref-filter APIs. This variable is not require as in s/is not require/&d/ -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git

[PATCH v2 5/8] branch: drop non-commit error reporting

2015-08-18 Thread Karthik Nayak
Remove the error reporting variable to make the code easier to port over to using ref-filter APIs. This variable is not require as in ref-filter we already check for possible errors and report them. Based-on-patch-by: Jeff King Mentored-by: Christian Couder Mentored-by: Matthieu Moy Signed-off-