Remove the last caller of the get_pathspec function and the get_pathspec 
function
itself.

I stumbled into this as I was reading the documentation on pathspec, and the
first sentence

  get_pathspec() is obsolete and should never be used in new code.

made me wonder.

This replaces sb/remove-get-pathspec

Stefan Beller (2):
  builtin/mv: remove get_pathspec()
  pathspec: remove deprecated get_pathspec

 Documentation/technical/api-setup.txt |  2 --
 builtin/mv.c                          | 16 +++++++++++++---
 cache.h                               |  1 -
 pathspec.c                            | 36 -----------------------------------
 pathspec.h                            |  2 +-
 5 files changed, 14 insertions(+), 43 deletions(-)

-- 
2.5.0.239.g9728e1d.dirty

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to