diff options
author | Thomas Gummerer <t.gummerer@gmail.com> | 2016-01-19 00:20:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-19 10:07:56 -0800 |
commit | 99c08d4eb28f0525d71125e7903fd4462bfd6787 (patch) | |
tree | 3b08569626d8d45f67497d3a4acc5d4605e2e0f9 /t/t6021-merge-criss-cross.sh | |
parent | ls-remote: use parse-options api (diff) | |
download | tgif-99c08d4eb28f0525d71125e7903fd4462bfd6787.tar.xz |
ls-remote: add support for showing symrefs
Sometimes it's useful to know the main branch of a git repository
without actually downloading the repository. This can be done by
looking at the symrefs stored in the remote repository. Currently git
doesn't provide a simple way to show the symrefs stored on the remote
repository, even though the information is available. Add a --symref
command line argument to the ls-remote command, which shows the symrefs
in the remote repository.
While there, replace a literal tab in the format string with \t to make
it more obvious to the reader.
Suggested-by: pedro rijo <pedrorijo91@gmail.com>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6021-merge-criss-cross.sh')
0 files changed, 0 insertions, 0 deletions