convert: drop arguments other than 'path' from would_convert_to_git()
authorSteffen Prohaska <redacted>
Thu, 21 Aug 2014 16:05:08 +0000 (18:05 +0200)
committerJunio C Hamano <redacted>
Thu, 21 Aug 2014 22:27:20 +0000 (15:27 -0700)
commit7ce7c7607b14248b1a3ae7cdd1c079eb3b6efa09
tree739246ff07944defd49afcd783734f24b10c4c0e
parent6c4ab27f2378ce67940b4496365043119d7ffff2
convert: drop arguments other than 'path' from would_convert_to_git()

It is only the path that matters in the decision whether to filter
or not.  Clarify this by making path the only argument of
would_convert_to_git().

Signed-off-by: Steffen Prohaska <redacted>
Signed-off-by: Junio C Hamano <redacted>
convert.h
sha1_file.c
git clone https://git.99rst.org/PROJECT