summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-10 14:26:20 -0700
committerJunio C Hamano <gitster@pobox.com>2018-04-11 18:11:00 +0900
commitfc1395f4a491a7da46a446233531005634eb979d (patch)
tree87cfa522d0d850536d04bdee7574cbe27c38d411 /Documentation
parente5e5e08832f7c4d581c0c70542e61235d21a8067 (diff)
downloadgit-fc1395f4a491a7da46a446233531005634eb979d.tar.gz
sha1_file.c: rename to use dash in file name
This is more consistent with the project style. The majority of Git's source files use dashes in preference to underscores in their file names. Signed-off-by: Stefan Beller <sbeller@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/api-object-access.txt2
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()