[PATCH 01/11] parse_tag_line: use enum for return value.

2012-12-26 Thread David Bremner
david at tethera.net writes: > From: David Bremner > > This is essentially cosmetic, since success=0 is promised by > the comments in tag-utils.h. Pushed this one patch. Both of the two I pushed from this series are really nothing to do with batch tagging, and were just cluttering things up.

Re: [PATCH 01/11] parse_tag_line: use enum for return value.

2012-12-26 Thread David Bremner
da...@tethera.net writes: From: David Bremner brem...@debian.org This is essentially cosmetic, since success=0 is promised by the comments in tag-utils.h. Pushed this one patch. Both of the two I pushed from this series are really nothing to do with batch tagging, and were just cluttering

[PATCH 01/11] parse_tag_line: use enum for return value.

2012-12-25 Thread da...@tethera.net
From: David Bremner This is essentially cosmetic, since success=0 is promised by the comments in tag-utils.h. --- tag-util.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tag-util.c b/tag-util.c index e4e5dda..ca12b3b 100644 --- a/tag-util.c +++

[PATCH 01/11] parse_tag_line: use enum for return value.

2012-12-25 Thread david
From: David Bremner brem...@debian.org This is essentially cosmetic, since success=0 is promised by the comments in tag-utils.h. --- tag-util.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tag-util.c b/tag-util.c index e4e5dda..ca12b3b 100644 --- a/tag-util.c +++