commit | f29680221124d05581dd2db52a4e7f0fa15fa929 | [log] [tgz] |
---|---|---|
author | Markus Heidelberg <markus.heidelberg@web.de> | Mon Dec 29 18:45:20 2008 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 01 04:40:16 2009 -0800 |
tree | 823b5395a4e0dc001aa81d60d548a71777acf1a7 | |
parent | 8104ebfe8276657ee803cca7eb8665a78cf3ef83 [diff] |
git-cherry: make <upstream> parameter optional The upstream branch <upstream> now defaults to the first tracked remote branch, which is set by the configuration variables branch.<name>.remote and branch.<name>.merge of the current branch. Without such a remote branch, the command "git cherry [-v]" fails with usage output as before and an additional message. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>