summaryrefslogtreecommitdiff
path: root/object.h
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-10 21:26:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-11 09:11:00 (GMT)
commite5e5e08832f7c4d581c0c70542e61235d21a8067 (patch)
tree1c03bc33b01ee380f214ac2245dcc96273bb8e1f /object.h
parentd807c4a01db2b06db047fc6d5d18ac25c8f05bd7 (diff)
downloadgit-e5e5e08832f7c4d581c0c70542e61235d21a8067.zip
git-e5e5e08832f7c4d581c0c70542e61235d21a8067.tar.gz
git-e5e5e08832f7c4d581c0c70542e61235d21a8067.tar.bz2
sha1_name.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 'object.h')
-rw-r--r--object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.h b/object.h
index f13f85b..b8e70e5 100644
--- a/object.h
+++ b/object.h
@@ -37,7 +37,7 @@ struct object_array {
* bundle.c: 16
* http-push.c: 16-----19
* commit.c: 16-----19
- * sha1_name.c: 20
+ * sha1-name.c: 20
* list-objects-filter.c: 21
* builtin/fsck.c: 0--3
* builtin/index-pack.c: 2021