diff options
author | 2018-04-25 13:29:05 +0900 | |
---|---|---|
committer | 2018-04-25 13:29:05 +0900 | |
commit | 89e5aa3dff7c83de2c21253d32ed8399f56ab430 (patch) | |
tree | 195cb65b99daa602dd8f89638c23ceac04785c57 /Documentation | |
parent | Merge branch 'cc/perf-bisect' (diff) | |
parent | replace_object.c: rename to use dash in file name (diff) | |
download | tgif-89e5aa3dff7c83de2c21253d32ed8399f56ab430.tar.xz |
Merge branch 'sb/filenames-with-dashes'
Rename bunch of source files to more consistently use dashes
instead of underscores to connect words.
* sb/filenames-with-dashes:
replace_object.c: rename to use dash in file name
sha1_file.c: rename to use dash in file name
sha1_name.c: rename to use dash in file name
exec_cmd: rename to use dash in file name
unicode_width.h: rename to use dash in file name
write_or_die.c: rename to use dashes in file name
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/api-object-access.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-object-access.txt b/Documentation/technical/api-object-access.txt index a1162e5bcd..5b29622d00 100644 --- a/Documentation/technical/api-object-access.txt +++ b/Documentation/technical/api-object-access.txt @@ -1,7 +1,7 @@ object access API ================= -Talk about <sha1_file.c> and <object.h> family, things like +Talk about <sha1-file.c> and <object.h> family, things like * read_sha1_file() * read_object_with_reference() |