aboutsummaryrefslogtreecommitdiffstats
path: root/get-tar-commit-id.c
diff options
context:
space:
mode:
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>2005-09-06 21:21:16 +0200
committerJunio C Hamano <junkio@cox.net>2005-09-06 13:49:11 -0700
commit760b6634461ded0a9f09e86388c0ad7500641f1e (patch)
tree184370fb4eb0265b03b059411ae8cd0cb1e6b2e6 /get-tar-commit-id.c
parent0d821d4dab346c9891e937d5f10c3261e1bbf13a (diff)
downloadgit-760b6634461ded0a9f09e86388c0ad7500641f1e.tar.gz
[PATCH] Update documentation for git-get-tar-commit-id
... and add a copyright notice. [jc: also move its entry in git.txt from undocumented section.] Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'get-tar-commit-id.c')
-rw-r--r--get-tar-commit-id.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/get-tar-commit-id.c b/get-tar-commit-id.c
index a1a17e53d2..416629035c 100644
--- a/get-tar-commit-id.c
+++ b/get-tar-commit-id.c
@@ -1,3 +1,6 @@
+/*
+ * Copyright (C) 2005 Rene Scharfe
+ */
#include <stdio.h>
#include <string.h>
#include <unistd.h>