• Æ
    push: change needlessly ambiguous example in error · 82471667
    Ævar Arnfjörð Bjarmason 提交于
    Change an example push added in b55e6775 ("push: introduce new
    push.default mode "simple"", 2012-04-24) to always mean the same thing
    whether the current setting happens to be "simple" or not.
    
    This error is only emitted under "simple", but message is explaining
    to the user that they can get two sorts of different behaviors by
    these two invocations.
    
    Let's use "git push <remote> HEAD" which always means push the current
    branch name to that remote, instead of "git push <remote>
    <current-branch-name>" which will do that under "simple", but is not
    guaranteed to do under "upstream".
    Signed-off-by: NÆvar Arnfjörð Bjarmason <avarab@gmail.com>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    82471667
push.c 19.3 KB