X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-show-ref.txt;h=75780d7d63894e220bf938da0b4f5dca40d6301d;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=df17d49b87c260c6f5b3fd75d4aad41b77fcf8c3;hpb=1a545d0b5fa56a7be88fe082cec7847715079a18;p=git.git diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt index df17d49b8..75780d7d6 100644 --- a/Documentation/git-show-ref.txt +++ b/Documentation/git-show-ref.txt @@ -10,7 +10,7 @@ SYNOPSIS [verse] 'git show-ref' [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--hash[=]] [--abbrev[=]] [--tags] - [--heads] [--] ... + [--heads] [--] [...] 'git show-ref' --exclude-existing[=] < ref-list DESCRIPTION @@ -163,9 +163,15 @@ flag, so you can do to get a listing of all tags together with what they dereference. +FILES +----- +`.git/refs/*`, `.git/packed-refs` + SEE ALSO -------- -linkgit:git-ls-remote[1] +linkgit:git-ls-remote[1], +linkgit:git-update-ref[1], +linkgit:gitrepository-layout[5] AUTHORS -------