diff options
author | Stephen Boyd <bebarino@gmail.com> | 2009-05-21 00:33:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-22 22:48:04 -0700 |
commit | 57343652a55bdc3e7f3cf8c6def94dac482c72e5 (patch) | |
tree | fc49e41ae2d9c38cb44a3c6267ec10e3b260b960 /Makefile | |
parent | 1ca20358e769e5bf8f3567a658efe858f8550ff5 (diff) | |
download | git-57343652a55bdc3e7f3cf8c6def94dac482c72e5.tar.gz |
show-branch: migrate to parse-options API
Note that "-g" no longer uses an equals '=' sign for its optional
arguments, but "--reflog" still does. This is normal behavior for parse
options, as arguments to "-g" are put immediately after the option with
no space.
For example
git show-branch -g=4
is now
git show-branch -g4
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions