Re: [PATCH] Add support for commit attributes

2014-04-09 Thread Diego Lago González
2014-04-10 6:25 GMT+02:00 Duy Nguyen : > On Thu, Apr 10, 2014 at 2:38 AM, Diego Lago > wrote: >> Commit attributes are custom commit extra headers the user can >> add to the commit object. >> >> The motivation for this patch is that in my company we have a cu

[PATCH] Add support for commit attributes

2014-04-09 Thread Diego Lago
tributes are not shown in normal git log/show. They must be obtained in an explicit way. For example, to show the previous attribute, we would do: $ git log -1 --format="%A(risk)" low $ git log -1 --format="%A(not_found)" %A(not_found) $ git log -1 --format="%A?(not_fou