You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clone: add tests for --template and some disallowed option pairs
Some combinations of command-line options to `git clone` are invalid,
but there were previously no tests ensuring those combinations reported
errors. Similarly, `git clone --template` didn't appear to have any
tests.
Helped-by: Jeff King <[email protected]>
Helped-by: Derrick Stolee <[email protected]>
Signed-off-by: Sean Barag <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments