From: Junio C Hamano <hidden> Date: 2016-06-15 22:48:04
Ilari Liusvaara [off-list ref] writes:
Since local branch, tags and remote tracking branch namespaces are
most often used, add shortcut notations for globbing those in
manner similar to --glob option.
With this, one can express the "what I have but origin doesn't?"
as:
'git log --branches --not --remotes=origin'
Original-idea-by: Johannes Sixt [off-list ref]
Signed-off-by: Ilari Liusvaara <redacted>
---