Files
git/builtin
Junio C Hamano b64a984606 hash-object: reduce file-scope statics
Most of the knobs that affect helper functions called from
cmd_hash_object() were passed to them as parameters already, and the
only effect of having them as file-scope statics was to make the
reader wonder if the parameters are hiding the file-scope global
values by accident.  Adjust their initialisation and make them
function-local variables.

The only exception was no_filters hash_stdin_paths() peeked from the
file-scope global, which was converted to a parameter to the helper
function.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-09-11 12:23:42 -07:00
..
2014-07-16 11:10:11 -07:00
2014-09-11 10:33:26 -07:00
2014-09-09 12:54:03 -07:00
2014-09-11 10:33:32 -07:00
2014-09-09 12:54:06 -07:00
2014-09-09 12:54:02 -07:00
2014-09-11 10:33:32 -07:00
2014-09-02 13:23:20 -07:00
2014-01-17 12:21:20 -08:00
2014-07-09 11:34:05 -07:00
2014-07-16 13:06:41 -07:00
2014-07-21 12:35:39 -07:00
2014-09-02 13:28:44 -07:00
2014-08-13 09:50:58 -07:00
2014-09-11 10:33:31 -07:00
2014-04-30 10:30:02 -07:00
2014-07-16 11:25:40 -07:00
2014-09-02 13:28:44 -07:00
2014-01-17 12:21:20 -08:00
2014-09-11 10:33:31 -07:00
2014-07-16 11:25:40 -07:00