Re: [PATCH v10] tag: support configuring --sort via .gitconfig

2014-07-22 Thread Junio C Hamano
"Keller, Jacob E" writes: > Just a ping on the status of this patch? I wrote that v10 needs to be picked up in the last "What's cooking", I think I did so already and pushed out the result somewhere between 'master' and 'pu'. -- To unsubscribe from this list: send the line "unsubscribe git" in

Re: [PATCH v10] tag: support configuring --sort via .gitconfig

2014-07-22 Thread Keller, Jacob E
On Wed, 2014-07-16 at 14:48 -0700, Jacob Keller wrote: > Add support for configuring default sort ordering for git tags. Command > line option will override this configured value, using the exact same > syntax. > > Cc: Jeff King > Signed-off-by: Jacob Keller > Signed-off-by: Junio C Hamano > --

[PATCH v10] tag: support configuring --sort via .gitconfig

2014-07-16 Thread Jacob Keller
Add support for configuring default sort ordering for git tags. Command line option will override this configured value, using the exact same syntax. Cc: Jeff King Signed-off-by: Jacob Keller Signed-off-by: Junio C Hamano --- Based on what's in Junio's tree, this patch includes some minor chang