/* * Copyright (c) 2005, 2006 Rene Scharfe */ #include "builtin.h" #include "commit.h" #include "tar.h" static const char builtin_get_tar_commit_id_usage[] = …; /* ustar header + extended global header content */ #define RECORDSIZE … #define HEADERSIZE … int cmd_get_tar_commit_id(int argc, const char **argv UNUSED, const char *prefix) { … }