From: Junio C Hamano Date: Mon, 20 Jun 2016 18:01:02 +0000 (-0700) Subject: Merge branch 'jc/clear-pathspec' X-Git-Tag: v2.10.0-rc0~196 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1958a17fe41ab424d7d655de66a04a7711e7bbd3;p=git-core%2Fgit.git Merge branch 'jc/clear-pathspec' We usually call a function that clears the contents a data structure X without freeing the structure itself clear_X(), and call a function that does clear_X() and also frees it free_X(). free_pathspec() function has been renamed to clear_pathspec() to avoid confusion. * jc/clear-pathspec: pathspec: rename free_pathspec() to clear_pathspec() --- 1958a17fe41ab424d7d655de66a04a7711e7bbd3