diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2020-07-11 12:25:51 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-10-11 20:13:06 +0100 |
commit | 1ec4702a51b1074fb7109a841dc95a192feb8525 (patch) | |
tree | e02df14e26409fe908baa191ba459b35ab70b849 | |
parent | e316b0d3d64eb8f65f4109c1565d929b29e1d33a (diff) | |
download | libgit2-1ec4702a51b1074fb7109a841dc95a192feb8525.tar.gz |
Rename global.c to libgit2.c
Now that we've identified that our global settings really aren't global
at all, and refactored the library to match that, change global.c to
libgit2.c, which is especially nice since the prefix of the functions
matches the filename.
-rw-r--r-- | src/libgit2.c (renamed from src/global.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/global.c b/src/libgit2.c index e6b7f46f0..e6b7f46f0 100644 --- a/src/global.c +++ b/src/libgit2.c |