Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-13 08:36:42 +0400
committerJunio C Hamano <gitster@pobox.com>2011-05-21 05:38:54 +0400
commitfd5db55d8b6668a1ff9583a6636a4d54ad9519f2 (patch)
tree55d092858570a0c35613245e1abca049808fe822 /streaming.h
parentf8c8abc5b76ffd763b9c7c5e4fb054358e82ca28 (diff)
write_entry(): separate two helper functions out
In the write-out codepath, a block of code determines what file in the working tree to write to, and opens an output file descriptor to it. After writing the contents out to the file, another block of code runs fstat() on the file descriptor when appropriate. Separate these blocks out to open_output_fd() and fstat_output() helper functions. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'streaming.h')
0 files changed, 0 insertions, 0 deletions