Re: [PATCH] builtin/tag.c: Add tag name to user message

2014-05-07 Thread Junio C Hamano
Thorsten Glaser writes: > Display the tag name about to be added to the user during interactive > editing. > > Signed-off-by: Thorsten Glaser > Signed-off-by: Richard Hartmann > --- Sounds sensible from a first glance. Will queue; thanks. > builtin/tag.c | 8 > 1 file changed, 4 in

[PATCH] builtin/tag.c: Add tag name to user message

2014-05-07 Thread Thorsten Glaser
Display the tag name about to be added to the user during interactive editing. Signed-off-by: Thorsten Glaser Signed-off-by: Richard Hartmann --- builtin/tag.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builtin/tag.c b/builtin/tag.c index 6c7c6bd..8a7265b 100644