Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH 2/2] vcs_info git: For the branch name, try to find a symbolic name before falling back to a raw commit hex.



Daniel Shahaf wrote:
> Ask git-describe(1) and git-name-rev(1) to compute a gitrevisions(1)
> name in terms of a branch or tag that contains (= is a descendant of,
> is younger than) HEAD.
>
> In this repository, the output changes from "9567bfe..." to
> "master~1" or "remotes/origin/HEAD~1".
> ---
> WDYT?

I like it. Maybe use a style to make it possible to get the old
behavior back, if someone prefers it?

Regards, Frank



Messages sorted by: Reverse Date, Date, Thread, Author