mbox series

[0/3] branch and t3200 cleanup

Message ID cover.1592221875.git.liu.denton@gmail.com (mailing list archive)
Headers show
Series branch and t3200 cleanup | expand

Message

Denton Liu June 15, 2020, 11:53 a.m. UTC
I was looking through some old patches that I had sitting around. In one
set of these, I implemented `git branch --set-remote-to` but I
ultimately decided that the idea was stupid. However, these patches are
salvageable so I'll send them in.

Denton Liu (3):
  t3200: rename "expected" to "expect"
  t3200: test for specific errors
  branch: don't mix --edit-description

 builtin/branch.c  |  2 +-
 t/t3200-branch.sh | 67 ++++++++++++++++++++++++++++++-----------------
 2 files changed, 44 insertions(+), 25 deletions(-)

Comments

Junio C Hamano June 17, 2020, 6:12 p.m. UTC | #1
Denton Liu <liu.denton@gmail.com> writes:

> I was looking through some old patches that I had sitting around. In one
> set of these, I implemented `git branch --set-remote-to` but I
> ultimately decided that the idea was stupid. However, these patches are
> salvageable so I'll send them in.
>
> Denton Liu (3):
>   t3200: rename "expected" to "expect"
>   t3200: test for specific errors
>   branch: don't mix --edit-description
>
>  builtin/branch.c  |  2 +-
>  t/t3200-branch.sh | 67 ++++++++++++++++++++++++++++++-----------------
>  2 files changed, 44 insertions(+), 25 deletions(-)

Thnaks, will queue.