On 13/07/13 01:56, awhetter.2011@my.bristol.ac.uk wrote:
From: Ashley Whetter <awhetter.2011@my.bristol.ac.uk>
This is a follow up from the 'Fix for FS#36097' thread. I tried to reply to it with git send-mail but I can't because I didn't start the thread with send-mail, so sorry for the new thread!
I've taken Allan's suggestion and made the behaviour mirror -Ss. A 1 is returned if you search for a group that does not exist, or if you don't search for a specific group and no groups exist. Otherwise a 0 is returned.
Ashley Whetter (1): Corrected return codes for Sg flag
src/pacman/sync.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
Two things to note: 1) Please don't top post when replying to messages on this list. 2) Don't bother with a cover letter unless you have a whole patch series. Instead put notes like this under the "---" line below the commit message in your patch. Allan