git get-tar-commit-id

git-get-tar-commit-id

Name

git-get-tar-commit-id - Extract commit ID from an archive created using git-archive

Synopsis

git get-tar-commit-id

Description

Read a tar archive created by git archive from the standard input and extract the commit ID stored in it. It reads only the first 1024 bytes of input, thus its runtime is not influenced by the size of the tar archive very much.

If no commit ID is found, git get-tar-commit-id quietly exists with a return code of 1. This can happen if the archive had not been created using git archive or if the first parameter of git archive had been a tree ID instead of a commit ID or tag.

© 2005–2017 Linus Torvalds and others
Licensed under the GNU General Public License version 2.
https://git-scm.com/docs/git-get-tar-commit-id

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部