From: "Randall S. Becker" <rsbecker@nexbridge.com>
To: <mdconf@seznam.cz>, <git@vger.kernel.org>
Subject: RE: Git Feature Request - show current branch
Date: Thu, 19 Feb 2015 08:32:03 -0500 [thread overview]
Message-ID: <001801d04c48$732f9980$598ecc80$@nexbridge.com> (raw)
In-Reply-To: <13b.3lxh{.41MsIT3sthY.1KvU6v@seznam.cz>
Hi Martin,
I use:
git symbolic-ref --short HEAD
in scripts. Not sure it's the best way, but it works 100% for me.
Regards,
Randall
-----Original Message-----
From: git-owner@vger.kernel.org [mailto:git-owner@vger.kernel.org] On Behalf Of mdconf@seznam.cz
Sent: February 19, 2015 8:15 AM
To: git@vger.kernel.org
Subject: Git Feature Request - show current branch
Hello,
To start with, I did not find an official way to submit feature request so hopefully this is the right way to do so - if not then my apologize & appreciate if somebody could re-submit to the proper place.
I'd like to request adding a parameter to 'git branch' that would only show the current branch (w/o the star) - i.e. the outcome should only be the name of the branch that is normally marked with the star when I do 'git branch' command. This may be very helpful in some external scripts that just simply need to know the name of the current branch. I know there are multiple ways to do this today (some described here: http://stackoverflow.com/questions/6245570/how-to-get-current-branch-name-in-git) but I really think that adding simple argument to 'git branch' would be very useful instead of forcing people to use 'workarounds'.
My suggestion is is to name the parameter '--current' or '--show-current'.
Example:
Command: git branch
Outcome:
branchA
branchB
* master
Command: git branch --current
Outcome:
master
Thank you,
Martin
--
To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-02-19 13:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-19 13:14 Git Feature Request - show current branch mdconf
2015-02-19 13:32 ` Randall S. Becker [this message]
2015-02-19 16:21 ` Michael J Gruber
2015-02-19 18:10 ` Junio C Hamano
2015-02-20 10:16 ` Michael J Gruber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='001801d04c48$732f9980$598ecc80$@nexbridge.com' \
--to=rsbecker@nexbridge.com \
--cc=git@vger.kernel.org \
--cc=mdconf@seznam.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.