From: Junio C Hamano Date: Fri, 30 Mar 2018 01:27:25 +0000 (-0700) Subject: Merge branch 'jk/branch-l-0-deprecation' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/552cef79136f3056aab0bd88f243f05ff294e7f0 Merge branch 'jk/branch-l-0-deprecation' into next The "-l" option in "git branch -l" is an unfortunate short-hand for "--create-reflog", but many users, both old and new, somehow expect it to be something else, perhaps "--list". This step deprecates the short-hand and warns about the future removal of the it when it is used. * jk/branch-l-0-deprecation: branch: deprecate "-l" option t: switch "branch -l" to "branch --create-reflog" t3200: unset core.logallrefupdates when testing reflog creation --- 552cef79136f3056aab0bd88f243f05ff294e7f0