X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-index-pack.txt;fp=Documentation%2Fgit-index-pack.txt;h=db7af5859e90b02ec74ddad91cd46fab01c86e62;hb=e42797f5b6d5ed3b8c894d89493e285c40d58dc8;hp=71ce557276fd1bfe5e3ee1d3f03f94e066f23e81;hpb=eb153837d8509fc6ef59b17630429c63c0993b2d;p=git.git diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt index 71ce55727..db7af5859 100644 --- a/Documentation/git-index-pack.txt +++ b/Documentation/git-index-pack.txt @@ -8,7 +8,7 @@ git-index-pack - Build pack index file for an existing packed archive SYNOPSIS -------- -'git-index-pack' [-o ] +'git-index-pack' [-o ] { | --stdin [] } DESCRIPTION @@ -29,6 +29,12 @@ OPTIONS fails if the name of packed archive does not end with .pack). +--stdin:: + When this flag is provided, the pack is read from stdin + instead and a copy is then written to . If + is not specified, the pack is written to + objects/pack/ directory of the current git repository with + a default name determined from the pack content. Author ------