* jk/push-force-with-lease-creation (2016-07-26) 3 commits
- push: allow pushing new branches with --force-with-lease
- push: add shorthand for --force-with-lease branch creation
- Documentation/git-push: fix placeholder formatting
"git push --force-with-lease" already had enough logic to allow
ensuring that such a push results in creation of a ref (i.e. the
receiving end did not have another push from sideways that would be
discarded by our force-pushing), but didn't expose this possibility
to the users. It does so now.
Will merge to 'next'.
t5533-push-cas.sh "16 - new branch already exists" seems to be broken
for OSX on next. Git bisect indicates that "push: add shorthand for
--force-with-lease branch creation" might be the culprit.
https://travis-ci.org/git/git/jobs/149614431
https://api.travis-ci.org/jobs/149614431/log.txt?deansi=true (non-JS)
- Lars