Merge branch 'jc/clear-pathspec'
commit1958a17fe41ab424d7d655de66a04a7711e7bbd3
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Jun 2016 18:01:02 +0000 (20 11:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jun 2016 18:01:02 +0000 (20 11:01 -0700)
tree3292b775bbad12eb7741195b50b29df3e08f37d1
parent0196c75e14b52558bd071dc86ccf037cdcd60159
parented6e8038f98e7f15e571a9a291ee4acf438b4dc5
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()