interpret_branch_name: move docstring to header file
commite322b60d65a14578995839caa5f48f5426236fdf
authorJeff King <peff@peff.net>
Thu, 2 Mar 2017 08:21:23 +0000 (2 03:21 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Mar 2017 19:05:03 +0000 (2 11:05 -0800)
tree27b09fd5d1e06593d4c407862339be3b257859b4
parent13228c30a6476456ee64eb7cefb7786d82fd2ca7
interpret_branch_name: move docstring to header file

We generally put docstrings with function declarations,
because it's the callers who need to know how the function
works. Let's do so for interpret_branch_name().

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
sha1_name.c