diff options
author | Stefan Beller <sbeller@google.com> | 2015-01-07 19:23:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-07 19:56:42 -0800 |
commit | a6a843196869659ee55238e474be29018987c4bf (patch) | |
tree | a941a1c70446afa9c9f198b7fc349adfdc9bcfd1 /t/t7501-commit.sh | |
parent | refs.c: let fprintf handle the formatting (diff) | |
download | tgif-a6a843196869659ee55238e474be29018987c4bf.tar.xz |
receive-pack.c: shorten the execute_commands loop over all commands
Make the main "execute_commands" loop in receive-pack easier to read
by splitting out some steps into helper functions. The new helper
'should_process_cmd' checks if a ref update is unnecessary, whether
due to an error having occurred or for another reason. The helper
'warn_if_skipped_connectivity_check' warns if we have forgotten to
run a connectivity check on a ref which is shallow for the client
which would be a bug.
This will help us to duplicate less code in a later patch when we make
a second copy of the "execute_commands" loop.
No functional change intended.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7501-commit.sh')
0 files changed, 0 insertions, 0 deletions