[PATCH] Fix sizeof usage in get_permutations

2012-12-13 Thread Matthew Daley
Currently it gets the size of an otherwise unrelated, unused variable instead of the expected struct size. Signed-off-by: Matthew Daley --- builtin/pack-redundant.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builtin/pack-redundant.c b/builtin/pack-redundant.c

Re: [PATCH] gitweb: Sort projects with undefined ages last

2012-12-11 Thread Matthew Daley
worth it, though. I thought about both of those variants as well. What about this: -- >8 -- Subject: [PATCH] gitweb: Sort projects with undefined ages last Sorting gitweb's project list by age ('Last Change') currently shows projects with undefined ages at the head of the list.

[PATCH] gitweb: Sort projects with undefined ages last

2012-12-09 Thread Matthew Daley
pdated recently. Fix by sorting these projects with undefined ages at the bottom of the list when sorting by age. Signed-off-by: Matthew Daley --- I realize this might be a bit bikesheddy, but it does improve the listing in the given use case. For an example of the problem, see ie. http://git.ke