You were asking about the 'info' command's ability to print the
description in response to the '-ld' option, if I recall.
The info command currently looks at the 'description' file. However,
gitolite's conf syntax ("desc = foo bar baz") puts this in
$BARE_REPO.git/config as the variable gitweb.description.
I will now make 'info' look in both places (gitweb.description takes
preference over 'description' file).
Now, as for actually adding a description, what you want *can* be done.
You need to enable 'cgit' (in the rc file). If you see the comments at
the top of src/triggers/post-compile/update-description-file you will
understand why I say this.
BUT... there's a caveat. That code has a problem and I have not yet
pushed the change. This also will be done by the weekend.
HTH