Hey, we got a feature request from one of our user...
# dev
g
Hey, we got a feature request from one of our users requesting to add the option to set the
time
of the commit. git does support it and I believe we should to, Checking hear to see if anyone has any objections
๐Ÿ‘ 2
i
Not an objection, just wondering if using commit/object metadata to set custom user-oriented metadata isnโ€™t the best way to go here.
a
Just looked for it and saw
git commit --date
. Not a fan. Thing is, I can see it being useful. And not just for this lovely log: https://github.com/vog/beautify_git_hash/commits/master, which counted commits to
master
in the first 4 hex digits of the commit digest!
๐Ÿ†’ 1
So I'd say we go for it. It's a niche feature, but when you need it -- you need it.
๐Ÿ‘ 1
g
@Itai Admi, not sure it is the best way to go here. We do benefit by not adding additional flag to the swagger api, the downside might be having
reserved words
the users metadata