author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | |
Wed, 20 Jan 2010 09:48:26 +0000 (11:48 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 20 Jan 2010 20:30:25 +0000 (12:30 -0800) | ||
commit | b09fe971dea73ff6f5296ce533a566114b23ca4e | |
tree | 69b2da8e23b89af69575aa4de550479dc87652ff | tree | snapshot |
parent | d08bae7e221727e26baab984b792854b842130d7 | commit | diff |
rev-parse --branches/--tags/--remotes=pattern
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 <j6t@kdbg.org>
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <j6t@kdbg.org>
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>