Merge branch 'jc/unused-symbols'
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:44:07 +0000 (13:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:44:07 +0000 (13:44 -0800)
Mark file-local symbols as "static", and drop functions that nobody
uses.

* jc/unused-symbols:
shallow.c: make check_shallow_file_for_update() static
remote.c: make clear_cas_option() static
urlmatch.c: make match_urls() static
revision.c: make save_parents() and free_saved_parents() static
line-log.c: make line_log_data_init() static
pack-bitmap.c: make pack_bitmap_filename() static
prompt.c: remove git_getpass() nobody uses
http.c: make finish_active_slot() and handle_curl_result() static

1  2 
http.c
pack-bitmap.c
remote.c
remote.h
revision.c
revision.h
shallow.c
diff --cc http.c
Simple merge
diff --cc pack-bitmap.c
Simple merge
diff --cc remote.c
Simple merge
diff --cc remote.h
Simple merge
diff --cc revision.c
Simple merge
diff --cc revision.h
Simple merge
diff --cc shallow.c
Simple merge