Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>2005-09-06 23:21:16 +0400
committerJunio C Hamano <junkio@cox.net>2005-09-07 00:49:11 +0400
commit760b6634461ded0a9f09e86388c0ad7500641f1e (patch)
tree184370fb4eb0265b03b059411ae8cd0cb1e6b2e6 /get-tar-commit-id.c
parent0d821d4dab346c9891e937d5f10c3261e1bbf13a (diff)
[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>