author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | |
Thu, 28 Feb 2008 07:24:25 +0000 (08:24 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 29 Feb 2008 08:00:29 +0000 (00:00 -0800) | ||
commit | a5aa930d506689df0f77dded8a3f5aa248b485ee | |
tree | 803001d5f659a6805959d09a3df386871f47e81d | tree | snapshot |
parent | 419e38337a4ff66ae2968756cc46c1bf77074814 | commit | diff |
rev-list: add --branches, --tags and --remotes
These flags are already known to rev-parse and have the same meaning.
This patch allows to run gitk as follows:
gitk --branches --not --remotes
to show only your local work.
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These flags are already known to rev-parse and have the same meaning.
This patch allows to run gitk as follows:
gitk --branches --not --remotes
to show only your local work.
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-list.txt | diff | blob | history | |
builtin-rev-list.c | diff | blob | history | |
revision.c | diff | blob | history |