diff options
author | Stefan Beller <sbeller@google.com> | 2016-12-20 15:20:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-27 14:19:35 -0800 |
commit | bd26756112c0b9394f0aea0a77e7f713ffb0cd00 (patch) | |
tree | 1db00c888c380f71d5a809c776643cc960241342 /t/t7516-commit-races.sh | |
parent | worktree: initialize return value for submodule_uses_worktrees (diff) | |
download | tgif-bd26756112c0b9394f0aea0a77e7f713ffb0cd00.tar.xz |
submodule.h: add extern keyword to functions
As the upcoming series will add a lot of functions to the submodule
header, let's first make the header consistent to the rest of the project
by adding the extern keyword to functions.
As per the CodingGuidelines we try to stay below 80 characters per line,
so adapt all those functions to stay below 80 characters that are already
using more than one line. Those function using just one line are better
kept in one line than breaking them up into multiple lines just for the
goal of staying below the character limit as it makes grepping
for functions easier if they are one liners.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7516-commit-races.sh')
0 files changed, 0 insertions, 0 deletions