Re: [aur-dev] [PATCH 4/4] rpc: allow multiple args on info query

2011-04-16 Thread Lukas Fleischer
On Sat, Apr 16, 2011 at 06:30:46PM -0500, Dan McGee wrote: > On Sat, Apr 16, 2011 at 11:07 AM, Lukas Fleischer > wrote: > > On Tue, Apr 12, 2011 at 12:15:49AM -0500, Dan McGee wrote: > >> The majority of "real world" info requests [1] come in hefty batches. We > >> would be better served to handle

[aur-dev] [PATCH] Add a .mailmap file

2011-04-16 Thread Dan McGee
This takes `git shortlog -sen | wc -l` length from 69 to 56 authors for me, fixing a lot of the author fields that have snuck in over time, and allows credit to be given where due for some contributors that couldn't pick a single email address in the past. Signed-off-by: Dan McGee --- .mailmap |

Re: [aur-dev] [PATCH 4/4] rpc: allow multiple args on info query

2011-04-16 Thread Dan McGee
On Sat, Apr 16, 2011 at 11:07 AM, Lukas Fleischer wrote: > On Tue, Apr 12, 2011 at 12:15:49AM -0500, Dan McGee wrote: >> The majority of "real world" info requests [1] come in hefty batches. We >> would be better served to handle these in one request rather than >> multiple by allowing AUR clients

Re: [aur-dev] [PATCH 4/4] rpc: allow multiple args on info query

2011-04-16 Thread Lukas Fleischer
On Tue, Apr 12, 2011 at 12:15:49AM -0500, Dan McGee wrote: > The majority of "real world" info requests [1] come in hefty batches. We > would be better served to handle these in one request rather than > multiple by allowing AUR clients to send multiple arguments. > > This enables things like this