]> git.ipfire.org Git - thirdparty/git.git/commit - git-pull.sh
git-pull: Allow --stat and --no-stat to be used with --rebase
authorTor Arne Vestbø <torarnv@gmail.com>
Sun, 1 Mar 2009 21:28:28 +0000 (22:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2009 07:22:54 +0000 (23:22 -0800)
commita334e1254c0c2d55f20b271872fbac9a6a67218b
tree56a98f09573fbdca8773f9448618dab2c61d9741
parenta9c3821ca2fec065260b4314d61337a7529aba5b
git-pull: Allow --stat and --no-stat to be used with --rebase

Forwards the --stat, --no-stat, and --summary options on to git-rebase.

Signed-off-by: Tor Arne Vestbø <torarnv@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh