git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BUG Report: git branch ignore --no-abbrev flag
@ 2017-03-08 18:14 Guillaume Wenzek
  2017-03-08 18:33 ` Junio C Hamano
  0 siblings, 1 reply; 8+ messages in thread
From: Guillaume Wenzek @ 2017-03-08 18:14 UTC (permalink / raw)
  To: git

Hi,
After updating to git 2.12.0 on Monday I noticed that the "git branch"
wasn't behaving as usual.
As of today `git branch -vv --no-abbrev` outputs short hashes instead
of long one (as requested by --no-abbrev)[1]

git branch -vv --no-abbrev
* (HEAD detached at 2.12.1)                        1c69bf2 Add
recap-release since previous release messages didn't go out.
  master                                           eb70249
[origin/master] Fix: support parsing "git://" remote URI to Github URL


Expected output:

git branch --vv --no-abbrev
* (HEAD detached at 2.12.1)
1c69bf24be6de096d801435378be85a936ab0f29 Add recap-release since
previous release messages didn't go out.
  master
eb70249e724f933255b4d8c7096092f2764942b4 [origin/master] Fix: support
parsing "git://" remote URI to Github URL

[1] https://git-scm.com/docs/git-branch#git-branch---no-abbrev

I don't have any relevant configuration set.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-10 16:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 18:14 BUG Report: git branch ignore --no-abbrev flag Guillaume Wenzek
2017-03-08 18:33 ` Junio C Hamano
2017-03-08 21:59   ` Junio C Hamano
2017-03-08 22:16     ` [PATCH] branch: honor --abbrev/--no-abbrev in --list mode Junio C Hamano
2017-03-09 13:25       ` Jakub Narębski
2017-03-10 16:45         ` Junio C Hamano
2017-03-09  9:44     ` BUG Report: git branch ignore --no-abbrev flag Guillaume Wenzek
2017-03-09 10:38       ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).